Home
last modified time | relevance | path

Searched refs:fBindVertexArray (Results 1 – 5 of 5) sorted by relevance

/external/skqp/src/gpu/gl/
DGrGLInterface.cpp382 if (!fFunctions.fBindVertexArray || in validate()
390 if (!fFunctions.fBindVertexArray || in validate()
DGrGLTestInterface.cpp30 fFunctions.fBindVertexArray = bind_to_member(this, &GrGLTestInterface::bindVertexArray); in GrGLTestInterface()
/external/skia/include/gpu/gl/
DGrGLInterface.h106 GrGLFunction<GrGLBindVertexArrayFn> fBindVertexArray; member
/external/skqp/include/gpu/gl/
DGrGLInterface.h93 GrGLFunction<GrGLBindVertexArrayFn> fBindVertexArray; member
/external/skia/src/gpu/gl/
DGrGLInterfaceAutogen.cpp219 if (!fFunctions.fBindVertexArray || in validate()