• Home
  • Raw
  • Download

Lines Matching +full:r +full:- +full:xp

4  * Use of this source code is governed by a BSD-style license that can be
21 #define GL_CALL(X) GR_GL_CALL(fGpu->glInterface(), X)
22 #define GL_CALL_RET(R, X) GR_GL_CALL_RET(fGpu->glInterface(), R, X) argument
54 gpu->flushProgram(program); in Make()
55 program->fProgramDataManager.setSamplerUniforms(textureSamplers, 0); in Make()
101 this->setRenderTargetState(renderTarget, programInfo.origin(), programInfo.geomProc()); in updateUniforms()
108 // primProc, fragProcs, XP. in updateUniforms()
109 fGeometryProcessor->setData(fProgramDataManager, in updateUniforms()
110 *fGpu->caps()->shaderCaps(), in updateUniforms()
120 const GrXferProcessor& xp = programInfo.pipeline().getXferProcessor(); in updateUniforms() local
124 fXferProcessor->setData(fProgramDataManager, xp, dstTexture, offset); in updateUniforms()
131 SkASSERT(geomProcTextures[i]->asTextureProxy()); in bindTextures()
132 auto* overrideTexture = static_cast<GrGLTexture*>(geomProcTextures[i]->peekTexture()); in bindTextures()
133 fGpu->bindTexture(i, geomProc.textureSampler(i).samplerState(), in bindTextures()
142 fGpu->bindTexture(nextTexSamplerIdx++, samplerState, swizzle, texture); in bindTextures()
148 fGpu->bindTexture(nextTexSamplerIdx++, GrSamplerState::Filter::kNearest, in bindTextures()
159 fRenderTargetState.fRenderTargetSize.fHeight != rt->height()) { in setRenderTargetState()
160 fProgramDataManager.set1f(fBuiltinUniformHandles.fRTHeightUni, SkIntToScalar(rt->height())); in setRenderTargetState()
164 SkISize dimensions = rt->dimensions(); in setRenderTargetState()