Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLNoOpInterface.h273 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLVertexAttrib2fv(GrGLuint indx, const GrGLfloat* values);
DGrGLNoOpInterface.cpp375 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLVertexAttrib2fv(GrGLuint indx, const GrGLfloat* values) { in noOpGLVertexAttrib2fv() function
DSkNullGLContext.cpp466 functions->fVertexAttrib2fv = noOpGLVertexAttrib2fv; in create_null_interface()
DGrGLCreateNullInterface.cpp463 functions->fVertexAttrib2fv = noOpGLVertexAttrib2fv; in GrGLCreateNullInterface()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp953 functions->fVertexAttrib2fv = noOpGLVertexAttrib2fv; in GrGLCreateDebugInterface()