Lines Matching refs:GrGLProgram
23 #include "src/gpu/gl/GrGLProgram.h"
52 // Used by GrGLProgram to configure OpenGL state.
83 // The returned GrGLProgram can be used for binding textures and vertex attributes.
84 GrGLProgram* currentProgram() {
210 void flushProgram(sk_sp<GrGLProgram>);
212 // Version for programs that aren't GrGLProgram.
402 sk_sp<GrGLProgram> findOrCreateProgram(GrDirectContext*,
404 sk_sp<GrGLProgram> findOrCreateProgram(GrDirectContext*,
413 sk_sp<GrGLProgram> findOrCreateProgramImpl(GrDirectContext*,
448 // other than usual draw flow (i.e. a GrGLProgram derived from a GrPipeline used to draw). It
554 sk_sp<GrGLProgram> fHWProgram;