Home
last modified time | relevance | path

Searched refs:CheckCompressedTexSubImage2D (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.cpp598 bool WebGLRenderingContextBaseImpl::CheckCompressedTexSubImage2D( in CheckCompressedTexSubImage2D() function in OHOS::Rosen::Impl::WebGLRenderingContextBaseImpl
654 bool succ = CheckCompressedTexSubImage2D(env, imgArg, length); in CompressedTexSubImage2D()
668 bool succ = CheckCompressedTexSubImage2D(env, imgArg, imageSize); in CompressedTexSubImage2D()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/
H A Dwebgl_rendering_context_base_impl.h311 … bool CheckCompressedTexSubImage2D(napi_env env, const TexSubImage2DArg& imgArg, size_t imageSize);