Home
last modified time | relevance | path

Searched refs:Uniform3f (Results 1 – 9 of 9) sorted by relevance

/external/skqp/src/gpu/gl/
DGrGLAssembleInterface.cpp234 GET_PROC(Uniform3f); in GrGLMakeAssembledGLInterface()
616 GET_PROC(Uniform3f); in GrGLMakeAssembledGLESInterface()
DGrGLProgramDataManager.cpp178 GR_GL_CALL(fGpu->glInterface(), Uniform3f(uni.fLocation, v0, v1, v2)); in set3f()
/external/skia/src/gpu/gl/
DGrGLAssembleInterface.cpp231 GET_PROC(Uniform3f); in GrGLMakeAssembledGLInterface()
609 GET_PROC(Uniform3f); in GrGLMakeAssembledGLESInterface()
DGrGLProgramDataManager.cpp178 GR_GL_CALL(fGpu->glInterface(), Uniform3f(uni.fLocation, v0, v1, v2)); in set3f()
/external/swiftshader/src/OpenGL/libGLESv2/
Dentry_points.h174 void Uniform3f(GLint location, GLfloat x, GLfloat y, GLfloat z);
Dentry_points.cpp830 return gl::Uniform3f(location, x, y, z); in glUniform3f()
1690 this->glUniform3f = gl::Uniform3f; in LibGLESv2exports()
DlibGLESv2.cpp5172 void Uniform3f(GLint location, GLfloat x, GLfloat y, GLfloat z) in Uniform3f() function
6563 FUNCTION(Uniform3f), in es2GetProcAddress()
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1116 { "glUniform3f", _O(Uniform3f) },
/external/mesa3d/include/GL/
Dgl_mangle.h2287 #define glUniform3f MANGLE(Uniform3f)