Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/gl/
DGrGLGpu.h524 class HWVertexArrayState {
526 HWVertexArrayState() : fCoreProfileVertexArray(nullptr) { this->invalidate(); } in HWVertexArrayState() function
528 ~HWVertexArrayState() { delete fCoreProfileVertexArray; } in ~HWVertexArrayState()
DGrGLGpu.cpp4081 GrGLAttribArrayState* GrGLGpu::HWVertexArrayState::bindInternalVertexArray(GrGLGpu* gpu, in bindInternalVertexArray()
/third_party/skia/src/gpu/gl/
DGrGLGpu.h614 class HWVertexArrayState {
616 HWVertexArrayState() : fCoreProfileVertexArray(nullptr) { this->invalidate(); } in HWVertexArrayState() function
618 ~HWVertexArrayState() { delete fCoreProfileVertexArray; } in ~HWVertexArrayState()
DGrGLGpu.cpp3921 GrGLAttribArrayState* GrGLGpu::HWVertexArrayState::bindInternalVertexArray(GrGLGpu* gpu, in bindInternalVertexArray()