Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/ganesh/gl/
H A DGrGLGpu.h688 HWVertexArrayState() : fCoreProfileVertexArray(nullptr) { this->invalidate(); } in HWVertexArrayState()
690 ~HWVertexArrayState() { delete fCoreProfileVertexArray; } in ~HWVertexArrayState() local
695 if (fCoreProfileVertexArray) { in invalidate()
696 fCoreProfileVertexArray->invalidateCachedState(); in invalidate()
741 GrGLVertexArray* fCoreProfileVertexArray; variable
H A DGrGLGpu.cpp4267 if (!fCoreProfileVertexArray) { in bindInternalVertexArray()
4271 fCoreProfileVertexArray = new GrGLVertexArray(arrayID, attrCount); in bindInternalVertexArray()
4274 attribState = fCoreProfileVertexArray->bindWithIndexBuffer(gpu, ibuf); in bindInternalVertexArray()
4276 attribState = fCoreProfileVertexArray->bind(gpu); in bindInternalVertexArray()