Home
last modified time | relevance | path

Searched refs:CheckTextureDataBuffer (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/
H A Dwebgl_rendering_context_base_impl.h327 GLenum CheckTextureDataBuffer(const TexImageArg& info, const WebGLReadBufferArg *bufferData);
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_rendering_context_draw.cpp998 GLenum WebGLRenderingContextBaseImpl::CheckTextureDataBuffer( in CheckTextureDataBuffer() function in OHOS::Rosen::Impl::WebGLRenderingContextBaseImpl
H A Dwebgl2_rendering_context_impl.cpp771 GLenum result = CheckTextureDataBuffer(imgArg, imageSource.GetWebGLReadBuffer()); in TexImage3D()