Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLNoOpInterface.h271 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLVertexAttrib1f(GrGLuint indx, const GrGLfloat value);
DGrGLNoOpInterface.cpp372 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLVertexAttrib1f(GrGLuint indx, const GrGLfloat value) { in noOpGLVertexAttrib1f() function
DSkNullGLContext.cpp465 functions->fVertexAttrib1f = noOpGLVertexAttrib1f; in create_null_interface()
DGrGLCreateNullInterface.cpp462 functions->fVertexAttrib1f = noOpGLVertexAttrib1f; in GrGLCreateNullInterface()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp952 functions->fVertexAttrib1f = noOpGLVertexAttrib1f; in GrGLCreateDebugInterface()