Searched refs:DstReadKey (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/gpu/gl/builders/
H A DGrGLFragmentShaderBuilder.h81 typedef uint8_t DstReadKey; typedef in class:GrGLFragmentShaderBuilder
87 static DstReadKey KeyForDstRead(const GrTexture* dstCopy, const GrGLCaps&);
137 // Interpretation of DstReadKey when generating code
H A DGrGLFragmentShaderBuilder.cpp80 GrGLFragmentShaderBuilder::DstReadKey
94 SkASSERT(static_cast<DstReadKey>(key) == key);
95 return static_cast<DstReadKey>(key);

Completed in 40 milliseconds