Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLNoOpInterface.h303 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLVertexAttribDivisor(GrGLuint index, GrGLuint divisor);
DGrGLNoOpInterface.cpp412 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLVertexAttribDivisor(GrGLuint index, GrGLuint divisor) { in noOpGLVertexAttribDivisor() function
DGrGLCreateNullInterface.cpp468 functions->fVertexAttribDivisor = noOpGLVertexAttribDivisor; in GrGLCreateNullInterface()
DSkNullGLContext.cpp517 functions->fVertexAttribDivisor = noOpGLVertexAttribDivisor; in create_null_interface()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp959 functions->fVertexAttribDivisor = noOpGLVertexAttribDivisor; in GrGLCreateDebugInterface()