/external/skia/src/gpu/ |
D | GrProgramDesc.h | 22 class GrProgramDesc { 25 GrProgramDesc() {} in GrProgramDesc() function 41 static bool Build(GrProgramDesc*, 60 GrProgramDesc& operator= (const GrProgramDesc& other) { 67 bool operator== (const GrProgramDesc& that) const { 80 bool operator!= (const GrProgramDesc& other) const { 89 static bool Less(const GrProgramDesc& a, const GrProgramDesc& b) { in Less() 121 *(this->atOffset<uint32_t, GrProgramDesc::kLengthOffset>()) = SkToU32(keyLength); in finalize() 123 uint32_t* checksum = this->atOffset<uint32_t, GrProgramDesc::kChecksumOffset>(); in finalize()
|
D | GrProgramDesc.cpp | 147 bool GrProgramDesc::Build(GrProgramDesc* desc, in Build()
|
/external/skqp/src/gpu/ |
D | GrProgramDesc.h | 22 class GrProgramDesc { 25 GrProgramDesc() {} in GrProgramDesc() function 41 static bool Build(GrProgramDesc*, 60 GrProgramDesc& operator= (const GrProgramDesc& other) { 67 bool operator== (const GrProgramDesc& that) const { 80 bool operator!= (const GrProgramDesc& other) const { 89 static bool Less(const GrProgramDesc& a, const GrProgramDesc& b) { in Less() 124 *(this->atOffset<uint32_t, GrProgramDesc::kLengthOffset>()) = SkToU32(keyLength); in finalize() 126 uint32_t* checksum = this->atOffset<uint32_t, GrProgramDesc::kChecksumOffset>(); in finalize()
|
D | GrProgramDesc.cpp | 150 bool GrProgramDesc::Build(GrProgramDesc* desc, in Build()
|
/external/skqp/src/gpu/gl/builders/ |
D | GrGLProgramBuilder.h | 21 class GrProgramDesc; variable 39 GrProgramDesc*, 48 GrProgramDesc*);
|
D | GrGLProgramBuilder.cpp | 34 GrProgramDesc* desc, in CreateProgram() 68 GrProgramDesc* desc) in GrGLProgramBuilder() 100 GrProgramDesc* d = this->desc(); in compileAndAttachShaders()
|
/external/skia/src/gpu/gl/builders/ |
D | GrGLProgramBuilder.h | 21 class GrProgramDesc; variable 39 GrProgramDesc*, 48 GrProgramDesc*);
|
D | GrGLProgramBuilder.cpp | 34 GrProgramDesc* desc, in CreateProgram() 68 GrProgramDesc* desc) in GrGLProgramBuilder() 100 GrProgramDesc* d = this->desc(); in compileAndAttachShaders()
|
/external/skia/src/gpu/glsl/ |
D | GrGLSLProgramBuilder.h | 42 GrProgramDesc* desc() { return fDesc; } in desc() 43 const GrProgramDesc::KeyHeader& header() const { return fDesc->header(); } in header() 97 GrProgramDesc* fDesc; 108 GrProgramDesc*);
|
/external/skqp/src/gpu/glsl/ |
D | GrGLSLProgramBuilder.h | 42 GrProgramDesc* desc() { return fDesc; } in desc() 43 const GrProgramDesc::KeyHeader& header() const { return fDesc->header(); } in header() 97 GrProgramDesc* fDesc; 108 GrProgramDesc*);
|
/external/skia/src/gpu/gl/ |
D | GrGLProgram.h | 47 const GrProgramDesc& getDesc() { return fDesc; } in getDesc() 110 const GrProgramDesc&, 145 GrProgramDesc fDesc;
|
D | GrGLGpuProgramCache.cpp | 76 GrProgramDesc desc; in refProgram() 77 if (!GrProgramDesc::Build(&desc, primProc, isPoints, pipeline, *gpu->caps()->shaderCaps())) { in refProgram()
|
D | GrGLGpu.h | 314 int search(const GrProgramDesc& desc) const; 317 uint32_t operator()(const GrProgramDesc& desc) const { in operator() 322 SkLRUCache<GrProgramDesc, std::unique_ptr<Entry>, DescHash> fMap;
|
/external/skqp/src/gpu/gl/ |
D | GrGLProgram.h | 47 const GrProgramDesc& getDesc() { return fDesc; } in getDesc() 110 const GrProgramDesc&, 145 GrProgramDesc fDesc;
|
D | GrGLGpuProgramCache.cpp | 76 GrProgramDesc desc; in refProgram() 77 if (!GrProgramDesc::Build(&desc, primProc, isPoints, pipeline, *gpu->caps()->shaderCaps())) { in refProgram()
|
D | GrGLGpu.h | 332 int search(const GrProgramDesc& desc) const; 335 uint32_t operator()(const GrProgramDesc& desc) const { in operator() 340 SkLRUCache<GrProgramDesc, std::unique_ptr<Entry>, DescHash> fMap;
|
D | GrGLProgram.cpp | 29 const GrProgramDesc& desc, in GrGLProgram()
|
/external/skia/src/gpu/vk/ |
D | GrVkPipelineStateBuilder.h | 21 class GrProgramDesc; variable 54 GrProgramDesc*);
|
D | GrVkPipelineState.h | 73 class Desc : public GrProgramDesc { 82 typedef GrProgramDesc INHERITED;
|
D | GrVkResourceProvider.h | 188 uint32_t operator()(const GrProgramDesc& desc) const { in operator()
|
D | GrVkPipelineStateBuilder.cpp | 41 GrProgramDesc* desc) in GrVkPipelineStateBuilder()
|
/external/skqp/src/gpu/vk/ |
D | GrVkPipelineStateBuilder.h | 21 class GrProgramDesc; variable 54 GrProgramDesc*);
|
D | GrVkPipelineState.h | 73 class Desc : public GrProgramDesc { 82 typedef GrProgramDesc INHERITED;
|
D | GrVkResourceProvider.h | 188 uint32_t operator()(const GrProgramDesc& desc) const { in operator()
|
D | GrVkPipelineStateBuilder.cpp | 39 GrProgramDesc* desc) in GrVkPipelineStateBuilder()
|