Searched refs:SupportsVertexArrayObjects (Results 1 – 3 of 3) sorted by relevance
116 bool SupportsVertexArrayObjects(const FunctionsGL *functions);
1331 if (!nativegl::SupportsVertexArrayObjects(functions) || in GenerateCaps()2133 !nativegl::SupportsVertexArrayObjects(functions)); in InitializeFeatures()2212 bool SupportsVertexArrayObjects(const FunctionsGL *functions) in SupportsVertexArrayObjects() function
204 ASSERT(nativegl::SupportsVertexArrayObjects(mFunctions));