Searched refs:Uniform1fv (Results 1 – 9 of 9) sorted by relevance
/external/skqp/src/gpu/gl/ |
D | GrGLAssembleInterface.cpp | 228 GET_PROC(Uniform1fv); in GrGLMakeAssembledGLInterface() 610 GET_PROC(Uniform1fv); in GrGLMakeAssembledGLESInterface()
|
D | GrGLProgramDataManager.cpp | 106 GR_GL_CALL(fGpu->glInterface(), Uniform1fv(uni.fLocation, arrayCount, v)); in set1fv()
|
/external/skia/src/gpu/gl/ |
D | GrGLAssembleInterface.cpp | 225 GET_PROC(Uniform1fv); in GrGLMakeAssembledGLInterface() 603 GET_PROC(Uniform1fv); in GrGLMakeAssembledGLESInterface()
|
D | GrGLProgramDataManager.cpp | 106 GR_GL_CALL(fGpu->glInterface(), Uniform1fv(uni.fLocation, arrayCount, v)); in set1fv()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | entry_points.h | 167 void Uniform1fv(GLint location, GLsizei count, const GLfloat* v);
|
D | entry_points.cpp | 795 return gl::Uniform1fv(location, count, v); in glUniform1fv() 1683 this->glUniform1fv = gl::Uniform1fv; in LibGLESv2exports()
|
D | libGLESv2.cpp | 4988 void Uniform1fv(GLint location, GLsizei count, const GLfloat* v) in Uniform1fv() function 5022 Uniform1fv(location, 1, &x); in Uniform1f() 6552 FUNCTION(Uniform1fv), in es2GetProcAddress()
|
/external/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 1109 { "glUniform1fv", _O(Uniform1fv) },
|
/external/mesa3d/include/GL/ |
D | gl_mangle.h | 2253 #define glUniform1fv MANGLE(Uniform1fv)
|