HomeSort by relevance Sort by last modified time
    Searched refs:dstCopy (Results 26 - 30 of 30) sorted by null

12

  /external/skia/src/gpu/gl/
GrGLShaderBuilder.cpp 391 GrGLShaderBuilder::DstReadKey GrGLShaderBuilder::KeyForDstRead(const GrTexture* dstCopy,
397 SkASSERT(NULL != dstCopy);
398 if (!caps.textureSwizzleSupport() && GrPixelConfigIsAlphaOnly(dstCopy->config())) {
402 if (kTopLeft_GrSurfaceOrigin == dstCopy->origin()) {
    [all...]
GrGLShaderBuilder.h 167 static DstReadKey KeyForDstRead(const GrTexture* dstCopy, const GrGLCaps&);
GrGpuGL.h 175 virtual bool flushGraphicsState(DrawType, const GrDeviceCoordTexture* dstCopy) SK_OVERRIDE;
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLShaderBuilder.h 167 static DstReadKey KeyForDstRead(const GrTexture* dstCopy, const GrGLCaps&);
GrGpuGL.h 175 virtual bool flushGraphicsState(DrawType, const GrDeviceCoordTexture* dstCopy) SK_OVERRIDE;

Completed in 315 milliseconds

12