Searched defs:dstCopyTexture (Results 1 - 4 of 4) sorted by last modified time

/external/skia/src/gpu/gl/
H A DGrGLProgramDesc.cpp177 const GrTexture* dstCopyTexture = NULL; local
179 dstCopyTexture = dstCopy->texture();
181 header->fDstReadKey = GrGLShaderBuilder::KeyForDstRead(dstCopyTexture, gpu->glCaps());
/external/skia/tests/
H A DGLProgramsTest.cpp28 const GrTexture* dstCopyTexture,
94 header->fDstReadKey = GrGLShaderBuilder::KeyForDstRead(dstCopyTexture, gpu->glCaps());
25 setRandom(SkRandom* random, const GrGpuGL* gpu, const GrRenderTarget* dstRenderTarget, const GrTexture* dstCopyTexture, const GrEffectStage* stages[], int numColorStages, int numCoverageStages, int currAttribIndex) argument
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLProgramDesc.cpp346 const GrTexture* dstCopyTexture = NULL; local
348 dstCopyTexture = dstCopy->texture();
350 header->fDstReadKey = GrGLFragmentShaderBuilder::KeyForDstRead(dstCopyTexture,
/external/chromium_org/third_party/skia/tests/
H A DGLProgramsTest.cpp38 const GrTexture* dstCopyTexture,
145 header->fDstReadKey = SkToU8(GrGLFragmentShaderBuilder::KeyForDstRead(dstCopyTexture,
35 setRandom(SkRandom* random, GrGpuGL* gpu, const GrRenderTarget* dstRenderTarget, const GrTexture* dstCopyTexture, const GrGeometryStage* geometryProcessor, const GrFragmentStage* stages[], int numColorStages, int numCoverageStages, int currAttribIndex, GrGpu::DrawType drawType) argument

Completed in 95 milliseconds