Searched refs:VertexAttrib1f (Results 1 – 11 of 11) sorted by relevance
/external/skia/src/gpu/gl/ |
D | GrGLAssembleWebGLInterfaceAutogen.cpp | 147 GET_PROC(VertexAttrib1f); in GrGLMakeAssembledWebGLInterface()
|
D | GrGLAssembleGLESInterfaceAutogen.cpp | 140 GET_PROC(VertexAttrib1f); in GrGLMakeAssembledGLESInterface()
|
D | GrGLAssembleGLInterfaceAutogen.cpp | 143 GET_PROC(VertexAttrib1f); in GrGLMakeAssembledGLInterface()
|
/external/skqp/src/gpu/gl/ |
D | GrGLAssembleInterface.cpp | 247 GET_PROC(VertexAttrib1f); in GrGLMakeAssembledGLInterface() 628 GET_PROC(VertexAttrib1f); in GrGLMakeAssembledGLESInterface()
|
/external/mesa3d/src/mesa/vbo/ |
D | vbo_init_tmp.h | 78 vfmt->VertexAttrib1fARB = NAME_ES(VertexAttrib1f);
|
/external/skia/tools/gpu/gl/interface/ |
D | interface.json5 | 45 "UniformMatrix3fv", "UniformMatrix4fv", "UseProgram", "VertexAttrib1f",
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | entry_points.cpp | 895 return gl::VertexAttrib1f(index, x); in glVertexAttrib1f() 1703 this->glVertexAttrib1f = gl::VertexAttrib1f; in LibGLESv2exports()
|
D | entry_points.h | 187 void GL_APIENTRY VertexAttrib1f(GLuint index, GLfloat x);
|
D | libGLESv2.cpp | 5423 void GL_APIENTRY VertexAttrib1f(GLuint index, GLfloat x) in VertexAttrib1f() function 6553 FUNCTION(VertexAttrib1f), in es2GetProcAddress()
|
/external/angle/src/libGL/ |
D | entry_points_gl_2_autogen.cpp | 1539 ANGLE_CAPTURE(VertexAttrib1f, isCallValid, context, index, x); in GL_VertexAttrib1f()
|
/external/angle/src/libGLESv2/ |
D | entry_points_gles_2_0_autogen.cpp | 3481 ANGLE_CAPTURE(VertexAttrib1f, isCallValid, context, index, x); in GL_VertexAttrib1f()
|