Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H A Dwebgl_buffer.h28 inline static const int objectType = WEBGL_OBJECT_BUFFER;
H A Dwebgl_object.h36 WEBGL_OBJECT_BUFFER, enumerator
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl2_rendering_context_override.cpp345 if (type == WebGLObject::WEBGL_OBJECT_BUFFER) { in DoObjectDelete()