Home
last modified time | relevance | path

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

12

/external/skia/src/gpu/
DGrProgramDesc.h22 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()
DGrProgramDesc.cpp147 bool GrProgramDesc::Build(GrProgramDesc* desc, in Build()
/external/skqp/src/gpu/
DGrProgramDesc.h22 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()
DGrProgramDesc.cpp150 bool GrProgramDesc::Build(GrProgramDesc* desc, in Build()
/external/skqp/src/gpu/gl/builders/
DGrGLProgramBuilder.h21 class GrProgramDesc; variable
39 GrProgramDesc*,
48 GrProgramDesc*);
DGrGLProgramBuilder.cpp34 GrProgramDesc* desc, in CreateProgram()
68 GrProgramDesc* desc) in GrGLProgramBuilder()
100 GrProgramDesc* d = this->desc(); in compileAndAttachShaders()
/external/skia/src/gpu/gl/builders/
DGrGLProgramBuilder.h21 class GrProgramDesc; variable
39 GrProgramDesc*,
48 GrProgramDesc*);
DGrGLProgramBuilder.cpp34 GrProgramDesc* desc, in CreateProgram()
68 GrProgramDesc* desc) in GrGLProgramBuilder()
100 GrProgramDesc* d = this->desc(); in compileAndAttachShaders()
/external/skia/src/gpu/glsl/
DGrGLSLProgramBuilder.h42 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/
DGrGLSLProgramBuilder.h42 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/
DGrGLProgram.h47 const GrProgramDesc& getDesc() { return fDesc; } in getDesc()
110 const GrProgramDesc&,
145 GrProgramDesc fDesc;
DGrGLGpuProgramCache.cpp76 GrProgramDesc desc; in refProgram()
77 if (!GrProgramDesc::Build(&desc, primProc, isPoints, pipeline, *gpu->caps()->shaderCaps())) { in refProgram()
DGrGLGpu.h314 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/
DGrGLProgram.h47 const GrProgramDesc& getDesc() { return fDesc; } in getDesc()
110 const GrProgramDesc&,
145 GrProgramDesc fDesc;
DGrGLGpuProgramCache.cpp76 GrProgramDesc desc; in refProgram()
77 if (!GrProgramDesc::Build(&desc, primProc, isPoints, pipeline, *gpu->caps()->shaderCaps())) { in refProgram()
DGrGLGpu.h332 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;
DGrGLProgram.cpp29 const GrProgramDesc& desc, in GrGLProgram()
/external/skia/src/gpu/vk/
DGrVkPipelineStateBuilder.h21 class GrProgramDesc; variable
54 GrProgramDesc*);
DGrVkPipelineState.h73 class Desc : public GrProgramDesc {
82 typedef GrProgramDesc INHERITED;
DGrVkResourceProvider.h188 uint32_t operator()(const GrProgramDesc& desc) const { in operator()
DGrVkPipelineStateBuilder.cpp41 GrProgramDesc* desc) in GrVkPipelineStateBuilder()
/external/skqp/src/gpu/vk/
DGrVkPipelineStateBuilder.h21 class GrProgramDesc; variable
54 GrProgramDesc*);
DGrVkPipelineState.h73 class Desc : public GrProgramDesc {
82 typedef GrProgramDesc INHERITED;
DGrVkResourceProvider.h188 uint32_t operator()(const GrProgramDesc& desc) const { in operator()
DGrVkPipelineStateBuilder.cpp39 GrProgramDesc* desc) in GrVkPipelineStateBuilder()

12