Home
last modified time | relevance | path

Searched refs:BoundRenderBufferType (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.h75 enum BoundRenderBufferType : uint32_t { enum
366 GLuint boundRenderBufferIds_[BoundRenderBufferType::RENDERBUFFER_MAX] = { 0 };
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_rendering_context_base_impl.cpp2478 index = BoundRenderBufferType::RENDERBUFFER; in CheckRenderBufferTarget()