Home
last modified time | relevance | path

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

/external/skia/include/gpu/gl/
DGrGLInterface.h175 GrGLFunction<GrGLDisableVertexAttribArrayProc> fDisableVertexAttribArray; member
/external/skia/src/gpu/gl/
DGrGLCreateNullInterface.cpp383 functions->fDisableVertexAttribArray = noOpGLDisableVertexAttribArray; in GrGLCreateNullInterface()
DSkNullGLContext.cpp432 functions->fDisableVertexAttribArray = noOpGLDisableVertexAttribArray; in create_null_interface()
DGrGLInterface.cpp138 nullptr == fFunctions.fDisableVertexAttribArray || in validate()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp877 functions->fDisableVertexAttribArray = noOpGLDisableVertexAttribArray; in GrGLCreateDebugInterface()