HomeSort by relevance Sort by last modified time
    Searched refs:shaderCaps (Results 51 - 75 of 180) sorted by null

1 23 4 5 6 7 8

  /external/skqp/src/gpu/ops/
GrAAFillRRectOp.cpp 39 return pool->allocate<GrAAFillRRectOp>(*caps.shaderCaps(), viewMatrix, rrect, std::move(paint));
42 GrAAFillRRectOp::GrAAFillRRectOp(const GrShaderCaps& shaderCaps, const SkMatrix& viewMatrix,
48 if (can_use_hw_derivatives(shaderCaps, viewMatrix, rrect)) {
495 static bool can_use_hw_derivatives(const GrShaderCaps& shaderCaps, const SkMatrix& viewMatrix,
497 if (!shaderCaps.shaderDerivativeSupport()) {
GrDrawVerticesOp.cpp 153 sk_sp<GrGeometryProcessor> GrDrawVerticesOp::makeGP(const GrShaderCaps* shaderCaps,
195 return GrDefaultGeoProcFactory::MakeWithBones(shaderCaps,
202 return GrDefaultGeoProcFactory::Make(shaderCaps,
223 sk_sp<GrGeometryProcessor> gp = this->makeGP(target->caps().shaderCaps(),
268 sk_sp<GrGeometryProcessor> gp = this->makeGP(target->caps().shaderCaps(),
612 !context->contextPriv().caps()->shaderCaps()->geometryShaderSupport());
GrDrawAtlasOp.cpp 16 static sk_sp<GrGeometryProcessor> make_gp(const GrShaderCaps* shaderCaps,
26 return GrDefaultGeoProcFactory::Make(shaderCaps, gpColor, Coverage::kSolid_Type,
127 sk_sp<GrGeometryProcessor> gp(make_gp(target->caps().shaderCaps(),
GrDrawVerticesOp.h 91 sk_sp<GrGeometryProcessor> makeGP(const GrShaderCaps* shaderCaps,
GrAALinearizingConvexPathRenderer.cpp 98 static sk_sp<GrGeometryProcessor> create_lines_only_gp(const GrShaderCaps* shaderCaps,
112 return MakeForDeviceSpace(shaderCaps, colorType, coverageType, localCoordsType, viewMatrix);
230 sk_sp<GrGeometryProcessor> gp(create_lines_only_gp(target->caps().shaderCaps(),
  /external/skqp/src/gpu/vk/
GrVkCopyManager.cpp 42 const GrShaderCaps* shaderCaps = gpu->caps()->shaderCaps();
43 const char* version = shaderCaps->versionDeclString();
158 if (gpu->caps()->shaderCaps()->configOutputSwizzle(src->config()) !=
159 gpu->caps()->shaderCaps()->configOutputSwizzle(dst->config())) {
  /external/skia/src/gpu/effects/
GrPorterDuffXferProcessor.cpp     [all...]
GrSkSLFP.cpp 19 GrSkSLFPFactory::GrSkSLFPFactory(const char* name, const GrShaderCaps* shaderCaps, const char* sksl)
22 settings.fCaps = shaderCaps;
250 context->priv().caps()->shaderCaps(),
258 context->priv().caps()->shaderCaps(),
263 GrSkSLFP::GrSkSLFP(sk_sp<GrSkSLFPFactoryCache> factoryCache, const GrShaderCaps* shaderCaps,
268 , fShaderCaps(sk_ref_sp(shaderCaps))
GrEllipseEffect.cpp 144 *testData->caps()->shaderCaps());
  /external/skqp/src/gpu/effects/
GrPorterDuffXferProcessor.cpp     [all...]
GrEllipseEffect.fp 120 *testData->caps()->shaderCaps());
GrSkSLFP.cpp 17 GrSkSLFPFactory::GrSkSLFPFactory(const char* name, const GrShaderCaps* shaderCaps, const char* sksl)
20 settings.fCaps = shaderCaps;
238 context->contextPriv().caps()->shaderCaps(),
242 GrSkSLFP::GrSkSLFP(sk_sp<GrSkSLFPFactoryCache> factoryCache, const GrShaderCaps* shaderCaps,
247 , fShaderCaps(sk_ref_sp(shaderCaps))
  /external/skia/src/gpu/
GrGpuCommandBuffer.cpp 43 this->gpu()->caps()->shaderCaps()->geometryShaderSupport());
GrLegacyDirectContext.cpp 90 !(this->caps()->shaderCaps()->floatIs32Bits() ||
91 this->caps()->shaderCaps()->integerSupport())) {
GrCaps.h 37 const GrShaderCaps* shaderCaps() const { return fShaderCaps.get(); }
  /external/skqp/src/gpu/
GrGpuCommandBuffer.cpp 42 this->gpu()->caps()->shaderCaps()->geometryShaderSupport());
  /external/skqp/src/gpu/gl/
GrGLGpu.cpp 225 fNumTextureUnits = fGpu->glCaps().shaderCaps()->maxFragmentSamplers();
344 fHWBoundTextureUniqueIDs.reset(this->caps()->shaderCaps()->maxFragmentSamplers());
364 if (this->glCaps().shaderCaps()->pathRenderingSupport()) {
468 if (this->glCaps().shaderCaps()->pathRenderingSupport()) {
592 if (this->caps()->shaderCaps()->pathRenderingSupport()) {
626 if (!caps.shaderCaps()->externalTextureSupport()) {
    [all...]
  /external/skia/src/gpu/ops/
GrAALinearizingConvexPathRenderer.cpp 98 static sk_sp<GrGeometryProcessor> create_lines_only_gp(const GrShaderCaps* shaderCaps,
112 return MakeForDeviceSpace(shaderCaps, colorType, coverageType, localCoordsType, viewMatrix);
230 sk_sp<GrGeometryProcessor> gp(create_lines_only_gp(target->caps().shaderCaps(),
GrDrawAtlasOp.cpp 76 static sk_sp<GrGeometryProcessor> make_gp(const GrShaderCaps* shaderCaps,
86 return GrDefaultGeoProcFactory::Make(shaderCaps, gpColor, Coverage::kSolid_Type,
187 sk_sp<GrGeometryProcessor> gp(make_gp(target->caps().shaderCaps(),
  /external/skia/src/gpu/gl/
GrGLGpu.cpp 270 fNumTextureUnits = fGpu->glCaps().shaderCaps()->maxFragmentSamplers();
407 if (this->glCaps().shaderCaps()->pathRenderingSupport()) {
511 if (this->glCaps().shaderCaps()->pathRenderingSupport()) {
628 if (this->caps()->shaderCaps()->pathRenderingSupport()) {
662 if (!caps.shaderCaps()->externalTextureSupport()) {
    [all...]
  /external/skia/gm/
bigrrectaaeffect.cpp 74 const auto& caps = *renderTargetContext->caps()->shaderCaps();
fwidth_squircle.cpp 163 if (!ctx->priv().caps()->shaderCaps()->shaderDerivativeSupport()) {
  /external/skia/src/gpu/ccpr/
GrCCCubicShader.cpp 33 if (s->getProgramBuilder()->shaderCaps()->fpManipulationSupport()) {
  /external/skia/src/gpu/gl/builders/
GrGLProgramBuilder.cpp 280 settings.fCaps = this->gpu()->glCaps().shaderCaps();
462 if (fFS.hasSecondaryOutput() && caps.shaderCaps()->mustDeclareFragmentShaderOutput()) {
468 if (!fGpu->glCaps().shaderCaps()->pathRenderingSupport() ||
506 if (!fGpu->glCaps().shaderCaps()->pathRenderingSupport() ||
  /external/skia/src/gpu/mtl/
GrMtlUniformHandler.mm 293 sampler.fVariable.appendDecl(fProgramBuilder->shaderCaps(), out);
329 localUniform.fVariable.appendDecl(fProgramBuilder->shaderCaps(), &uniformsString);

Completed in 912 milliseconds

1 23 4 5 6 7 8