Home
last modified time | relevance | path

Searched defs:shaderCaps (Results 1 – 25 of 57) sorted by relevance

123

/external/skqp/src/gpu/
DGrProgramDesc.cpp121 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
DGrDefaultGeoProcFactory.cpp42 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()
DGrShaderVar.cpp55 void GrShaderVar::appendDecl(const GrShaderCaps* shaderCaps, SkString* out) const { in appendDecl() argument
/external/skia/src/gpu/glsl/
DGrGLSLGeometryProcessor.cpp269 const GrShaderCaps& shaderCaps, in SetTransform()
305 const GrShaderCaps& shaderCaps, in write_vertex_position()
386 const GrShaderCaps& shaderCaps, in WriteOutputPosition()
404 const GrShaderCaps& shaderCaps, in WriteLocalCoord()
DGrGLSLGeometryProcessor.h217 static uint32_t ComputeMatrixKeys(const GrShaderCaps& shaderCaps, in ComputeMatrixKeys()
223 static uint32_t AddMatrixKeys(const GrShaderCaps& shaderCaps, in AddMatrixKeys()
DGrGLSLVarying.cpp24 const GrShaderCaps& shaderCaps) { in use_flat_interpolation()
DGrGLSLProgramBuilder.h40 const GrShaderCaps* shaderCaps() const { return this->caps()->shaderCaps(); } in shaderCaps() function
/external/skqp/src/gpu/glsl/
DGrGLSL.cpp11 const char* GrGLSLTypeString(const GrShaderCaps* shaderCaps, GrSLType t) { in GrGLSLTypeString()
DGrGLSLBlend.cpp44 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
DGrGLSLVarying.cpp24 const GrShaderCaps& shaderCaps) { in use_flat_interpolation()
DGrGLSLProgramBuilder.h35 const GrShaderCaps* shaderCaps() const { return this->caps()->shaderCaps(); } in shaderCaps() function
/external/skia/src/gpu/effects/
DGrBezierEffect.cpp28 const GrShaderCaps& shaderCaps, in setData()
165 const GrShaderCaps& shaderCaps, in GenKey()
238 const GrShaderCaps& shaderCaps, in setData()
341 const GrShaderCaps& shaderCaps, in GenKey()
DGrDistanceFieldGeoProc.cpp163 const GrShaderCaps& shaderCaps, in setData()
188 const GrShaderCaps& shaderCaps, in GenKey()
453 const GrShaderCaps& shaderCaps, in setData()
472 const GrShaderCaps& shaderCaps, in GenKey()
766 const GrShaderCaps& shaderCaps, in setData()
792 const GrShaderCaps& shaderCaps, in GenKey()
DGrBitmapTextGeoProc.cpp80 const GrShaderCaps& shaderCaps, in setData()
102 const GrShaderCaps& shaderCaps, in GenKey()
/external/skia/src/gpu/
DGrShaderVar.cpp23 void GrShaderVar::appendDecl(const GrShaderCaps* shaderCaps, SkString* out) const { in appendDecl() argument
DGrDefaultGeoProcFactory.cpp152 const GrShaderCaps& shaderCaps, in GenKey()
169 const GrShaderCaps& shaderCaps, in setData()
/external/skia/tools/gpu/
DTestOps.cpp39 void getGLSLProcessorKey(const GrShaderCaps& shaderCaps, in getGLSLProcessorKey()
50 const GrShaderCaps& shaderCaps, in setData()
56 static void GenKey(const GP& gp, const GrShaderCaps& shaderCaps, GrProcessorKeyBuilder* b) { in GenKey()
/external/skqp/src/gpu/gl/
DGrGLCaps.cpp316 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()
DGrGLUniformHandler.cpp68 const GrShaderCaps* shaderCaps) { in addSampler()
/external/skia/src/gpu/tessellate/
DGrTessellationPathRenderer.cpp161 const GrShaderCaps& shaderCaps = *rContext->priv().caps()->shaderCaps(); in make_op() local
274 const GrShaderCaps& shaderCaps = *args.fContext->priv().caps()->shaderCaps(); in onDrawPath() local
/external/skqp/src/gpu/ops/
DGrAAFillRRectOp.cpp42 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/
DGrSkSLFP.cpp17 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/gl/
DGrGLUniformHandler.cpp67 const char* name, const GrShaderCaps* shaderCaps) { in addSampler()
/external/skqp/src/gpu/vk/
DGrVkUniformHandler.cpp265 const GrShaderCaps* shaderCaps) { in addSampler()
/external/skia/src/gpu/ops/
DGrOvalOpFactory.cpp211 const GrShaderCaps& shaderCaps, in GenKey()
225 const GrShaderCaps& shaderCaps, in setData()
484 const GrShaderCaps& shaderCaps, in GenKey()
494 const GrShaderCaps& shaderCaps, in setData()
683 const GrShaderCaps& shaderCaps, in GenKey()
693 const GrShaderCaps& shaderCaps, in setData()
882 const GrShaderCaps& shaderCaps, in GenKey()
892 const GrShaderCaps& shaderCaps, in setData()
3155 const GrShaderCaps* shaderCaps) { in MakeCircularRRectOp()
3276 const GrShaderCaps* shaderCaps) { in MakeRRectOp()
[all …]

123