| /external/skia/src/gpu/ |
| D | GrProgramDesc.cpp | 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() local
|
| D | GrDefaultGeoProcFactory.cpp | 37 static sk_sp<GrGeometryProcessor> Make(const GrShaderCaps* shaderCaps, in Make() 227 DefaultGeoProc(const GrShaderCaps* shaderCaps, in DefaultGeoProc() 310 sk_sp<GrGeometryProcessor> GrDefaultGeoProcFactory::Make(const GrShaderCaps* shaderCaps, in Make() 344 const GrShaderCaps* shaderCaps, in MakeForDeviceSpace()
|
| D | GrShaderVar.cpp | 38 void GrShaderVar::appendDecl(const GrShaderCaps* shaderCaps, SkString* out) const { in appendDecl() argument
|
| /external/skqp/src/gpu/ |
| D | GrProgramDesc.cpp | 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() local
|
| D | GrDefaultGeoProcFactory.cpp | 42 static sk_sp<GrGeometryProcessor> Make(const GrShaderCaps* shaderCaps, in Make() 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()
|
| D | GrShaderVar.cpp | 55 void GrShaderVar::appendDecl(const GrShaderCaps* shaderCaps, SkString* out) const { in appendDecl() argument
|
| /external/skqp/src/gpu/glsl/ |
| D | GrGLSL.cpp | 11 const char* GrGLSLTypeString(const GrShaderCaps* shaderCaps, GrSLType t) { in GrGLSLTypeString()
|
| D | GrGLSLBlend.cpp | 44 const GrShaderCaps* shaderCaps = fsBuilder->getProgramBuilder()->shaderCaps(); in color_dodge_component() local 74 const GrShaderCaps* shaderCaps = fsBuilder->getProgramBuilder()->shaderCaps(); in color_burn_component() local 101 const GrShaderCaps* shaderCaps = fsBuilder->getProgramBuilder()->shaderCaps(); in soft_light_component_pos_dst_alpha() local
|
| D | GrGLSLVarying.cpp | 24 const GrShaderCaps& shaderCaps) { in use_flat_interpolation()
|
| D | GrGLSLProgramBuilder.h | 35 const GrShaderCaps* shaderCaps() const { return this->caps()->shaderCaps(); } in shaderCaps() function
|
| /external/skia/src/gpu/glsl/ |
| D | GrGLSLBlend.cpp | 44 const GrShaderCaps* shaderCaps = fsBuilder->getProgramBuilder()->shaderCaps(); in color_dodge_component() local 74 const GrShaderCaps* shaderCaps = fsBuilder->getProgramBuilder()->shaderCaps(); in color_burn_component() local 101 const GrShaderCaps* shaderCaps = fsBuilder->getProgramBuilder()->shaderCaps(); in soft_light_component_pos_dst_alpha() local
|
| D | GrGLSLFragmentShaderBuilder.cpp | 95 const GrShaderCaps& shaderCaps = *fProgramBuilder->shaderCaps(); in maskOffMultisampleCoverage() local
|
| D | GrGLSLVarying.cpp | 24 const GrShaderCaps& shaderCaps) { in use_flat_interpolation()
|
| D | GrGLSLProgramBuilder.h | 37 const GrShaderCaps* shaderCaps() const { return this->caps()->shaderCaps(); } in shaderCaps() function
|
| /external/skqp/src/gpu/gl/ |
| D | GrGLCaps.cpp | 316 GrShaderCaps* shaderCaps = fShaderCaps.get(); in init() local 709 GrShaderCaps* shaderCaps = fShaderCaps.get(); in initGLSL() local 997 GrShaderCaps* shaderCaps = static_cast<GrShaderCaps*>(fShaderCaps.get()); in initBlendEqationSupport() local 1272 GrShaderCaps* shaderCaps) { in initConfigTable() 2392 GrShaderCaps* shaderCaps) { in applyDriverCorrectnessWorkarounds()
|
| D | GrGLUniformHandler.cpp | 68 const GrShaderCaps* shaderCaps) { in addSampler()
|
| /external/skia/src/gpu/gl/ |
| D | GrGLCaps.cpp | 316 GrShaderCaps* shaderCaps = fShaderCaps.get(); in init() local 709 GrShaderCaps* shaderCaps = fShaderCaps.get(); in initGLSL() local 1004 GrShaderCaps* shaderCaps = static_cast<GrShaderCaps*>(fShaderCaps.get()); in initBlendEqationSupport() local 1279 GrShaderCaps* shaderCaps) { in initConfigTable() 2410 GrShaderCaps* shaderCaps) { in applyDriverCorrectnessWorkarounds()
|
| D | GrGLUniformHandler.cpp | 65 const GrShaderCaps* shaderCaps) { in addSampler()
|
| /external/skqp/src/gpu/ops/ |
| D | GrAAFillRRectOp.cpp | 42 GrAAFillRRectOp::GrAAFillRRectOp(const GrShaderCaps& shaderCaps, const SkMatrix& viewMatrix, in GrAAFillRRectOp() 495 static bool can_use_hw_derivatives(const GrShaderCaps& shaderCaps, const SkMatrix& viewMatrix, in can_use_hw_derivatives()
|
| /external/skqp/src/gpu/effects/ |
| D | GrSkSLFP.cpp | 17 GrSkSLFPFactory::GrSkSLFPFactory(const char* name, const GrShaderCaps* shaderCaps, const char* sksl) in GrSkSLFPFactory() 242 GrSkSLFP::GrSkSLFP(sk_sp<GrSkSLFPFactoryCache> factoryCache, const GrShaderCaps* shaderCaps, in GrSkSLFP()
|
| /external/skia/src/gpu/ops/ |
| D | GrAAFillRRectOp.cpp | 44 GrAAFillRRectOp::GrAAFillRRectOp(const GrShaderCaps& shaderCaps, const SkMatrix& viewMatrix, in GrAAFillRRectOp() 508 static bool can_use_hw_derivatives(const GrShaderCaps& shaderCaps, const SkMatrix& viewMatrix, in can_use_hw_derivatives()
|
| /external/skia/src/gpu/vk/ |
| D | GrVkUniformHandler.cpp | 262 const GrShaderCaps* shaderCaps) { in addSampler()
|
| D | GrVkCopyManager.cpp | 42 const GrShaderCaps* shaderCaps = gpu->caps()->shaderCaps(); in createCopyProgram() local
|
| /external/skqp/src/gpu/vk/ |
| D | GrVkUniformHandler.cpp | 265 const GrShaderCaps* shaderCaps) { in addSampler()
|
| /external/skia/src/gpu/effects/ |
| D | GrSkSLFP.cpp | 19 GrSkSLFPFactory::GrSkSLFPFactory(const char* name, const GrShaderCaps* shaderCaps, const char* sksl) in GrSkSLFPFactory() 263 GrSkSLFP::GrSkSLFP(sk_sp<GrSkSLFPFactoryCache> factoryCache, const GrShaderCaps* shaderCaps, in GrSkSLFP()
|