Home
last modified time | relevance | path

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 Dwebgl_rendering_context_draw.cpp696 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 Dwebgl2_rendering_context_impl.cpp709 …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 Dwebgl_rendering_context_base_impl.h314 …GLenum CheckTextureFormatAndType(napi_env env, GLenum internalFormat, GLenum format, GLenum type, …