HomeSort by relevance Sort by last modified time
    Searched defs:GrGLProgram (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/gl/
GrGLProgram.cpp 8 #include "GrGLProgram.h"
28 GrGLProgram::GrGLProgram(GrGLGpu* gpu,
57 GrGLProgram::~GrGLProgram() {
66 void GrGLProgram::abandon() {
72 void GrGLProgram::setData(const GrPrimitiveProcessor& primProc, const GrPipeline& pipeline) {
106 void GrGLProgram::generateMipmaps(const GrPrimitiveProcessor& primProc,
116 void GrGLProgram::setFragmentData(const GrPrimitiveProcessor& primProc,
137 void GrGLProgram::setRenderTargetState(const GrPrimitiveProcessor& primProc
    [all...]
GrGLProgram.h 36 class GrGLProgram : public SkRefCnt {
40 ~GrGLProgram();
109 GrGLProgram(GrGLGpu*,

Completed in 67 milliseconds