Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLProgramDataManager.cpp148 GR_GL_CALL(fGpu->glInterface(), Uniform3f(uni.fFSLocation, v0, v1, v2)); in set3f()
151 GR_GL_CALL(fGpu->glInterface(), Uniform3f(uni.fVSLocation, v0, v1, v2)); in set3f()
DGrGLAssembleInterface.cpp227 GET_PROC(Uniform3f); in GrGLAssembleGLInterface()
662 GET_PROC(Uniform3f); in GrGLAssembleGLESInterface()
/external/opencv3/modules/core/src/
Dgl_core_3_1.cpp618 PFNUNIFORM3FPROC Uniform3f; variable
1641 Uniform3f = (PFNUNIFORM3FPROC)IntGetProcAddress("glUniform3f"); in Switch_Uniform3f()
1642 Uniform3f(location, v0, v1, v2); in Switch_Uniform3f()
2606 Uniform3f = Switch_Uniform3f; in InitializeVariables()
Dgl_core_3_1.hpp1221 extern void (CODEGEN_FUNCPTR *Uniform3f)(GLint location, GLfloat v0, GLfloat v1, GLfloat v2);
/external/mesa3d/include/GL/
Dgl_mangle.h1842 #define glUniform3f MANGLE(Uniform3f)