Searched refs:Uniform1fv (Results 1 – 5 of 5) sorted by relevance
/external/skia/src/gpu/gl/ |
D | GrGLProgramDataManager.cpp | 106 GR_GL_CALL(fGpu->glInterface(), Uniform1fv(uni.fFSLocation, arrayCount, v)); in set1fv() 109 GR_GL_CALL(fGpu->glInterface(), Uniform1fv(uni.fVSLocation, arrayCount, v)); in set1fv()
|
D | GrGLAssembleInterface.cpp | 221 GET_PROC(Uniform1fv); in GrGLAssembleGLInterface() 656 GET_PROC(Uniform1fv); in GrGLAssembleGLESInterface()
|
/external/opencv3/modules/core/src/ |
D | gl_core_3_1.cpp | 624 PFNUNIFORM1FVPROC Uniform1fv; variable 1677 Uniform1fv = (PFNUNIFORM1FVPROC)IntGetProcAddress("glUniform1fv"); in Switch_Uniform1fv() 1678 Uniform1fv(location, count, value); in Switch_Uniform1fv() 2612 Uniform1fv = Switch_Uniform1fv; in InitializeVariables()
|
D | gl_core_3_1.hpp | 1227 extern void (CODEGEN_FUNCPTR *Uniform1fv)(GLint location, GLsizei count, const GLfloat *value);
|
/external/mesa3d/include/GL/ |
D | gl_mangle.h | 1808 #define glUniform1fv MANGLE(Uniform1fv)
|