Home
last modified time | relevance | path

Searched refs:VertexAttrib1f (Results 1 – 6 of 6) sorted by relevance

/external/skqp/src/gpu/gl/
DGrGLAssembleInterface.cpp247 GET_PROC(VertexAttrib1f); in GrGLMakeAssembledGLInterface()
628 GET_PROC(VertexAttrib1f); in GrGLMakeAssembledGLESInterface()
/external/skia/src/gpu/gl/
DGrGLAssembleInterface.cpp244 GET_PROC(VertexAttrib1f); in GrGLMakeAssembledGLInterface()
621 GET_PROC(VertexAttrib1f); in GrGLMakeAssembledGLESInterface()
/external/swiftshader/src/OpenGL/libGLESv2/
Dentry_points.h187 void VertexAttrib1f(GLuint index, GLfloat x);
Dentry_points.cpp895 return gl::VertexAttrib1f(index, x); in glVertexAttrib1f()
1703 this->glVertexAttrib1f = gl::VertexAttrib1f; in LibGLESv2exports()
DlibGLESv2.cpp5458 void VertexAttrib1f(GLuint index, GLfloat x) in VertexAttrib1f() function
6588 FUNCTION(VertexAttrib1f), in es2GetProcAddress()
/external/mesa3d/include/GL/
Dgl_mangle.h2464 #define glVertexAttrib1f MANGLE(VertexAttrib1f)