Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLProgramDataManager.cpp164 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()
DGrGLAssembleInterface.cpp229 GET_PROC(Uniform3fv); in GrGLAssembleGLInterface()
664 GET_PROC(Uniform3fv); in GrGLAssembleGLESInterface()
/external/opencv3/modules/core/src/
Dgl_core_3_1.cpp626 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()
Dgl_core_3_1.hpp1229 extern void (CODEGEN_FUNCPTR *Uniform3fv)(GLint location, GLsizei count, const GLfloat *value);
/external/mesa3d/include/GL/
Dgl_mangle.h1844 #define glUniform3fv MANGLE(Uniform3fv)