HomeSort by relevance Sort by last modified time
    Searched refs:dstCopyTexture (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLProgramDesc.cpp 174 const GrTexture* dstCopyTexture = NULL;
176 dstCopyTexture = dstCopy->texture();
178 header->fDstReadKey = GrGLShaderBuilder::KeyForDstRead(dstCopyTexture, gpu->glCaps());
  /external/skia/src/gpu/gl/
GrGLProgramDesc.cpp 174 const GrTexture* dstCopyTexture = NULL;
176 dstCopyTexture = dstCopy->texture();
178 header->fDstReadKey = GrGLShaderBuilder::KeyForDstRead(dstCopyTexture, gpu->glCaps());
  /external/skia/tests/
GLProgramsTest.cpp 28 const GrTexture* dstCopyTexture,
96 header->fDstReadKey = GrGLShaderBuilder::KeyForDstRead(dstCopyTexture, gpu->glCaps());

Completed in 2295 milliseconds