Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_rendering_context_draw.cpp226 error = CheckTexSubImage2D(env, imgArg, texture); in TexSubImage2D()
269 error = CheckTexSubImage2D(env, imgArg, texture); in TexSubImage2D()
788 GLenum WebGLRenderingContextBaseImpl::CheckTexSubImage2D( in CheckTexSubImage2D() function in OHOS::Rosen::Impl::WebGLRenderingContextBaseImpl
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/
H A Dwebgl_rendering_context_base_impl.h318 …GLenum CheckTexSubImage2D(napi_env env, const TexSubImage2DArg& textureInfo, WebGLTexture* texture…