Home
last modified time | relevance | path

Searched refs:CheckStorageInternalFormat (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.h159 bool CheckStorageInternalFormat(napi_env env, GLenum internalFormat);
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl2_rendering_context_impl.cpp1945 if (!CheckStorageInternalFormat(env, arg.internalFormat)) { in CheckTexStorage()
2079 bool WebGL2RenderingContextImpl::CheckStorageInternalFormat(napi_env env, GLenum internalFormat) in CheckStorageInternalFormat() function in OHOS::Rosen::Impl::WebGL2RenderingContextImpl