Searched refs:Uniform2fv (Results 1 – 9 of 9) sorted by relevance
/external/skqp/src/gpu/gl/ |
D | GrGLAssembleInterface.cpp | 232 GET_PROC(Uniform2fv); in GrGLMakeAssembledGLInterface() 614 GET_PROC(Uniform2fv); in GrGLMakeAssembledGLESInterface()
|
D | GrGLProgramDataManager.cpp | 148 GR_GL_CALL(fGpu->glInterface(), Uniform2fv(uni.fLocation, arrayCount, v)); in set2fv()
|
/external/skia/src/gpu/gl/ |
D | GrGLAssembleInterface.cpp | 229 GET_PROC(Uniform2fv); in GrGLMakeAssembledGLInterface() 607 GET_PROC(Uniform2fv); in GrGLMakeAssembledGLESInterface()
|
D | GrGLProgramDataManager.cpp | 148 GR_GL_CALL(fGpu->glInterface(), Uniform2fv(uni.fLocation, arrayCount, v)); in set2fv()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | entry_points.h | 171 void Uniform2fv(GLint location, GLsizei count, const GLfloat* v);
|
D | entry_points.cpp | 815 return gl::Uniform2fv(location, count, v); in glUniform2fv() 1687 this->glUniform2fv = gl::Uniform2fv; in LibGLESv2exports()
|
D | libGLESv2.cpp | 5062 void Uniform2fv(GLint location, GLsizei count, const GLfloat* v) in Uniform2fv() function 5098 Uniform2fv(location, 1, (GLfloat*)&xy); in Uniform2f() 6558 FUNCTION(Uniform2fv), in es2GetProcAddress()
|
/external/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 1113 { "glUniform2fv", _O(Uniform2fv) },
|
/external/mesa3d/include/GL/ |
D | gl_mangle.h | 2271 #define glUniform2fv MANGLE(Uniform2fv)
|