Searched refs:Uniform3fv (Results 1 – 9 of 9) sorted by relevance
/external/skqp/src/gpu/gl/ |
D | GrGLAssembleInterface.cpp | 236 GET_PROC(Uniform3fv); in GrGLMakeAssembledGLInterface() 618 GET_PROC(Uniform3fv); in GrGLMakeAssembledGLESInterface()
|
D | GrGLProgramDataManager.cpp | 190 GR_GL_CALL(fGpu->glInterface(), Uniform3fv(uni.fLocation, arrayCount, v)); in set3fv()
|
/external/skia/src/gpu/gl/ |
D | GrGLAssembleInterface.cpp | 233 GET_PROC(Uniform3fv); in GrGLMakeAssembledGLInterface() 611 GET_PROC(Uniform3fv); in GrGLMakeAssembledGLESInterface()
|
D | GrGLProgramDataManager.cpp | 190 GR_GL_CALL(fGpu->glInterface(), Uniform3fv(uni.fLocation, arrayCount, v)); in set3fv()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | entry_points.h | 175 void Uniform3fv(GLint location, GLsizei count, const GLfloat* v);
|
D | entry_points.cpp | 835 return gl::Uniform3fv(location, count, v); in glUniform3fv() 1691 this->glUniform3fv = gl::Uniform3fv; in LibGLESv2exports()
|
D | libGLESv2.cpp | 5140 void Uniform3fv(GLint location, GLsizei count, const GLfloat* v) in Uniform3fv() function 5176 Uniform3fv(location, 1, (GLfloat*)&xyz); in Uniform3f() 6564 FUNCTION(Uniform3fv), in es2GetProcAddress()
|
/external/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 1117 { "glUniform3fv", _O(Uniform3fv) },
|
/external/mesa3d/include/GL/ |
D | gl_mangle.h | 2289 #define glUniform3fv MANGLE(Uniform3fv)
|