/external/skqp/src/gpu/glsl/ |
D | GrGLSLXferProcessor.cpp | 109 const GrTexture* dstTexture, const SkIPoint& dstTextureOffset) { in setData() argument 110 if (dstTexture) { in setData() 114 pdm.set2f(fDstScaleUni, 1.f / dstTexture->width(), 1.f / dstTexture->height()); in setData()
|
D | GrGLSLProgramBuilder.cpp | 248 if (GrTexture* dstTexture = fPipeline.peekDstTexture()) { in emitAndInstallXferProc() local 252 this->emitSampler(dstTexture, GrSamplerState(), "DstTextureSampler"); in emitAndInstallXferProc() 254 SkASSERT(dstTexture->texturePriv().textureType() != GrTextureType::kExternal); in emitAndInstallXferProc()
|
D | GrGLSLXferProcessor.h | 74 const GrTexture* dstTexture, const SkIPoint& dstTextureOffset);
|
/external/skia/src/gpu/glsl/ |
D | GrGLSLXferProcessor.cpp | 109 const GrTexture* dstTexture, const SkIPoint& dstTextureOffset) { in setData() argument 110 if (dstTexture) { in setData() 114 pdm.set2f(fDstScaleUni, 1.f / dstTexture->width(), 1.f / dstTexture->height()); in setData()
|
D | GrGLSLProgramBuilder.cpp | 247 if (GrTexture* dstTexture = fPipeline.peekDstTexture()) { in emitAndInstallXferProc() local 251 this->emitSampler(dstTexture, GrSamplerState(), "DstTextureSampler"); in emitAndInstallXferProc() 253 SkASSERT(dstTexture->texturePriv().textureType() != GrTextureType::kExternal); in emitAndInstallXferProc()
|
D | GrGLSLXferProcessor.h | 74 const GrTexture* dstTexture, const SkIPoint& dstTextureOffset);
|
/external/skqp/src/gpu/gl/ |
D | GrGLProgram.cpp | 99 GrTexture* dstTexture = pipeline.peekDstTexture(&offset); in updateUniformsAndTextureBindings() local 101 fXferProcessor->setData(fProgramDataManager, xp, dstTexture, offset); in updateUniformsAndTextureBindings() 102 if (dstTexture) { in updateUniformsAndTextureBindings() 104 static_cast<GrGLTexture*>(dstTexture)); in updateUniformsAndTextureBindings()
|
/external/skia/src/gpu/gl/ |
D | GrGLProgram.cpp | 99 GrTexture* dstTexture = pipeline.peekDstTexture(&offset); in updateUniformsAndTextureBindings() local 101 fXferProcessor->setData(fProgramDataManager, xp, dstTexture, offset); in updateUniformsAndTextureBindings() 102 if (dstTexture) { in updateUniformsAndTextureBindings() 104 static_cast<GrGLTexture*>(dstTexture)); in updateUniformsAndTextureBindings()
|
/external/skia/src/gpu/vk/ |
D | GrVkPipelineState.cpp | 165 GrTexture* dstTexture = pipeline.peekDstTexture(&offset); in setAndBindUniforms() local 167 fXferProcessor->setData(fDataManager, pipeline.getXferProcessor(), dstTexture, offset); in setAndBindUniforms()
|
D | GrVkGpuCommandBuffer.cpp | 750 if (GrTexture* dstTexture = pipeline.peekDstTexture()) { in onDraw() local 751 cbInfo.fSampledTextures.push_back(sk_ref_sp(static_cast<GrVkTexture*>(dstTexture))); in onDraw()
|
/external/skqp/src/gpu/vk/ |
D | GrVkPipelineState.cpp | 165 GrTexture* dstTexture = pipeline.peekDstTexture(&offset); in setAndBindUniforms() local 167 fXferProcessor->setData(fDataManager, pipeline.getXferProcessor(), dstTexture, offset); in setAndBindUniforms()
|
D | GrVkGpuCommandBuffer.cpp | 756 if (GrTexture* dstTexture = pipeline.peekDstTexture()) { in onDraw() local 757 cbInfo.fSampledImages.push_back(static_cast<GrVkTexture*>(dstTexture)); in onDraw()
|
/external/skia/src/gpu/mtl/ |
D | GrMtlPipelineState.mm | 97 GrTexture* dstTexture = pipeline.peekDstTexture(&offset); 99 fXferProcessor->setData(fDataManager, pipeline.getXferProcessor(), dstTexture, offset);
|
/external/skqp/src/gpu/mtl/ |
D | GrMtlPipelineState.mm | 97 GrTexture* dstTexture = pipeline.peekDstTexture(&offset); 99 fXferProcessor->setData(fDataManager, pipeline.getXferProcessor(), dstTexture, offset);
|