Searched refs:Uniform4f (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/gpu/gl/ |
D | GrGLProgramDataManager.cpp | 181 GR_GL_CALL(fGpu->glInterface(), Uniform4f(uni.fFSLocation, v0, v1, v2, v3)); in set4f() 184 GR_GL_CALL(fGpu->glInterface(), Uniform4f(uni.fVSLocation, v0, v1, v2, v3)); in set4f()
|
D | GrGLAssembleInterface.cpp | 231 GET_PROC(Uniform4f); in GrGLAssembleGLInterface() 666 GET_PROC(Uniform4f); in GrGLAssembleGLESInterface()
|
D | GrGLGpu.cpp | 2668 GL_CALL(Uniform4f(posXformUniform, bounds.width(), bounds.height(), bounds.left(), in stampRectUsingProgram() 3722 GL_CALL(Uniform4f(fCopyPrograms[progIdx].fPosXformUniform, dx1 - dx0, dy1 - dy0, dx0, dy0)); in copySurfaceAsDraw() 3723 GL_CALL(Uniform4f(fCopyPrograms[progIdx].fTexCoordXformUniform, in copySurfaceAsDraw()
|
/external/opencv3/modules/core/src/ |
D | gl_core_3_1.cpp | 619 PFNUNIFORM4FPROC Uniform4f; variable 1647 Uniform4f = (PFNUNIFORM4FPROC)IntGetProcAddress("glUniform4f"); in Switch_Uniform4f() 1648 Uniform4f(location, v0, v1, v2, v3); in Switch_Uniform4f() 2607 Uniform4f = Switch_Uniform4f; in InitializeVariables()
|
D | gl_core_3_1.hpp | 1222 …extern void (CODEGEN_FUNCPTR *Uniform4f)(GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLflo…
|
/external/mesa3d/include/GL/ |
D | gl_mangle.h | 1860 #define glUniform4f MANGLE(Uniform4f)
|