Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLProgramDataManager.cpp135 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()
DGrGLAssembleInterface.cpp225 GET_PROC(Uniform2fv); in GrGLAssembleGLInterface()
660 GET_PROC(Uniform2fv); in GrGLAssembleGLESInterface()
/external/opencv3/modules/core/src/
Dgl_core_3_1.cpp625 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()
Dgl_core_3_1.hpp1228 extern void (CODEGEN_FUNCPTR *Uniform2fv)(GLint location, GLsizei count, const GLfloat *value);
/external/mesa3d/include/GL/
Dgl_mangle.h1826 #define glUniform2fv MANGLE(Uniform2fv)