Home
last modified time | relevance | path

Searched refs:CheckInternalFormat (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/
H A Dwebgl_rendering_context_base_impl.h296 bool CheckInternalFormat(napi_env env, GLenum internalFormat);
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_rendering_context_base_impl.cpp2312 bool WebGLRenderingContextBaseImpl::CheckInternalFormat(napi_env env, GLenum internalFormat) in CheckInternalFormat() function in OHOS::Rosen::Impl::WebGLRenderingContextBaseImpl
2645 if (!CheckInternalFormat(env, arg.internalFormat)) { in CheckRenderBufferStorage()