Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLInterface.cpp441 nullptr == fFunctions.fGenVertexArrays) { in validate()
449 nullptr == fFunctions.fGenVertexArrays) { in validate()
DGrGLCreateNullInterface.cpp401 functions->fGenVertexArrays = noOpGLGenIds; in GrGLCreateNullInterface()
DSkNullGLContext.cpp450 functions->fGenVertexArrays = noOpGLGenIds; in create_null_interface()
/external/skia/include/gpu/gl/
DGrGLInterface.h200 GrGLFunction<GrGLGenVertexArraysProc> fGenVertexArrays; member
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp911 functions->fGenVertexArrays = debugGLGenVertexArrays; in GrGLCreateDebugInterface()