Searched refs:VertexAttrib2fv (Results 1 – 11 of 11) sorted by relevance
/external/skia/src/gpu/gl/ |
D | GrGLAssembleWebGLInterfaceAutogen.cpp | 148 GET_PROC(VertexAttrib2fv); in GrGLMakeAssembledWebGLInterface()
|
D | GrGLAssembleGLESInterfaceAutogen.cpp | 141 GET_PROC(VertexAttrib2fv); in GrGLMakeAssembledGLESInterface()
|
D | GrGLAssembleGLInterfaceAutogen.cpp | 144 GET_PROC(VertexAttrib2fv); in GrGLMakeAssembledGLInterface()
|
/external/skqp/src/gpu/gl/ |
D | GrGLAssembleInterface.cpp | 248 GET_PROC(VertexAttrib2fv); in GrGLMakeAssembledGLInterface() 629 GET_PROC(VertexAttrib2fv); in GrGLMakeAssembledGLESInterface()
|
/external/mesa3d/src/mesa/vbo/ |
D | vbo_init_tmp.h | 81 vfmt->VertexAttrib2fvARB = NAME_ES(VertexAttrib2fv);
|
/external/skia/tools/gpu/gl/interface/ |
D | interface.json5 | 46 "VertexAttrib2fv", "VertexAttrib3fv", "VertexAttrib4fv", "VertexAttribPointer",
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | entry_points.cpp | 910 return gl::VertexAttrib2fv(index, values); in glVertexAttrib2fv() 1706 this->glVertexAttrib2fv = gl::VertexAttrib2fv; in LibGLESv2exports()
|
D | entry_points.h | 190 void GL_APIENTRY VertexAttrib2fv(GLuint index, const GLfloat* values);
|
D | libGLESv2.cpp | 5477 void GL_APIENTRY VertexAttrib2fv(GLuint index, const GLfloat* values) in VertexAttrib2fv() function 6556 FUNCTION(VertexAttrib2fv), in es2GetProcAddress()
|
/external/angle/src/libGL/ |
D | entry_points_gl_2_autogen.cpp | 1698 ANGLE_CAPTURE(VertexAttrib2fv, isCallValid, context, index, v); in GL_VertexAttrib2fv()
|
/external/angle/src/libGLESv2/ |
D | entry_points_gles_2_0_autogen.cpp | 3550 ANGLE_CAPTURE(VertexAttrib2fv, isCallValid, context, index, v); in GL_VertexAttrib2fv()
|