Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_rendering_context_base_impl.cpp132 …alue WebGLRenderingContextBaseImpl::BindTexture(napi_env env, GLenum target, napi_value textureRef) in BindTexture() argument
135 WebGLTexture* webGlTexture = WebGLTexture::GetObjectInstance(env, textureRef); in BindTexture()