Searched refs:VertexAttrib3fv (Results 1 – 11 of 11) sorted by relevance
/external/skia/src/gpu/gl/ |
D | GrGLAssembleWebGLInterfaceAutogen.cpp | 149 GET_PROC(VertexAttrib3fv); in GrGLMakeAssembledWebGLInterface()
|
D | GrGLAssembleGLESInterfaceAutogen.cpp | 142 GET_PROC(VertexAttrib3fv); in GrGLMakeAssembledGLESInterface()
|
D | GrGLAssembleGLInterfaceAutogen.cpp | 145 GET_PROC(VertexAttrib3fv); in GrGLMakeAssembledGLInterface()
|
/external/skqp/src/gpu/gl/ |
D | GrGLAssembleInterface.cpp | 249 GET_PROC(VertexAttrib3fv); in GrGLMakeAssembledGLInterface() 630 GET_PROC(VertexAttrib3fv); in GrGLMakeAssembledGLESInterface()
|
/external/mesa3d/src/mesa/vbo/ |
D | vbo_init_tmp.h | 83 vfmt->VertexAttrib3fvARB = NAME_ES(VertexAttrib3fv);
|
/external/skia/tools/gpu/gl/interface/ |
D | interface.json5 | 46 "VertexAttrib2fv", "VertexAttrib3fv", "VertexAttrib4fv", "VertexAttribPointer",
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | entry_points.cpp | 920 return gl::VertexAttrib3fv(index, values); in glVertexAttrib3fv() 1708 this->glVertexAttrib3fv = gl::VertexAttrib3fv; in LibGLESv2exports()
|
D | entry_points.h | 192 void GL_APIENTRY VertexAttrib3fv(GLuint index, const GLfloat* values);
|
D | libGLESv2.cpp | 5513 void GL_APIENTRY VertexAttrib3fv(GLuint index, const GLfloat* values) in VertexAttrib3fv() function 6558 FUNCTION(VertexAttrib3fv), in es2GetProcAddress()
|
/external/angle/src/libGL/ |
D | entry_points_gl_2_autogen.cpp | 1836 ANGLE_CAPTURE(VertexAttrib3fv, isCallValid, context, index, v); in GL_VertexAttrib3fv()
|
/external/angle/src/libGLESv2/ |
D | entry_points_gles_2_0_autogen.cpp | 3596 ANGLE_CAPTURE(VertexAttrib3fv, isCallValid, context, index, v); in GL_VertexAttrib3fv()
|