Searched defs:glSupport (Results 1 – 2 of 2) sorted by relevance
2277 GLenum type, const std::vector<GLenum>& glSupport, const std::vector<GLenum>& g2Support) in CheckGLenum()2293 bool WebGLRenderingContextBaseImpl::CheckInList(GLenum type, const std::vector<GLenum>& glSupport) in CheckInList()2314 …static const std::vector<GLenum> glSupport = { WebGLRenderingContextBase::RGBA4, WebGLRenderingCon… in CheckInternalFormat() local2338 static const std::vector<GLenum> glSupport = { WebGLRenderingContextBase::COLOR_ATTACHMENT0, in CheckAttachment() local
59 …ol CheckGLenum(napi_env env, napi_value thisVar, GLenum type, const std::vector<GLenum>& glSupport, in CheckGLenum()