Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H A Dwebgl_arg.h454 static uint32_t GetWebGLDataSize(GLenum type);
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_arg.cpp726 uint32_t WebGLArg::GetWebGLDataSize(GLenum type) in GetWebGLDataSize() function in OHOS::Rosen::WebGLArg
H A Dwebgl_rendering_context_base_impl.cpp2781 uint32_t typeSize = WebGLArg::GetWebGLDataSize(vertexInfo.type); in CheckVertexAttribPointer()