Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLInterface.cpp439 if (nullptr == fFunctions.fBindVertexArray || in validate()
447 if (nullptr == fFunctions.fBindVertexArray || in validate()
DGrGLCreateNullInterface.cpp358 functions->fBindVertexArray = nullGLBindVertexArray; in GrGLCreateNullInterface()
DSkNullGLContext.cpp407 functions->fBindVertexArray = nullGLBindVertexArray; in create_null_interface()
/external/skia/include/gpu/gl/
DGrGLInterface.h145 GrGLFunction<GrGLBindVertexArrayProc> fBindVertexArray; member
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp852 functions->fBindVertexArray = debugGLBindVertexArray; in GrGLCreateDebugInterface()