Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLCaps.h287 bool vertexArrayObjectSupport() const { return fVertexArrayObjectSupport; } in vertexArrayObjectSupport() function
DGrGLGpu.h448 if (!gpu->glCaps().vertexArrayObjectSupport()) { in setVertexArrayID()