Home
last modified time | relevance | path

Searched refs:CheckTexStorage (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.h150 GLenum CheckTexStorage(napi_env env, const TexStorageArg& arg);
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl2_rendering_context_impl.cpp663 GLenum result = CheckTexStorage(env, arg); in TexStorage2D()
680 GLenum result = CheckTexStorage(env, arg); in TexStorage3D()
1937 GLenum WebGL2RenderingContextImpl::CheckTexStorage(napi_env env, const TexStorageArg& arg) in CheckTexStorage() function in OHOS::Rosen::Impl::WebGL2RenderingContextImpl