Home | History | Annotate | Download | only in gl

Lines Matching full:pipeline

102 void GrGLProgram::setData(const GrPrimitiveProcessor& primProc, const GrPipeline& pipeline,
104 this->setRenderTargetState(primProc, pipeline);
111 const GrXferProcessor& xp = *pipeline.getXferProcessor();
115 this->setFragmentData(primProc, pipeline);
122 const GrPipeline& pipeline) {
125 const GrPendingFragmentStage& stage = pipeline.getFragmentStage(e);
146 const GrPipeline& pipeline) {
149 fRenderTargetState.fRenderTargetSize.fHeight != pipeline.getRenderTarget()->height()) {
151 SkIntToScalar(pipeline.getRenderTarget()->height()));
155 this->onSetRenderTargetState(primProc, pipeline);
159 const GrPipeline& pipeline) {
160 const GrRenderTarget* rt = pipeline.getRenderTarget();
204 const GrPipeline& pipeline) {
206 const GrRenderTarget* rt = pipeline.getRenderTarget();