HomeSort by relevance Sort by last modified time
    Searched defs:dstCopyTexture (Results 1 - 2 of 2) 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());

Completed in 35 milliseconds