/external/skqp/src/sksl/ |
D | SkSLUtil.h | 27 class GrShaderCaps; variable 217 #define SKSL_CAPS_CLASS GrShaderCaps 221 static sk_sp<GrShaderCaps> Default() { in Default() 222 sk_sp<GrShaderCaps> result = sk_make_sp<GrShaderCaps>(GrContextOptions()); in Default() 228 static sk_sp<GrShaderCaps> Version450Core() { in Version450Core() 229 sk_sp<GrShaderCaps> result = sk_make_sp<GrShaderCaps>(GrContextOptions()); in Version450Core() 234 static sk_sp<GrShaderCaps> Version110() { in Version110() 235 sk_sp<GrShaderCaps> result = sk_make_sp<GrShaderCaps>(GrContextOptions()); in Version110() 241 static sk_sp<GrShaderCaps> UsesPrecisionModifiers() { in UsesPrecisionModifiers() 242 sk_sp<GrShaderCaps> result = sk_make_sp<GrShaderCaps>(GrContextOptions()); in UsesPrecisionModifiers() [all …]
|
/external/skia/src/sksl/ |
D | SkSLUtil.h | 28 class GrShaderCaps; variable 222 #define SKSL_CAPS_CLASS GrShaderCaps 226 static sk_sp<GrShaderCaps> Default() { in Default() 227 sk_sp<GrShaderCaps> result = sk_make_sp<GrShaderCaps>(GrContextOptions()); in Default() 233 static sk_sp<GrShaderCaps> Version450Core() { in Version450Core() 234 sk_sp<GrShaderCaps> result = sk_make_sp<GrShaderCaps>(GrContextOptions()); in Version450Core() 239 static sk_sp<GrShaderCaps> Version110() { in Version110() 240 sk_sp<GrShaderCaps> result = sk_make_sp<GrShaderCaps>(GrContextOptions()); in Version110() 246 static sk_sp<GrShaderCaps> UsesPrecisionModifiers() { in UsesPrecisionModifiers() 247 sk_sp<GrShaderCaps> result = sk_make_sp<GrShaderCaps>(GrContextOptions()); in UsesPrecisionModifiers() [all …]
|
/external/skqp/src/gpu/effects/ |
D | GrDistanceFieldGeoProc.h | 60 static sk_sp<GrGeometryProcessor> Make(const GrShaderCaps& caps, in Make() 69 static sk_sp<GrGeometryProcessor> Make(const GrShaderCaps& caps, in Make() 95 void getGLSLProcessorKey(const GrShaderCaps& caps, GrProcessorKeyBuilder* b) const override; 97 GrGLSLPrimitiveProcessor* createGLSLInstance(const GrShaderCaps&) const override; 100 GrDistanceFieldA8TextGeoProc(const GrShaderCaps& caps, 138 static sk_sp<GrGeometryProcessor> Make(const GrShaderCaps& caps, in Make() 162 void getGLSLProcessorKey(const GrShaderCaps& caps, GrProcessorKeyBuilder* b) const override; 164 GrGLSLPrimitiveProcessor* createGLSLInstance(const GrShaderCaps&) const override; 167 GrDistanceFieldPathGeoProc(const GrShaderCaps& caps, 214 static sk_sp<GrGeometryProcessor> Make(const GrShaderCaps& caps, in Make() [all …]
|
D | GrBitmapTextGeoProc.h | 26 static sk_sp<GrGeometryProcessor> Make(const GrShaderCaps& caps, in Make() 53 void getGLSLProcessorKey(const GrShaderCaps& caps, GrProcessorKeyBuilder* b) const override; 55 GrGLSLPrimitiveProcessor* createGLSLInstance(const GrShaderCaps& caps) const override; 58 GrBitmapTextGeoProc(const GrShaderCaps&, const SkPMColor4f&, bool wideColor,
|
D | GrSkSLFP.h | 85 GrSkSLFP(sk_sp<GrSkSLFPFactoryCache> factoryCache, const GrShaderCaps* shaderCaps, int fIndex, 92 void onGetGLSLProcessorKey(const GrShaderCaps&, GrProcessorKeyBuilder*) const override; 100 const sk_sp<GrShaderCaps> fShaderCaps; 138 GrSkSLFPFactory(const char* name, const GrShaderCaps* shaderCaps, const char* sksl);
|
D | GrDisableColorXP.cpp | 30 void onGetGLSLProcessorKey(const GrShaderCaps& caps, GrProcessorKeyBuilder* b) const override; 49 static void GenKey(const GrProcessor&, const GrShaderCaps&, GrProcessorKeyBuilder*) {} in GenKey() argument 67 void DisableColorXP::onGetGLSLProcessorKey(const GrShaderCaps& caps, GrProcessorKeyBuilder* b) cons… in onGetGLSLProcessorKey()
|
D | GrBezierEffect.h | 107 void getGLSLProcessorKey(const GrShaderCaps& caps, GrProcessorKeyBuilder* b) const override; 109 GrGLSLPrimitiveProcessor* createGLSLInstance(const GrShaderCaps&) const override; 191 void getGLSLProcessorKey(const GrShaderCaps& caps, GrProcessorKeyBuilder* b) const override; 193 GrGLSLPrimitiveProcessor* createGLSLInstance(const GrShaderCaps&) const override;
|
/external/skia/src/gpu/effects/ |
D | GrDistanceFieldGeoProc.h | 60 static sk_sp<GrGeometryProcessor> Make(const GrShaderCaps& caps, in Make() 69 static sk_sp<GrGeometryProcessor> Make(const GrShaderCaps& caps, in Make() 95 void getGLSLProcessorKey(const GrShaderCaps& caps, GrProcessorKeyBuilder* b) const override; 97 GrGLSLPrimitiveProcessor* createGLSLInstance(const GrShaderCaps&) const override; 100 GrDistanceFieldA8TextGeoProc(const GrShaderCaps& caps, 138 static sk_sp<GrGeometryProcessor> Make(const GrShaderCaps& caps, in Make() 162 void getGLSLProcessorKey(const GrShaderCaps& caps, GrProcessorKeyBuilder* b) const override; 164 GrGLSLPrimitiveProcessor* createGLSLInstance(const GrShaderCaps&) const override; 167 GrDistanceFieldPathGeoProc(const GrShaderCaps& caps, 214 static sk_sp<GrGeometryProcessor> Make(const GrShaderCaps& caps, in Make() [all …]
|
D | GrBitmapTextGeoProc.h | 26 static sk_sp<GrGeometryProcessor> Make(const GrShaderCaps& caps, in Make() 53 void getGLSLProcessorKey(const GrShaderCaps& caps, GrProcessorKeyBuilder* b) const override; 55 GrGLSLPrimitiveProcessor* createGLSLInstance(const GrShaderCaps& caps) const override; 58 GrBitmapTextGeoProc(const GrShaderCaps&, const SkPMColor4f&, bool wideColor,
|
D | GrSkSLFP.h | 93 GrSkSLFP(sk_sp<GrSkSLFPFactoryCache> factoryCache, const GrShaderCaps* shaderCaps, int fIndex, 101 void onGetGLSLProcessorKey(const GrShaderCaps&, GrProcessorKeyBuilder*) const override; 109 const sk_sp<GrShaderCaps> fShaderCaps; 155 GrSkSLFPFactory(const char* name, const GrShaderCaps* shaderCaps, const char* sksl);
|
D | GrDisableColorXP.cpp | 30 void onGetGLSLProcessorKey(const GrShaderCaps& caps, GrProcessorKeyBuilder* b) const override; 49 static void GenKey(const GrProcessor&, const GrShaderCaps&, GrProcessorKeyBuilder*) {} in GenKey() argument 67 void DisableColorXP::onGetGLSLProcessorKey(const GrShaderCaps& caps, GrProcessorKeyBuilder* b) cons… in onGetGLSLProcessorKey()
|
D | GrBezierEffect.h | 107 void getGLSLProcessorKey(const GrShaderCaps& caps, GrProcessorKeyBuilder* b) const override; 109 GrGLSLPrimitiveProcessor* createGLSLInstance(const GrShaderCaps&) const override; 191 void getGLSLProcessorKey(const GrShaderCaps& caps, GrProcessorKeyBuilder* b) const override; 193 GrGLSLPrimitiveProcessor* createGLSLInstance(const GrShaderCaps&) const override;
|
/external/skia/src/gpu/ops/ |
D | GrOvalOpFactory.h | 17 class GrShaderCaps; variable 34 const GrShaderCaps*); 41 const GrShaderCaps*); 51 const GrShaderCaps*);
|
/external/skqp/src/gpu/ops/ |
D | GrOvalOpFactory.h | 17 class GrShaderCaps; variable 34 const GrShaderCaps*); 41 const GrShaderCaps*); 51 const GrShaderCaps*);
|
/external/skqp/src/gpu/ |
D | GrProgramDesc.cpp | 43 const GrShaderCaps& caps) { in sampler_key() 53 GrGpu* gpu, const GrShaderCaps& caps) { in add_sampler_keys() 83 const GrShaderCaps& caps) { in add_sampler_keys() 121 const GrShaderCaps& shaderCaps, in gen_meta_key() 142 const GrShaderCaps& shaderCaps, in gen_meta_key() 163 const GrShaderCaps& shaderCaps, in gen_meta_key() 181 const GrShaderCaps& shaderCaps, in gen_frag_proc_and_meta_keys() 206 const GrShaderCaps& shaderCaps = *gpu->caps()->shaderCaps(); in Build()
|
D | GrShaderCaps.cpp | 16 GrShaderCaps::GrShaderCaps(const GrContextOptions& options) { in GrShaderCaps() function in GrShaderCaps 74 void GrShaderCaps::dumpJSON(SkJSONWriter* writer) const { in dumpJSON() 134 void GrShaderCaps::dumpJSON(SkJSONWriter* writer) const { } in dumpJSON() 137 void GrShaderCaps::applyOptionsOverrides(const GrContextOptions& options) { in applyOptionsOverrides()
|
D | GrDefaultGeoProcFactory.h | 90 sk_sp<GrGeometryProcessor> Make(const GrShaderCaps*, 101 sk_sp<GrGeometryProcessor> MakeForDeviceSpace(const GrShaderCaps*, 112 sk_sp<GrGeometryProcessor> MakeWithBones(const GrShaderCaps*,
|
D | GrDefaultGeoProcFactory.cpp | 42 static sk_sp<GrGeometryProcessor> Make(const GrShaderCaps* shaderCaps, in Make() 230 const GrShaderCaps&, in GenKey() argument 314 void getGLSLProcessorKey(const GrShaderCaps& caps, GrProcessorKeyBuilder* b) const override { in getGLSLProcessorKey() 318 GrGLSLPrimitiveProcessor* createGLSLInstance(const GrShaderCaps&) const override { in createGLSLInstance() 323 DefaultGeoProc(const GrShaderCaps* shaderCaps, in DefaultGeoProc() 441 sk_sp<GrGeometryProcessor> GrDefaultGeoProcFactory::Make(const GrShaderCaps* shaderCaps, in Make() 477 const GrShaderCaps* shaderCaps, in MakeForDeviceSpace() 498 sk_sp<GrGeometryProcessor> GrDefaultGeoProcFactory::MakeWithBones(const GrShaderCaps* shaderCaps, in MakeWithBones()
|
/external/skia/src/gpu/ |
D | GrProgramDesc.cpp | 43 const GrShaderCaps& caps) { in sampler_key() 53 GrGpu* gpu, const GrShaderCaps& caps) { in add_sampler_keys() 77 const GrShaderCaps& caps) { in add_sampler_keys() 109 const GrShaderCaps& shaderCaps, in gen_meta_key() 130 const GrShaderCaps& shaderCaps, in gen_meta_key() 151 const GrShaderCaps& shaderCaps, in gen_meta_key() 169 const GrShaderCaps& shaderCaps, in gen_frag_proc_and_meta_keys() 192 const GrShaderCaps& shaderCaps = *gpu->caps()->shaderCaps(); in Build()
|
D | GrShaderCaps.cpp | 16 GrShaderCaps::GrShaderCaps(const GrContextOptions& options) { in GrShaderCaps() function in GrShaderCaps 77 void GrShaderCaps::dumpJSON(SkJSONWriter* writer) const { in dumpJSON() 139 void GrShaderCaps::dumpJSON(SkJSONWriter* writer) const { } in dumpJSON() 142 void GrShaderCaps::applyOptionsOverrides(const GrContextOptions& options) { in applyOptionsOverrides()
|
D | GrDefaultGeoProcFactory.cpp | 37 static sk_sp<GrGeometryProcessor> Make(const GrShaderCaps* shaderCaps, in Make() 169 const GrShaderCaps&, in GenKey() argument 218 void getGLSLProcessorKey(const GrShaderCaps& caps, GrProcessorKeyBuilder* b) const override { in getGLSLProcessorKey() 222 GrGLSLPrimitiveProcessor* createGLSLInstance(const GrShaderCaps&) const override { in createGLSLInstance() 227 DefaultGeoProc(const GrShaderCaps* shaderCaps, in DefaultGeoProc() 310 sk_sp<GrGeometryProcessor> GrDefaultGeoProcFactory::Make(const GrShaderCaps* shaderCaps, in Make() 344 const GrShaderCaps* shaderCaps, in MakeForDeviceSpace()
|
/external/skia/src/gpu/glsl/ |
D | GrGLSLFragmentShaderBuilder.cpp | 95 const GrShaderCaps& shaderCaps = *fProgramBuilder->shaderCaps(); in maskOffMultisampleCoverage() 119 const GrShaderCaps* shaderCaps = fProgramBuilder->shaderCaps(); in dstColor() 142 const GrShaderCaps& caps = *fProgramBuilder->shaderCaps(); in enableAdvancedBlendEquationIfNeeded() 169 const GrShaderCaps& caps = *fProgramBuilder->shaderCaps(); in enableSecondaryOutput() 202 const GrShaderCaps& caps = *fProgramBuilder->shaderCaps(); in getSecondaryColorOutputName()
|
D | GrGLSLXferProcessor.h | 18 class GrShaderCaps; variable 31 const GrShaderCaps* caps, in EmitArgs() 51 const GrShaderCaps* fShaderCaps;
|
/external/skqp/src/gpu/glsl/ |
D | GrGLSLXferProcessor.h | 18 class GrShaderCaps; variable 31 const GrShaderCaps* caps, in EmitArgs() 51 const GrShaderCaps* fShaderCaps;
|
D | GrGLSLFragmentShaderBuilder.cpp | 98 const GrShaderCaps* shaderCaps = fProgramBuilder->shaderCaps(); in dstColor() 121 const GrShaderCaps& caps = *fProgramBuilder->shaderCaps(); in enableAdvancedBlendEquationIfNeeded() 148 const GrShaderCaps& caps = *fProgramBuilder->shaderCaps(); in enableSecondaryOutput() 181 const GrShaderCaps& caps = *fProgramBuilder->shaderCaps(); in getSecondaryColorOutputName()
|