Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLNoOpInterface.h288 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLVertexAttrib4fv(GrGLuint indx, const GrGLfloat* values);
DGrGLNoOpInterface.cpp394 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLVertexAttrib4fv(GrGLuint indx, const GrGLfloat* values) { in noOpGLVertexAttrib4fv() function
DGrGLCreateNullInterface.cpp467 functions->fVertexAttrib4fv = noOpGLVertexAttrib4fv; in GrGLCreateNullInterface()
DSkNullGLContext.cpp516 functions->fVertexAttrib4fv = noOpGLVertexAttrib4fv; in create_null_interface()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp958 functions->fVertexAttrib4fv = noOpGLVertexAttrib4fv; in GrGLCreateDebugInterface()