Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLNoOpInterface.h284 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLVertexAttrib2fv(GrGLuint indx, const GrGLfloat* values);
DGrGLNoOpInterface.cpp388 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLVertexAttrib2fv(GrGLuint indx, const GrGLfloat* values) { in noOpGLVertexAttrib2fv() function
DGrGLCreateNullInterface.cpp465 functions->fVertexAttrib2fv = noOpGLVertexAttrib2fv; in GrGLCreateNullInterface()
DSkNullGLContext.cpp514 functions->fVertexAttrib2fv = noOpGLVertexAttrib2fv; in create_null_interface()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp956 functions->fVertexAttrib2fv = noOpGLVertexAttrib2fv; in GrGLCreateDebugInterface()