Searched defs:dstTexture (Results 1 - 6 of 6) sorted by relevance

/external/skia/src/gpu/glsl/
H A DGrGLSLXferProcessor.cpp109 const GrTexture* dstTexture, const SkIPoint& dstTextureOffset) {
110 if (dstTexture) {
114 pdm.set2f(fDstScaleUni, 1.f / dstTexture->width(), 1.f / dstTexture->height());
108 setData(const GrGLSLProgramDataManager& pdm, const GrXferProcessor& xp, const GrTexture* dstTexture, const SkIPoint& dstTextureOffset) argument
/external/skqp/src/gpu/glsl/
H A DGrGLSLXferProcessor.cpp109 const GrTexture* dstTexture, const SkIPoint& dstTextureOffset) {
110 if (dstTexture) {
114 pdm.set2f(fDstScaleUni, 1.f / dstTexture->width(), 1.f / dstTexture->height());
108 setData(const GrGLSLProgramDataManager& pdm, const GrXferProcessor& xp, const GrTexture* dstTexture, const SkIPoint& dstTextureOffset) argument
/external/skia/src/gpu/gl/
H A DGrGLProgram.cpp90 GrTexture* dstTexture = pipeline.peekDstTexture(&offset); local
92 fXferProcessor->setData(fProgramDataManager, xp, dstTexture, offset);
93 if (dstTexture) {
95 static_cast<GrGLTexture*>(dstTexture),
/external/skqp/src/gpu/gl/
H A DGrGLProgram.cpp90 GrTexture* dstTexture = pipeline.peekDstTexture(&offset); local
92 fXferProcessor->setData(fProgramDataManager, xp, dstTexture, offset);
93 if (dstTexture) {
95 static_cast<GrGLTexture*>(dstTexture),
/external/skia/src/gpu/vk/
H A DGrVkPipelineState.cpp262 GrTexture* dstTexture = pipeline.peekDstTexture(&offset); local
264 fXferProcessor->setData(fDataManager, pipeline.getXferProcessor(), dstTexture, offset);
/external/skqp/src/gpu/vk/
H A DGrVkPipelineState.cpp262 GrTexture* dstTexture = pipeline.peekDstTexture(&offset); local
264 fXferProcessor->setData(fDataManager, pipeline.getXferProcessor(), dstTexture, offset);

Completed in 856 milliseconds