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

/external/skia/tests/
H A DGLProgramsTest.cpp179 const GrTexture* dstTexture = random.nextBool() ? dummyTextures[0] : dummyTextures[1]; local
183 dstTexture,
/external/chromium_org/third_party/skia/src/effects/
H A DSkGpuBlurUtils.cpp154 GrTexture* dstTexture = temp1.set(context, desc); local
156 if (NULL == dstTexture || NULL == tempTexture) {
164 context->setRenderTarget(dstTexture->asRenderTarget());
187 srcTexture = dstTexture;
188 SkTSwap(dstTexture, tempTexture);
202 context->setRenderTarget(dstTexture->asRenderTarget());
206 srcTexture = dstTexture;
208 SkTSwap(dstTexture, tempTexture);
220 context->setRenderTarget(dstTexture->asRenderTarget());
224 srcTexture = dstTexture;
[all...]
/external/skia/src/effects/
H A DSkGpuBlurUtils.cpp154 GrTexture* dstTexture = temp1.set(context, desc); local
156 if (NULL == dstTexture || NULL == tempTexture) {
164 context->setRenderTarget(dstTexture->asRenderTarget());
187 srcTexture = dstTexture;
188 SkTSwap(dstTexture, tempTexture);
202 context->setRenderTarget(dstTexture->asRenderTarget());
206 srcTexture = dstTexture;
208 SkTSwap(dstTexture, tempTexture);
220 context->setRenderTarget(dstTexture->asRenderTarget());
224 srcTexture = dstTexture;
[all...]

Completed in 121 milliseconds