Searched refs:Uniform3fv (Results 1 – 5 of 5) sorted by relevance
/external/skia/src/gpu/gl/ |
D | GrGLProgramDataManager.cpp | 164 GR_GL_CALL(fGpu->glInterface(), Uniform3fv(uni.fFSLocation, arrayCount, v)); in set3fv() 167 GR_GL_CALL(fGpu->glInterface(), Uniform3fv(uni.fVSLocation, arrayCount, v)); in set3fv()
|
D | GrGLAssembleInterface.cpp | 229 GET_PROC(Uniform3fv); in GrGLAssembleGLInterface() 664 GET_PROC(Uniform3fv); in GrGLAssembleGLESInterface()
|
/external/opencv3/modules/core/src/ |
D | gl_core_3_1.cpp | 626 PFNUNIFORM3FVPROC Uniform3fv; variable 1689 Uniform3fv = (PFNUNIFORM3FVPROC)IntGetProcAddress("glUniform3fv"); in Switch_Uniform3fv() 1690 Uniform3fv(location, count, value); in Switch_Uniform3fv() 2614 Uniform3fv = Switch_Uniform3fv; in InitializeVariables()
|
D | gl_core_3_1.hpp | 1229 extern void (CODEGEN_FUNCPTR *Uniform3fv)(GLint location, GLsizei count, const GLfloat *value);
|
/external/mesa3d/include/GL/ |
D | gl_mangle.h | 1844 #define glUniform3fv MANGLE(Uniform3fv)
|