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

1 23 4 5 6 7 8 91011>>

  /external/skia/src/sksl/ir/
SkSLIndexExpression.h 55 : INHERITED(base->fOffset, kIndex_Kind, index_type(context, base->fType))
58 ASSERT(fIndex->fType == *context.fInt_Type || fIndex->fType == *context.fUInt_Type);
  /external/skqp/src/sksl/ast/
SkSLASTVarDeclaration.h 65 , fType(std::move(type))
69 String result = fModifiers.description() + fType->description() + " ";
80 const std::unique_ptr<ASTType> fType;
  /external/skqp/src/sksl/ir/
SkSLIndexExpression.h 55 : INHERITED(base->fOffset, kIndex_Kind, index_type(context, base->fType))
58 ASSERT(fIndex->fType == *context.fInt_Type || fIndex->fType == *context.fUInt_Type);
  /external/skqp/src/gpu/
GrShape.h 156 if (Type::kRRect != fType) {
179 if (fType != Type::kLine) {
194 switch (fType) {
232 bool isEmpty() const { return Type::kEmpty == fType || Type::kInvertedEmpty == fType; }
252 switch (fType) {
275 switch (fType) {
316 switch (fType) {
333 switch (fType) {
395 fType = Type::kEmpty
    [all...]
GrStyle.h 125 bool isDashed() const { return SkPathEffect::kDash_DashType == fDashInfo.fType; }
189 DashInfo() : fType(SkPathEffect::kNone_DashType) {}
192 fType = that.fType;
200 fType = SkPathEffect::kNone_DashType;
203 SkPathEffect::DashType fType;
GrPrimitiveProcessor.h 49 return GrShaderVar(fName, GrVertexAttribTypeToSLType(fType),
55 : fName(name), fType(type), fOffsetInRecord(offset), fInputRate(rate) {}
57 GrVertexAttribType fType;
  /external/skia/src/gpu/glsl/
GrGLSLVarying.h 28 GrGLSLVarying(GrSLType type, Scope scope = Scope::kVertToFrag) : fType(type), fScope(scope) {}
32 fType = type;
36 GrSLType type() const { return fType; }
47 GrSLType fType = kVoid_GrSLType;
122 GrSLType fType;
  /external/skia/tests/
CachedDecodingPixelRefTest.cpp 38 : INHERITED(GetMyInfo(colorType)), fType(type), fReporter(reporter) {
39 SkASSERT((fType <= kLast_TestType) && (fType >= 0));
53 if (fType != kSucceedGetPixels_TestType) {
82 const TestType fType;
  /external/skia/tools/gpu/
GrContextFactory.h 156 ContextType fType;
177 GrContextFactory::ContextType type() const { return fType; }
178 GrBackend backend() const { return GrContextFactory::ContextTypeBackend(fType); }
194 : fType(type), fTestContext(testContext), fGrContext(grContext), fOptions(options) {}
196 GrContextFactory::ContextType fType = GrContextFactory::kGL_ContextType;
  /external/skqp/src/gpu/glsl/
GrGLSLVarying.h 28 GrGLSLVarying(GrSLType type, Scope scope = Scope::kVertToFrag) : fType(type), fScope(scope) {}
32 fType = type;
36 GrSLType type() const { return fType; }
47 GrSLType fType = kVoid_GrSLType;
128 GrSLType fType;
GrGLSLVarying.cpp 14 GrSLType type = GrVertexAttribTypeToSLType(input->fType);
22 GrSLType type = GrVertexAttribTypeToSLType(input->fType);
40 SkASSERT(kVoid_GrSLType != varying->fType);
41 v.fType = varying->fType;
66 GrVertexAttribTypeToSLType(attr.fType),
105 fVertexOutputs.push_back().set(v.fType, v.fVsOut, GrShaderVar::kOut_TypeModifier,
108 fGeomInputs.push_back().set(v.fType, v.fVsOut, GrShaderVar::kUnsizedArray,
116 fGeomOutputs.push_back().set(v.fType, v.fGsOut, GrShaderVar::kOut_TypeModifier,
120 fFragInputs.push_back().set(v.fType, fsIn, GrShaderVar::kIn_TypeModifier
    [all...]
  /external/skqp/tests/
CachedDecodingPixelRefTest.cpp 38 : INHERITED(GetMyInfo(colorType)), fType(type), fReporter(reporter) {
39 SkASSERT((fType <= kLast_TestType) && (fType >= 0));
53 if (fType != kSucceedGetPixels_TestType) {
82 const TestType fType;
  /external/skqp/tools/gpu/
GrContextFactory.h 156 ContextType fType;
177 GrContextFactory::ContextType type() const { return fType; }
178 GrBackend backend() const { return GrContextFactory::ContextTypeBackend(fType); }
194 : fType(type), fTestContext(testContext), fGrContext(grContext), fOptions(options) {}
196 GrContextFactory::ContextType fType = GrContextFactory::kGL_ContextType;
  /external/skia/gm/
rrects.cpp 32 RRectGM(Type type) : fType(type) { }
43 switch (fType) {
68 if (kEffect_Type == fType && !renderTargetContext) {
74 if (kAA_Draw_Type == fType) {
86 int lastEdgeType = (kEffect_Type == fType) ? (int) GrClipEdgeType::kLast: 0;
104 if (kEffect_Type == fType) {
128 } else if (kBW_Clip_Type == fType || kAA_Clip_Type == fType) {
129 bool aaClip = (kAA_Clip_Type == fType);
172 Type fType;
    [all...]
  /external/skqp/gm/
rrects.cpp 32 RRectGM(Type type) : fType(type) { }
43 switch (fType) {
68 if (kEffect_Type == fType && !renderTargetContext) {
74 if (kAA_Draw_Type == fType) {
86 int lastEdgeType = (kEffect_Type == fType) ? (int) GrClipEdgeType::kLast: 0;
104 if (kEffect_Type == fType) {
128 } else if (kBW_Clip_Type == fType || kAA_Clip_Type == fType) {
129 bool aaClip = (kAA_Clip_Type == fType);
172 Type fType;
    [all...]
  /external/skia/src/sksl/
SkSLCPPCodeGenerator.cpp 17 var.fType.kind() != Type::kSampler_Kind;
134 return default_value(var.fType);
194 this->writeRuntimeValue(var.fType, var.fModifiers.fLayout, var.fName);
206 if (param->fType.kind() == Type::kSampler_Kind) {
247 if (ref.fVariable.fType.kind() == Type::kSampler_Kind) {
263 default_value(ref.fVariable.fType).c_str());
270 this->writeRuntimeValue(ref.fVariable.fType, ref.fVariable.fModifiers.fLayout,
305 } else if (decl.fVar->fType == *fContext.fFragmentProcessor_Type) {
357 this->writeRuntimeValue(s.fType, Layout(), HCodeGenerator::FieldName(name).c_str());
405 if (var.fType == *fContext.fFloat_Type)
    [all...]
SkSLGLSLCodeGenerator.cpp 163 this->writeTypePrecision(*f.fType);
165 this->writeType(*f.fType);
239 this->fFunctionHeader += String(" ") + this->getTypePrecision(absExpr.fType) +
240 this->getTypeName(absExpr.fType) + " " + tmpVar1 + ";\n";
241 this->fFunctionHeader += String(" ") + this->getTypePrecision(otherExpr.fType) +
242 this->getTypeName(otherExpr.fType) + " " + tmpVar2 + ";\n";
258 if (mat.fType == *fContext.fFloat2x2_Type || mat.fType == *fContext.fHalf2x2_Type) {
269 else if (mat.fType == *fContext.fFloat3x3_Type || mat.fType == *fContext.fHalf3x3_Type)
    [all...]
SkSLHCodeGenerator.cpp 143 this->writef("%s%s %s", separator, ParameterType(fContext, param->fType,
154 if (param->fType == *fContext.fFragmentProcessor_Type) {
186 this->writef("%s%s %s", separator, ParameterType(fContext, param->fType,
202 if (param->fType.kind() == Type::kSampler_Kind) {
211 } else if (param->fType == *fContext.fFragmentProcessor_Type) {
225 if (param->fType.kind() == Type::kSampler_Kind) {
228 } else if (param->fType == *fContext.fFragmentProcessor_Type) {
243 if (param->fType == *fContext.fFragmentProcessor_Type) {
246 this->writef(" %s %s;\n", FieldType(fContext, param->fType,
294 if (param->fType.kind() == Type::kSampler_Kind |
    [all...]
  /external/skqp/src/sksl/
SkSLCPPCodeGenerator.cpp 17 var.fType.kind() != Type::kSampler_Kind;
134 return default_value(var.fType);
194 this->writeRuntimeValue(var.fType, var.fModifiers.fLayout, var.fName);
206 if (param->fType.kind() == Type::kSampler_Kind) {
247 if (ref.fVariable.fType.kind() == Type::kSampler_Kind) {
263 default_value(ref.fVariable.fType).c_str());
270 this->writeRuntimeValue(ref.fVariable.fType, ref.fVariable.fModifiers.fLayout,
305 } else if (decl.fVar->fType == *fContext.fFragmentProcessor_Type) {
357 this->writeRuntimeValue(s.fType, Layout(), HCodeGenerator::FieldName(name).c_str());
405 if (var.fType == *fContext.fFloat_Type)
    [all...]
SkSLHCodeGenerator.cpp 143 this->writef("%s%s %s", separator, ParameterType(fContext, param->fType,
154 if (param->fType == *fContext.fFragmentProcessor_Type) {
186 this->writef("%s%s %s", separator, ParameterType(fContext, param->fType,
202 if (param->fType.kind() == Type::kSampler_Kind) {
211 } else if (param->fType == *fContext.fFragmentProcessor_Type) {
225 if (param->fType.kind() == Type::kSampler_Kind) {
228 } else if (param->fType == *fContext.fFragmentProcessor_Type) {
243 if (param->fType == *fContext.fFragmentProcessor_Type) {
246 this->writef(" %s %s;\n", FieldType(fContext, param->fType,
294 if (param->fType.kind() == Type::kSampler_Kind |
    [all...]
  /external/skia/src/gpu/
GrStyle.h 125 bool isDashed() const { return SkPathEffect::kDash_DashType == fDashInfo.fType; }
189 DashInfo() : fType(SkPathEffect::kNone_DashType) {}
192 fType = that.fType;
200 fType = SkPathEffect::kNone_DashType;
203 SkPathEffect::DashType fType;
GrPrimitiveProcessor.h 49 return GrShaderVar(fName, GrVertexAttribTypeToSLType(fType),
55 : fName(name), fType(type), fOffsetInRecord(offset), fInputRate(rate) {}
57 GrVertexAttribType fType;
  /external/skia/src/pdf/
SkPDFGradientShader.h 26 SkShader::GradientType fType;
59 return u.fType == v.fType
  /external/skia/tools/sk_app/
CommandSet.h 66 : fType(kChar_CommandType)
75 : fType(kKey_CommandType)
82 CommandType fType;
  /external/skqp/src/pdf/
SkPDFGradientShader.h 26 SkShader::GradientType fType;
59 return u.fType == v.fType

Completed in 335 milliseconds

1 23 4 5 6 7 8 91011>>