Home
last modified time | relevance | path

Searched refs:dstTexture (Results 1 – 14 of 14) sorted by relevance

/external/skqp/src/gpu/glsl/
DGrGLSLXferProcessor.cpp109 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()
DGrGLSLProgramBuilder.cpp248 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()
DGrGLSLXferProcessor.h74 const GrTexture* dstTexture, const SkIPoint& dstTextureOffset);
/external/skia/src/gpu/glsl/
DGrGLSLXferProcessor.cpp109 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()
DGrGLSLProgramBuilder.cpp247 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()
DGrGLSLXferProcessor.h74 const GrTexture* dstTexture, const SkIPoint& dstTextureOffset);
/external/skqp/src/gpu/gl/
DGrGLProgram.cpp99 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/
DGrGLProgram.cpp99 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/
DGrVkPipelineState.cpp165 GrTexture* dstTexture = pipeline.peekDstTexture(&offset); in setAndBindUniforms() local
167 fXferProcessor->setData(fDataManager, pipeline.getXferProcessor(), dstTexture, offset); in setAndBindUniforms()
DGrVkGpuCommandBuffer.cpp750 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/
DGrVkPipelineState.cpp165 GrTexture* dstTexture = pipeline.peekDstTexture(&offset); in setAndBindUniforms() local
167 fXferProcessor->setData(fDataManager, pipeline.getXferProcessor(), dstTexture, offset); in setAndBindUniforms()
DGrVkGpuCommandBuffer.cpp756 if (GrTexture* dstTexture = pipeline.peekDstTexture()) { in onDraw() local
757 cbInfo.fSampledImages.push_back(static_cast<GrVkTexture*>(dstTexture)); in onDraw()
/external/skia/src/gpu/mtl/
DGrMtlPipelineState.mm97 GrTexture* dstTexture = pipeline.peekDstTexture(&offset);
99 fXferProcessor->setData(fDataManager, pipeline.getXferProcessor(), dstTexture, offset);
/external/skqp/src/gpu/mtl/
DGrMtlPipelineState.mm97 GrTexture* dstTexture = pipeline.peekDstTexture(&offset);
99 fXferProcessor->setData(fDataManager, pipeline.getXferProcessor(), dstTexture, offset);