Searched refs:GrProgramDesc (Results 1 – 19 of 19) sorted by relevance
/external/skia/src/gpu/ |
D | GrProgramDesc.h | 17 class GrProgramDesc { 20 GrProgramDesc() {} in GrProgramDesc() function 35 GrProgramDesc& operator= (const GrProgramDesc& other) { 42 bool operator== (const GrProgramDesc& that) const { 55 bool operator!= (const GrProgramDesc& other) const { 59 static bool Less(const GrProgramDesc& a, const GrProgramDesc& b) { in Less() 109 *(this->atOffset<uint32_t, GrProgramDesc::kLengthOffset>()) = SkToU32(keyLength); in finalize() 111 uint32_t* checksum = this->atOffset<uint32_t, GrProgramDesc::kChecksumOffset>(); in finalize()
|
D | GrGpu.h | 328 virtual void buildProgramDesc(GrProgramDesc*, 344 const GrProgramDesc* desc) in DrawArgs() 352 const GrProgramDesc* fDesc;
|
D | GrPathRendering.h | 158 const GrProgramDesc* desc, in DrawPathArgs()
|
D | GrTest.cpp | 309 void buildProgramDesc(GrProgramDesc*, const GrPrimitiveProcessor&, in buildProgramDesc() argument
|
/external/skia/src/gpu/gl/ |
D | GrGLGpuProgramCache.cpp | 34 bool operator() (const GrProgramDesc& desc, const Entry* entry) { in operator ()() 36 return GrProgramDesc::Less(desc, entry->fProgram->getDesc()); in operator ()() 39 bool operator() (const Entry* entry, const GrProgramDesc& desc) { in operator ()() 41 return GrProgramDesc::Less(entry->fProgram->getDesc(), desc); in operator ()() 106 int GrGLGpu::ProgramCache::search(const GrProgramDesc& desc) const { in search() 196 const GrProgramDesc& a = fEntries[i]->fProgram->getDesc(); in refProgram() 197 const GrProgramDesc& b = fEntries[i + 1]->fProgram->getDesc(); in refProgram() 198 SkASSERT(GrProgramDesc::Less(a, b)); in refProgram() 199 SkASSERT(!GrProgramDesc::Less(b, a)); in refProgram()
|
D | GrGLProgramDesc.h | 19 class GrGLProgramDesc : public GrProgramDesc { 29 typedef GrProgramDesc::KeyHeader KeyHeader; 58 static bool Build(GrProgramDesc*,
|
D | GrGLProgram.h | 48 const GrProgramDesc& getDesc() { return fDesc; } in getDesc() 106 const GrProgramDesc&, 136 GrProgramDesc fDesc;
|
D | GrGLProgramDesc.cpp | 100 bool GrGLProgramDescBuilder::Build(GrProgramDesc* desc, in Build()
|
D | GrGLProgram.cpp | 29 const GrProgramDesc& desc, in GrGLProgram()
|
D | GrGLGpu.h | 96 void buildProgramDesc(GrProgramDesc*, 283 int search(const GrProgramDesc& desc) const;
|
D | GrGLGpu.cpp | 1886 void GrGLGpu::buildProgramDesc(GrProgramDesc* desc, in buildProgramDesc()
|
/external/skia/src/gpu/vk/ |
D | GrVkProgramDesc.h | 22 class GrVkProgramDesc : public GrProgramDesc { 33 typedef GrProgramDesc::KeyHeader KeyHeader; 63 static bool Build(GrProgramDesc*,
|
D | GrVkProgramDesc.cpp | 87 bool GrVkProgramDescBuilder::Build(GrProgramDesc* desc, in Build()
|
D | GrVkGpu.h | 67 void buildProgramDesc(GrProgramDesc*, const GrPrimitiveProcessor&,
|
D | GrVkGpu.cpp | 680 void GrVkGpu::buildProgramDesc(GrProgramDesc* desc, in buildProgramDesc()
|
/external/skia/src/gpu/glsl/ |
D | GrGLSLProgramBuilder.h | 40 const GrProgramDesc& desc() const { return *fArgs.fDesc; } in desc() 41 const GrProgramDesc::KeyHeader& header() const { return fArgs.fDesc->header(); } in header()
|
/external/skia/src/gpu/batches/ |
D | GrDrawPathBatch.cpp | 21 GrProgramDesc desc; in onDraw() 126 GrProgramDesc desc; in onDraw()
|
D | GrVertexBatch.cpp | 75 GrProgramDesc desc; in onDraw()
|
/external/skia/gyp/ |
D | gpu.gypi | 139 '<(skia_src_path)/gpu/GrProgramDesc.h',
|