Home
last modified time | relevance | path

Searched refs:GrProgramDesc (Results 1 – 25 of 32) sorted by relevance

12

/external/skqp/src/gpu/
DGrProgramDesc.h23 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 {
DGrProgramDesc.cpp195 bool GrProgramDesc::Build(GrProgramDesc* desc, in Build()
/external/skia/src/gpu/
DGrProgramDesc.h23 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 {
DGrProgramDesc.cpp183 bool GrProgramDesc::Build( in Build()
184 GrProgramDesc* desc, const GrRenderTarget* renderTarget, in Build()
/external/skqp/src/gpu/mtl/
DGrMtlPipelineStateBuilder.h29 GrProgramDesc*,
37 GrProgramDesc*, GrMtlGpu*);
54 GrProgramDesc* desc);
56 GrMtlPipelineState* finalize(const GrPrimitiveProcessor&, const GrPipeline&, GrProgramDesc*);
DGrMtlPipelineStateBuilder.mm24 GrProgramDesc* desc,
39 GrProgramDesc* desc,
63 GrProgramDesc* desc) {
309 GrProgramDesc* desc) {
DGrMtlGpuCommandBuffer.mm121 GrProgramDesc desc;
122 if (!GrProgramDesc::Build(&desc, fRenderTarget->config(), primProc, hasPoints,
/external/skia/src/gpu/mtl/
DGrMtlPipelineStateBuilder.h36 class Desc : public GrProgramDesc {
50 typedef GrProgramDesc INHERITED;
73 GrProgramDesc*);
89 GrProgramDesc* desc);
DGrMtlResourceProvider.h62 uint32_t operator()(const GrProgramDesc& desc) const { in operator()
DGrMtlPipelineStateBuilder.mm43 GrProgramDesc* desc)
66 GrProgramDesc* desc) {
/external/skqp/src/gpu/glsl/
DGrGLSLProgramBuilder.h43 GrProgramDesc* desc() { return fDesc; } in desc()
44 const GrProgramDesc::KeyHeader& header() const { return fDesc->header(); } in header()
94 GrProgramDesc* fDesc;
108 GrProgramDesc*);
DGrGLSLProgramBuilder.cpp27 GrProgramDesc* desc) in GrGLSLProgramBuilder()
/external/skia/src/gpu/glsl/
DGrGLSLProgramBuilder.h49 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/
DGrGLProgramBuilder.h22 class GrProgramDesc; variable
42 GrProgramDesc*,
52 const GrTextureProxy* const primProcProxies[], GrProgramDesc*);
DGrGLProgramBuilder.cpp36 GrProgramDesc* desc, in CreateProgram()
70 GrProgramDesc* desc) in GrGLProgramBuilder()
105 GrProgramDesc* d = this->desc(); in compileAndAttachShaders()
/external/skia/src/gpu/gl/builders/
DGrGLProgramBuilder.h22 class GrProgramDesc; variable
43 GrProgramDesc*,
53 const GrTextureProxy* const primProcProxies[], GrProgramDesc*);
DGrGLProgramBuilder.cpp36 GrProgramDesc* desc, in CreateProgram()
70 GrProgramDesc* desc) in GrGLProgramBuilder()
105 GrProgramDesc* d = this->desc(); in compileAndAttachShaders()
/external/skqp/src/gpu/vk/
DGrVkPipelineStateBuilder.h38 class Desc : public GrProgramDesc {
53 typedef GrProgramDesc INHERITED;
86 GrProgramDesc*);
DGrVkResourceProvider.h210 uint32_t operator()(const GrProgramDesc& desc) const { in operator()
/external/skia/src/gpu/vk/
DGrVkPipelineStateBuilder.h38 class Desc : public GrProgramDesc {
53 typedef GrProgramDesc INHERITED;
86 GrProgramDesc*);
DGrVkResourceProvider.h217 uint32_t operator()(const GrProgramDesc& desc) const { in operator()
/external/skqp/src/gpu/gl/
DGrGLGpuProgramCache.cpp83 GrProgramDesc desc; in refProgram()
84 if (!GrProgramDesc::Build(&desc, renderTarget->config(), primProc, isPoints, pipeline, gpu)) { in refProgram()
DGrGLGpu.h321 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/
DGrGLGpuProgramCache.cpp83 GrProgramDesc desc; in refProgram()
84 if (!GrProgramDesc::Build(&desc, renderTarget, primProc, isPoints, pipeline, gpu)) { in refProgram()
DGrGLGpu.h329 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;

12