Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLCaps.h294 bool vertexArrayObjectSupport() const { return fVertexArrayObjectSupport; } in vertexArrayObjectSupport() function
DGrGLGpu.h492 if (!gpu->glCaps().vertexArrayObjectSupport()) { in setVertexArrayID()
/external/skia/src/gpu/instanced/
DGLInstancedRendering.cpp38 if (!glCaps.vertexArrayObjectSupport() || in CheckSupport()