/external/skqp/src/gpu/ |
D | GrProgramDesc.h | 23 class GrProgramDesc { 26 GrProgramDesc() {} in GrProgramDesc() function 42 static bool Build(GrProgramDesc*, 60 GrProgramDesc& operator= (const GrProgramDesc& other) { 67 bool operator== (const GrProgramDesc& that) const { 84 bool operator!= (const GrProgramDesc& other) const {
|
D | GrProgramDesc.cpp | 195 bool GrProgramDesc::Build(GrProgramDesc* desc, in Build()
|
/external/skia/src/gpu/ |
D | GrProgramDesc.h | 23 class GrProgramDesc { 26 GrProgramDesc() {} in GrProgramDesc() function 42 static bool Build(GrProgramDesc*, const GrRenderTarget*, const GrPrimitiveProcessor&, 56 GrProgramDesc& operator= (const GrProgramDesc& other) { 63 bool operator== (const GrProgramDesc& that) const { 80 bool operator!= (const GrProgramDesc& other) const {
|
D | GrProgramDesc.cpp | 183 bool GrProgramDesc::Build( in Build() 184 GrProgramDesc* desc, const GrRenderTarget* renderTarget, in Build()
|
/external/skqp/src/gpu/mtl/ |
D | GrMtlPipelineStateBuilder.h | 29 GrProgramDesc*, 37 GrProgramDesc*, GrMtlGpu*); 54 GrProgramDesc* desc); 56 GrMtlPipelineState* finalize(const GrPrimitiveProcessor&, const GrPipeline&, GrProgramDesc*);
|
D | GrMtlPipelineStateBuilder.mm | 24 GrProgramDesc* desc, 39 GrProgramDesc* desc, 63 GrProgramDesc* desc) { 309 GrProgramDesc* desc) {
|
D | GrMtlGpuCommandBuffer.mm | 121 GrProgramDesc desc; 122 if (!GrProgramDesc::Build(&desc, fRenderTarget->config(), primProc, hasPoints,
|
/external/skia/src/gpu/mtl/ |
D | GrMtlPipelineStateBuilder.h | 36 class Desc : public GrProgramDesc { 50 typedef GrProgramDesc INHERITED; 73 GrProgramDesc*); 89 GrProgramDesc* desc);
|
D | GrMtlResourceProvider.h | 62 uint32_t operator()(const GrProgramDesc& desc) const { in operator()
|
D | GrMtlPipelineStateBuilder.mm | 43 GrProgramDesc* desc) 66 GrProgramDesc* desc) {
|
/external/skqp/src/gpu/glsl/ |
D | GrGLSLProgramBuilder.h | 43 GrProgramDesc* desc() { return fDesc; } in desc() 44 const GrProgramDesc::KeyHeader& header() const { return fDesc->header(); } in header() 94 GrProgramDesc* fDesc; 108 GrProgramDesc*);
|
D | GrGLSLProgramBuilder.cpp | 27 GrProgramDesc* desc) in GrGLSLProgramBuilder()
|
/external/skia/src/gpu/glsl/ |
D | GrGLSLProgramBuilder.h | 49 GrProgramDesc* desc() { return fDesc; } in desc() 50 const GrProgramDesc::KeyHeader& header() const { return fDesc->header(); } in header() 99 GrProgramDesc* fDesc; 113 GrProgramDesc*);
|
/external/skqp/src/gpu/gl/builders/ |
D | GrGLProgramBuilder.h | 22 class GrProgramDesc; variable 42 GrProgramDesc*, 52 const GrTextureProxy* const primProcProxies[], GrProgramDesc*);
|
D | GrGLProgramBuilder.cpp | 36 GrProgramDesc* desc, in CreateProgram() 70 GrProgramDesc* desc) in GrGLProgramBuilder() 105 GrProgramDesc* d = this->desc(); in compileAndAttachShaders()
|
/external/skia/src/gpu/gl/builders/ |
D | GrGLProgramBuilder.h | 22 class GrProgramDesc; variable 43 GrProgramDesc*, 53 const GrTextureProxy* const primProcProxies[], GrProgramDesc*);
|
D | GrGLProgramBuilder.cpp | 36 GrProgramDesc* desc, in CreateProgram() 70 GrProgramDesc* desc) in GrGLProgramBuilder() 105 GrProgramDesc* d = this->desc(); in compileAndAttachShaders()
|
/external/skqp/src/gpu/vk/ |
D | GrVkPipelineStateBuilder.h | 38 class Desc : public GrProgramDesc { 53 typedef GrProgramDesc INHERITED; 86 GrProgramDesc*);
|
D | GrVkResourceProvider.h | 210 uint32_t operator()(const GrProgramDesc& desc) const { in operator()
|
/external/skia/src/gpu/vk/ |
D | GrVkPipelineStateBuilder.h | 38 class Desc : public GrProgramDesc { 53 typedef GrProgramDesc INHERITED; 86 GrProgramDesc*);
|
D | GrVkResourceProvider.h | 217 uint32_t operator()(const GrProgramDesc& desc) const { in operator()
|
/external/skqp/src/gpu/gl/ |
D | GrGLGpuProgramCache.cpp | 83 GrProgramDesc desc; in refProgram() 84 if (!GrProgramDesc::Build(&desc, renderTarget->config(), primProc, isPoints, pipeline, gpu)) { in refProgram()
|
D | GrGLGpu.h | 321 int search(const GrProgramDesc& desc) const; 324 uint32_t operator()(const GrProgramDesc& desc) const { in operator() 329 SkLRUCache<GrProgramDesc, std::unique_ptr<Entry>, DescHash> fMap;
|
/external/skia/src/gpu/gl/ |
D | GrGLGpuProgramCache.cpp | 83 GrProgramDesc desc; in refProgram() 84 if (!GrProgramDesc::Build(&desc, renderTarget, primProc, isPoints, pipeline, gpu)) { in refProgram()
|
D | GrGLGpu.h | 329 int search(const GrProgramDesc& desc) const; 332 uint32_t operator()(const GrProgramDesc& desc) const { in operator() 337 SkLRUCache<GrProgramDesc, std::unique_ptr<Entry>, DescHash> fMap;
|