Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLProgramDataManager.cpp106 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()
DGrGLAssembleInterface.cpp221 GET_PROC(Uniform1fv); in GrGLAssembleGLInterface()
656 GET_PROC(Uniform1fv); in GrGLAssembleGLESInterface()
/external/opencv3/modules/core/src/
Dgl_core_3_1.cpp624 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()
Dgl_core_3_1.hpp1227 extern void (CODEGEN_FUNCPTR *Uniform1fv)(GLint location, GLsizei count, const GLfloat *value);
/external/mesa3d/include/GL/
Dgl_mangle.h1808 #define glUniform1fv MANGLE(Uniform1fv)