Home
last modified time | relevance | path

Searched refs:CheckTexSubImage3D (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.h148 GLenum CheckTexSubImage3D(napi_env env, const TexSubImage3DArg& arg);
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl2_rendering_context_impl.cpp803 GLenum WebGL2RenderingContextImpl::CheckTexSubImage3D(napi_env env, const TexSubImage3DArg& arg) in CheckTexSubImage3D() function in OHOS::Rosen::Impl::WebGL2RenderingContextImpl
854 GLenum result = CheckTexSubImage3D(env, imgArg); in TexSubImage3D()
887 GLenum result = CheckTexSubImage3D(env, imgArg); in TexSubImage3D()
908 GLenum result = CheckTexSubImage3D(env, imgArg); in TexSubImage3D()