Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/
H A Dwebgl2_rendering_context_impl.h115 …napi_env env, GLenum target, GLenum attachment, napi_value textureObj, const TextureLayerArg& laye…
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl2_rendering_context_impl.cpp1410 …napi_env env, GLenum target, GLenum attachment, napi_value textureObj, const TextureLayerArg& laye… in FrameBufferTextureLayer() argument
1413 WebGLTexture* webGlTexture = WebGLTexture::GetObjectInstance(env, textureObj); in FrameBufferTextureLayer()