Home
last modified time | relevance | path

Searched refs:HWVertexArrayState (Results 1 – 4 of 4) sorted by relevance

/external/skqp/src/gpu/gl/
DGrGLGpu.h493 class HWVertexArrayState {
495 HWVertexArrayState() : fCoreProfileVertexArray(nullptr) { this->invalidate(); } in HWVertexArrayState() function
497 ~HWVertexArrayState() { delete fCoreProfileVertexArray; } in ~HWVertexArrayState()
DGrGLGpu.cpp4197 GrGLAttribArrayState* GrGLGpu::HWVertexArrayState::bindInternalVertexArray(GrGLGpu* gpu, in bindInternalVertexArray()
/external/skia/src/gpu/gl/
DGrGLGpu.h590 class HWVertexArrayState {
592 HWVertexArrayState() : fCoreProfileVertexArray(nullptr) { this->invalidate(); } in HWVertexArrayState() function
594 ~HWVertexArrayState() { delete fCoreProfileVertexArray; } in ~HWVertexArrayState()
DGrGLGpu.cpp3890 GrGLAttribArrayState* GrGLGpu::HWVertexArrayState::bindInternalVertexArray(GrGLGpu* gpu, in bindInternalVertexArray()