Home
last modified time | relevance | path

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

/foundation/multimedia/image_effect/frameworks/native/render_environment/graphic/
H A Drender_frame_buffer.cpp28 fboId_ = GLUtils::CreateFramebuffer(texture_->GetName()); in RenderFrameBuffer()
H A Dgl_utils.h33 IMAGE_EFFECT_EXPORT static unsigned int CreateFramebuffer(unsigned int textureId = 0);
H A Dgl_utils.cpp57 unsigned int GLUtils::CreateFramebuffer(unsigned int textureId) in CreateFramebuffer() function in OHOS::Media::Effect::GLUtils
/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/brightness/
H A Dgpu_brightness_algo.cpp73 fbo_ = GLUtils::CreateFramebuffer(); in Init()
/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/contrast/
H A Dgpu_contrast_algo.cpp74 fbo_ = GLUtils::CreateFramebuffer(); in Init()
/foundation/multimedia/image_effect/frameworks/native/render_environment/
H A Drender_environment.cpp179 GLuint tempFbo = GLUtils::CreateFramebuffer(output->GetName()); in DrawFlipTex()
233 GLuint tempFbo = GLUtils::CreateFramebuffer(renderTex->GetName()); in DrawBufferToTexture()
462 GLuint inFbo = GLUtils::CreateFramebuffer(tex->GetName()); in ReadPixelsFromTex()
530 GLuint tempFbo = GLUtils::CreateFramebuffer(tex->GetName()); in DrawTexFromSurfaceBuffer()
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dnode_context_pool_manager_vk.cpp152 VkFramebuffer CreateFramebuffer(const GpuResourceManager& gpuResourceMgr, const RenderPassDesc& renderPassDesc, in CreateFramebuffer() function
483 CreateFramebuffer(gpuResourceMgr_, beginRenderPass.renderPassDesc, renderPassData, device);
/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);
/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

Completed in 16 milliseconds