Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLAssembleInterface.cpp245 GET_PROC(VertexAttrib1f); in GrGLMakeAssembledGLInterface()
613 GET_PROC(VertexAttrib1f); in GrGLMakeAssembledGLESInterface()
/external/skqp/src/gpu/gl/
DGrGLAssembleInterface.cpp245 GET_PROC(VertexAttrib1f); in GrGLMakeAssembledGLInterface()
745 GET_PROC(VertexAttrib1f); in GrGLMakeAssembledGLESInterface()
/external/swiftshader/src/OpenGL/libGLESv2/
Dentry_points.cpp186 void VertexAttrib1f(GLuint index, GLfloat x);
1100 return es2::VertexAttrib1f(index, x); in glVertexAttrib1f()
1378 this->glVertexAttrib1f = es2::VertexAttrib1f; in LibGLESv2exports()
DlibGLESv2.cpp5944 void VertexAttrib1f(GLuint index, GLfloat x) in VertexAttrib1f() function
/external/mesa3d/include/GL/
Dgl_mangle.h2464 #define glVertexAttrib1f MANGLE(VertexAttrib1f)