Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLNoOpInterface.h275 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLVertexAttrib3fv(GrGLuint indx, const GrGLfloat* values);
DGrGLNoOpInterface.cpp378 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLVertexAttrib3fv(GrGLuint indx, const GrGLfloat* values) { in noOpGLVertexAttrib3fv() function
DSkNullGLContext.cpp467 functions->fVertexAttrib3fv = noOpGLVertexAttrib3fv; in create_null_interface()
DGrGLCreateNullInterface.cpp464 functions->fVertexAttrib3fv = noOpGLVertexAttrib3fv; in GrGLCreateNullInterface()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp954 functions->fVertexAttrib3fv = noOpGLVertexAttrib3fv; in GrGLCreateDebugInterface()