Home
last modified time | relevance | path

Searched refs:CreateFramebuffer (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/graphic/
H A Dgl_utils.h33 IMAGE_EFFECT_EXPORT static unsigned int CreateFramebuffer(unsigned int textureId = 0);
H A Drender_frame_buffer.cpp32 fboId_ = GLUtils::CreateFramebuffer(texture_->GetName()); in RenderFrameBuffer()
H A Dgl_utils.cpp57 unsigned int GLUtils::CreateFramebuffer(unsigned int textureId) in CreateFramebuffer() function in OHOS::Media::Effect::GLUtils
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/
H A Drender_environment.cpp179 GLuint tempFbo = GLUtils::CreateFramebuffer(tempTex->GetName()); in GenMainTex()
191 GLuint tempFbo = GLUtils::CreateFramebuffer(output->GetName()); in DrawFlipTex()
239 GLuint tempFbo = GLUtils::CreateFramebuffer(renderTex->GetName()); in DrawImageToFBO()
506 GLuint inFbo = GLUtils::CreateFramebuffer(tex->GetName()); in ReadPixelsFromTex()
551 GLuint tempFbo = GLUtils::CreateFramebuffer(tex->GetName()); in DrawTexFromSurfaceBuffer()
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/brightness/
H A Dgpu_brightness_algo.cpp73 fbo_ = GLUtils::CreateFramebuffer(); in Init()
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/contrast/
H A Dgpu_contrast_algo.cpp74 fbo_ = GLUtils::CreateFramebuffer(); in Init()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dnode_context_pool_manager_vk.cpp152 VkFramebuffer CreateFramebuffer(const GpuResourceManager& gpuResourceMgr, const RenderPassDesc& ren… in CreateFramebuffer() function
483CreateFramebuffer(gpuResourceMgr_, beginRenderPass.renderPassDesc, renderPassData, device); in GetRenderPassData()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/
H A Dwebgl_rendering_context_base.h357 static napi_value CreateFramebuffer(napi_env env, napi_callback_info info);
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_rendering_context_common.cpp1538 … NVal::DeclareNapiFunction("createFramebuffer", WebGLRenderingContextBase::CreateFramebuffer), in GetRenderingContextBasePropertyDesc()
H A Dwebgl_rendering_context_base.cpp755 napi_value WebGLRenderingContextBase::CreateFramebuffer(napi_env env, napi_callback_info info) in CreateFramebuffer() function in OHOS::Rosen::WebGLRenderingContextBase