Home
last modified time | relevance | path

Searched refs:DstReadKey (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/gl/builders/
DGrGLFragmentShaderBuilder.h71 typedef uint8_t DstReadKey; typedef
77 static DstReadKey KeyForDstRead(const GrTexture* dstCopy, const GrGLCaps&);
DGrGLFragmentShaderBuilder.cpp45 GrGLFragmentShaderBuilder::DstReadKey GrGLFragmentShaderBuilder::KeyForDstRead( in KeyForDstRead()
59 SkASSERT(static_cast<DstReadKey>(key) == key); in KeyForDstRead()
60 return static_cast<DstReadKey>(key); in KeyForDstRead()
/external/skia/src/gpu/gl/
DGrGLShaderBuilder.h161 typedef uint8_t DstReadKey; typedef
167 static DstReadKey KeyForDstRead(const GrTexture* dstCopy, const GrGLCaps&);
DGrGLProgramDesc.h148 GrGLShaderBuilder::DstReadKey fDstReadKey; // set by GrGLShaderBuilder if there
DGrGLShaderBuilder.cpp391 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()