Searched refs:CheckTextureFormatAndType (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl_rendering_context_draw.cpp | 696 result = CheckTextureFormatAndType(env, in CopyTexImage2D() 776 … result = CheckTextureFormatAndType(env, internalFormat, imgArg.format, imgArg.type, imgArg.level); in CheckTexImage() 1170 GLenum WebGLRenderingContextBaseImpl::CheckTextureFormatAndType( in CheckTextureFormatAndType() function in OHOS::Rosen::Impl::WebGLRenderingContextBaseImpl
|
H A D | webgl2_rendering_context_impl.cpp | 709 …return CheckTextureFormatAndType(env, imgArg.internalFormat, imgArg.format, imgArg.type, imgArg.le… in CheckTexImage3D() 831 return CheckTextureFormatAndType(env, internalFormat, arg.format, arg.type, arg.level); in CheckTexSubImage3D()
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/ |
H A D | webgl_rendering_context_base_impl.h | 314 …GLenum CheckTextureFormatAndType(napi_env env, GLenum internalFormat, GLenum format, GLenum type, …
|