Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_rendering_context_base_impl.cpp2277 GLenum type, const std::vector<GLenum>& glSupport, const std::vector<GLenum>& g2Support) in CheckGLenum() argument
2286 auto it2 = std::find(g2Support.begin(), g2Support.end(), type); in CheckGLenum()
2287 if (it2 != g2Support.end()) { in CheckGLenum()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/
H A Dwebgl_rendering_context_base_impl.h275 …eckGLenum(GLenum type, const std::vector<GLenum>& glSupport, const std::vector<GLenum>& g2Support);