Home
last modified time | relevance | path

Searched refs:BindTexture (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/core/
H A Dalgorithm_program.h39 …void BindTexture(const std::string name, int unitId, int textureId, GLenum target = GL_TEXTURE_2D);
H A Dalgorithm_program.cpp94 void AlgorithmProgram::BindTexture(const std::string name, int unitId, int textureId, GLenum target) in BindTexture() function in OHOS::Media::Effect::AlgorithmProgram
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dgpu_image_gles.cpp242 device_.BindTexture(TEMP_BIND_UNIT, GL_TEXTURE_EXTERNAL_OES, plat_.image); in GpuImageGLES()
257 device_.BindTexture(TEMP_BIND_UNIT, GL_TEXTURE_EXTERNAL_OES, oldTex); in GpuImageGLES()
H A Dswapchain_gles.cpp241 device.BindTexture(TEMP_BIND_UNIT, GL_TEXTURE_2D_MULTISAMPLE, binding); in GenerateTextures()
243 device.BindTexture(TEMP_BIND_UNIT, GL_TEXTURE_2D, binding); in GenerateTextures()
H A Ddevice_gles.cpp1625 void DeviceGLES::BindTexture(uint32_t textureUnit, uint32_t target, uint32_t texture) in BindTexture() function in DeviceGLES
1663 BindTexture(TEMP_BIND_UNIT, target, image); in TexSwizzle()
1675 BindTexture(TEMP_BIND_UNIT, target, image); in TexStorage2D()
1684 BindTexture(TEMP_BIND_UNIT, target, image); in TexStorage2DMultisample()
1694 BindTexture(TEMP_BIND_UNIT, target, image); in TexStorage3D()
1703 BindTexture(TEMP_BIND_UNIT, target, image); in TexSubImage2D()
1712 BindTexture(TEMP_BIND_UNIT, target, image); in TexSubImage3D()
1721 BindTexture(TEMP_BIND_UNIT, target, image); in CompressedTexSubImage2D()
1730 BindTexture(TEMP_BIND_UNIT, target, image); in CompressedTexSubImage3D()
H A Ddevice_gles.h190 …void BindTexture(uint32_t textureUnit, uint32_t target, uint32_t texture); // target = GL_TEXTURE_…
H A Drender_backend_gles.cpp2561 device_.BindTexture(textureUnit, dplat.type, dplat.image); in BindResources()
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/brightness/
H A Dgpu_brightness_algo.cpp85 shader_->BindTexture("Texture", 0, renderEffectData_->inputTexture_->GetName(), target); in PreDraw()
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/contrast/
H A Dgpu_contrast_algo.cpp86 shader_->BindTexture("Texture", 0, renderEffectData_->inputTexture_->GetName(), target); in PreDraw()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/
H A Dwebgl_rendering_context_base.h341 static napi_value BindTexture(napi_env env, napi_callback_info info);
H A Dwebgl_rendering_context_base_impl.h125 napi_value BindTexture(napi_env env, GLenum target, napi_value texture);
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_rendering_context_base.cpp270 napi_value WebGLRenderingContextBase::BindTexture(napi_env env, napi_callback_info info) in BindTexture() function in OHOS::Rosen::WebGLRenderingContextBase
284 context->GetWebGLRenderingContextImpl().BindTexture(env, target, funcArg[NARG_POS::SECOND]); in BindTexture()
H A Dwebgl_rendering_context_common.cpp1522 NVal::DeclareNapiFunction("bindTexture", WebGLRenderingContextBase::BindTexture), in GetRenderingContextBasePropertyDesc()
H A Dwebgl_rendering_context_base_impl.cpp132 napi_value WebGLRenderingContextBaseImpl::BindTexture(napi_env env, GLenum target, napi_value textu… in BindTexture() function in OHOS::Rosen::Impl::WebGLRenderingContextBaseImpl