Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLInterface.cpp409 NULL == fFunctions.fDeleteVertexArrays || in validate()
417 NULL == fFunctions.fDeleteVertexArrays || in validate()
DSkNullGLContext.cpp383 functions->fDeleteVertexArrays = noOpGLDeleteIds; in create_null_interface()
DGrGLCreateNullInterface.cpp380 functions->fDeleteVertexArrays = noOpGLDeleteIds; in GrGLCreateNullInterface()
/external/skia/include/gpu/gl/
DGrGLInterface.h186 GLPtr<GrGLDeleteVertexArraysProc> fDeleteVertexArrays; member
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp873 functions->fDeleteVertexArrays = debugGLDeleteVertexArrays; in GrGLCreateDebugInterface()