Searched refs:Uniform2fv (Results 1 – 5 of 5) sorted by relevance
/external/skia/src/gpu/gl/ |
D | GrGLProgramDataManager.cpp | 135 GR_GL_CALL(fGpu->glInterface(), Uniform2fv(uni.fFSLocation, arrayCount, v)); in set2fv() 138 GR_GL_CALL(fGpu->glInterface(), Uniform2fv(uni.fVSLocation, arrayCount, v)); in set2fv()
|
D | GrGLAssembleInterface.cpp | 225 GET_PROC(Uniform2fv); in GrGLAssembleGLInterface() 660 GET_PROC(Uniform2fv); in GrGLAssembleGLESInterface()
|
/external/opencv3/modules/core/src/ |
D | gl_core_3_1.cpp | 625 PFNUNIFORM2FVPROC Uniform2fv; variable 1683 Uniform2fv = (PFNUNIFORM2FVPROC)IntGetProcAddress("glUniform2fv"); in Switch_Uniform2fv() 1684 Uniform2fv(location, count, value); in Switch_Uniform2fv() 2613 Uniform2fv = Switch_Uniform2fv; in InitializeVariables()
|
D | gl_core_3_1.hpp | 1228 extern void (CODEGEN_FUNCPTR *Uniform2fv)(GLint location, GLsizei count, const GLfloat *value);
|
/external/mesa3d/include/GL/ |
D | gl_mangle.h | 1826 #define glUniform2fv MANGLE(Uniform2fv)
|