Searched refs:DstReadKey (Results 1 – 5 of 5) sorted by relevance
71 typedef uint8_t DstReadKey; typedef77 static DstReadKey KeyForDstRead(const GrTexture* dstCopy, const GrGLCaps&);
45 GrGLFragmentShaderBuilder::DstReadKey GrGLFragmentShaderBuilder::KeyForDstRead( in KeyForDstRead()59 SkASSERT(static_cast<DstReadKey>(key) == key); in KeyForDstRead()60 return static_cast<DstReadKey>(key); in KeyForDstRead()
161 typedef uint8_t DstReadKey; typedef167 static DstReadKey KeyForDstRead(const GrTexture* dstCopy, const GrGLCaps&);
148 GrGLShaderBuilder::DstReadKey fDstReadKey; // set by GrGLShaderBuilder if there
391 GrGLShaderBuilder::DstReadKey GrGLShaderBuilder::KeyForDstRead(const GrTexture* dstCopy, in KeyForDstRead()405 SkASSERT(static_cast<DstReadKey>(key) == key); in KeyForDstRead()406 return static_cast<DstReadKey>(key); in KeyForDstRead()