Searched refs:Uniform2f (Results 1 – 11 of 11) sorted by relevance
/external/skqp/src/gpu/gl/ |
D | GrGLAssembleInterface.cpp | 230 GET_PROC(Uniform2f); in GrGLMakeAssembledGLInterface() 612 GET_PROC(Uniform2f); in GrGLMakeAssembledGLESInterface()
|
D | GrGLProgramDataManager.cpp | 136 GR_GL_CALL(fGpu->glInterface(), Uniform2f(uni.fLocation, v0, v1)); in set2f()
|
/external/skia/src/gpu/gl/ |
D | GrGLAssembleInterface.cpp | 227 GET_PROC(Uniform2f); in GrGLMakeAssembledGLInterface() 605 GET_PROC(Uniform2f); in GrGLMakeAssembledGLESInterface()
|
D | GrGLProgramDataManager.cpp | 136 GR_GL_CALL(fGpu->glInterface(), Uniform2f(uni.fLocation, v0, v1)); in set2f()
|
/external/skia/tools/gpu/atlastext/ |
D | GLTestAtlasTextRenderer.cpp | 350 callgl(Uniform2f, fAtlasInvSizeLocation, 1.f / atlas->fWidth, 1.f / atlas->fHeight); in drawSDFGlyphs()
|
/external/skqp/tools/gpu/atlastext/ |
D | GLTestAtlasTextRenderer.cpp | 350 callgl(Uniform2f, fAtlasInvSizeLocation, 1.f / atlas->fWidth, 1.f / atlas->fHeight); in drawSDFGlyphs()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | entry_points.h | 170 void Uniform2f(GLint location, GLfloat x, GLfloat y);
|
D | entry_points.cpp | 810 return gl::Uniform2f(location, x, y); in glUniform2f() 1686 this->glUniform2f = gl::Uniform2f; in LibGLESv2exports()
|
D | libGLESv2.cpp | 5094 void Uniform2f(GLint location, GLfloat x, GLfloat y) in Uniform2f() function 6557 FUNCTION(Uniform2f), in es2GetProcAddress()
|
/external/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 1112 { "glUniform2f", _O(Uniform2f) },
|
/external/mesa3d/include/GL/ |
D | gl_mangle.h | 2269 #define glUniform2f MANGLE(Uniform2f)
|