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

  /external/chromium_org/third_party/skia/src/gpu/gl/builders/
GrGLFragmentShaderBuilder.h 71 typedef uint8_t DstReadKey;
77 static DstReadKey KeyForDstRead(const GrTexture* dstCopy, const GrGLCaps&);
127 // Interpretation of DstReadKey when generating code
GrGLFragmentShaderBuilder.cpp 45 GrGLFragmentShaderBuilder::DstReadKey GrGLFragmentShaderBuilder::KeyForDstRead(
59 SkASSERT(static_cast<DstReadKey>(key) == key);
60 return static_cast<DstReadKey>(key);

Completed in 5636 milliseconds