Home
last modified time | relevance | path

Searched refs:Uniform2f (Results 1 – 11 of 11) sorted by relevance

/external/skqp/src/gpu/gl/
DGrGLAssembleInterface.cpp230 GET_PROC(Uniform2f); in GrGLMakeAssembledGLInterface()
612 GET_PROC(Uniform2f); in GrGLMakeAssembledGLESInterface()
DGrGLProgramDataManager.cpp136 GR_GL_CALL(fGpu->glInterface(), Uniform2f(uni.fLocation, v0, v1)); in set2f()
/external/skia/src/gpu/gl/
DGrGLAssembleInterface.cpp227 GET_PROC(Uniform2f); in GrGLMakeAssembledGLInterface()
605 GET_PROC(Uniform2f); in GrGLMakeAssembledGLESInterface()
DGrGLProgramDataManager.cpp136 GR_GL_CALL(fGpu->glInterface(), Uniform2f(uni.fLocation, v0, v1)); in set2f()
/external/skia/tools/gpu/atlastext/
DGLTestAtlasTextRenderer.cpp350 callgl(Uniform2f, fAtlasInvSizeLocation, 1.f / atlas->fWidth, 1.f / atlas->fHeight); in drawSDFGlyphs()
/external/skqp/tools/gpu/atlastext/
DGLTestAtlasTextRenderer.cpp350 callgl(Uniform2f, fAtlasInvSizeLocation, 1.f / atlas->fWidth, 1.f / atlas->fHeight); in drawSDFGlyphs()
/external/swiftshader/src/OpenGL/libGLESv2/
Dentry_points.h170 void Uniform2f(GLint location, GLfloat x, GLfloat y);
Dentry_points.cpp810 return gl::Uniform2f(location, x, y); in glUniform2f()
1686 this->glUniform2f = gl::Uniform2f; in LibGLESv2exports()
DlibGLESv2.cpp5094 void Uniform2f(GLint location, GLfloat x, GLfloat y) in Uniform2f() function
6557 FUNCTION(Uniform2f), in es2GetProcAddress()
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1112 { "glUniform2f", _O(Uniform2f) },
/external/mesa3d/include/GL/
Dgl_mangle.h2269 #define glUniform2f MANGLE(Uniform2f)