Home
last modified time | relevance | path

Searched defs:BindTexture (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/core/
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 Ddevice_gles.cpp1625 void DeviceGLES::BindTexture(uint32_t textureUnit, uint32_t target, uint32_t texture) in BindTexture() function in DeviceGLES
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
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
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