Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLNoOpInterface.h282 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLVertexAttrib1f(GrGLuint indx, const GrGLfloat value);
DGrGLNoOpInterface.cpp385 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLVertexAttrib1f(GrGLuint indx, const GrGLfloat value) { in noOpGLVertexAttrib1f() function
DGrGLCreateNullInterface.cpp464 functions->fVertexAttrib1f = noOpGLVertexAttrib1f; in GrGLCreateNullInterface()
DSkNullGLContext.cpp513 functions->fVertexAttrib1f = noOpGLVertexAttrib1f; in create_null_interface()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp955 functions->fVertexAttrib1f = noOpGLVertexAttrib1f; in GrGLCreateDebugInterface()