Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/
H A Dwebgl2_rendering_context_impl.h27 enum BoundQueryType : uint32_t { enum
164 GLuint currentQuery_[BoundQueryType::QUERY_MAX] { 0 };
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl2_rendering_context_impl.cpp1926 index = BoundQueryType::ANY_SAMPLES_PASSED; in CheckQueryTarget()
1929 index = BoundQueryType::TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN; in CheckQueryTarget()