Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/ganesh/gl/
H A DGrGLCaps.h365 bool vertexArrayObjectSupport() const { return fVertexArrayObjectSupport; } in vertexArrayObjectSupport() function
H A DGrGLGpu.h708 if (!gpu->glCaps().vertexArrayObjectSupport()) { in setVertexArrayID()