Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLInterface.cpp409 if (nullptr == fFunctions.fBindVertexArray || in validate()
417 if (nullptr == fFunctions.fBindVertexArray || in validate()
DGrGLTestInterface.cpp29 fFunctions.fBindVertexArray = bind_to_member(this, &GrGLTestInterface::bindVertexArray); in GrGLTestInterface()
/external/skia/include/gpu/gl/
DGrGLInterface.h116 GrGLFunction<GrGLBindVertexArrayProc> fBindVertexArray; member