Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLNoOpInterface.h286 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLVertexAttrib3fv(GrGLuint indx, const GrGLfloat* values);
DGrGLNoOpInterface.cpp391 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLVertexAttrib3fv(GrGLuint indx, const GrGLfloat* values) { in noOpGLVertexAttrib3fv() function
DGrGLCreateNullInterface.cpp466 functions->fVertexAttrib3fv = noOpGLVertexAttrib3fv; in GrGLCreateNullInterface()
DSkNullGLContext.cpp515 functions->fVertexAttrib3fv = noOpGLVertexAttrib3fv; in create_null_interface()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp957 functions->fVertexAttrib3fv = noOpGLVertexAttrib3fv; in GrGLCreateDebugInterface()