Home
last modified time | relevance | path

Searched refs:SupportsVertexArrayObjects (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/renderer/gl/
Drenderergl_utils.h116 bool SupportsVertexArrayObjects(const FunctionsGL *functions);
Drenderergl_utils.cpp1331 if (!nativegl::SupportsVertexArrayObjects(functions) || in GenerateCaps()
2133 !nativegl::SupportsVertexArrayObjects(functions)); in InitializeFeatures()
2212 bool SupportsVertexArrayObjects(const FunctionsGL *functions) in SupportsVertexArrayObjects() function
DStateManagerGL.cpp204 ASSERT(nativegl::SupportsVertexArrayObjects(mFunctions));