Searched refs:gpuType (Results 1 – 13 of 13) sorted by relevance
/external/skqp/src/gpu/gl/ |
D | GrGLVertexArray.cpp | 85 GrSLType gpuType, in set() argument 94 array->fGPUType != gpuType || in set() 100 if (GrSLTypeIsFloatType(gpuType)) { in set() 118 array->fGPUType = gpuType; in set()
|
D | GrGLVertexArray.h | 44 GrSLType gpuType,
|
/external/skia/src/gpu/ |
D | GrGeometryProcessor.h | 56 GrSLType gpuType) in Attribute() argument 57 : fName(name), fCPUType(cpuType), fGPUType(gpuType) { in Attribute() 58 SkASSERT(name && gpuType != kVoid_GrSLType); in Attribute() 68 constexpr GrSLType gpuType() const { return fGPUType; } in gpuType() function 207 b->addBits(8, attr.isInitialized() ? attr.gpuType() : 0xff, "attrGpuType"); in getAttributeKey()
|
/external/skia/src/gpu/gl/ |
D | GrGLVertexArray.cpp | 83 GrSLType gpuType, in set() argument 108 array->fGPUType != gpuType || in set() 116 if (GrSLTypeIsFloatType(gpuType)) { in set() 133 array->fGPUType = gpuType; in set()
|
D | GrGLVertexArray.h | 44 GrSLType gpuType,
|
/external/skqp/src/gpu/ |
D | GrPrimitiveProcessor.h | 58 GrSLType gpuType) in Attribute() argument 59 : fName(name), fCPUType(cpuType), fGPUType(gpuType) {} in Attribute() 68 constexpr GrSLType gpuType() const { return fGPUType; } in gpuType() function 198 b->add32(attrs[i].isInitialized() ? (attrs[i].cpuType() << 16) | attrs[i].gpuType() in getAttributeKey()
|
/external/skia/src/gpu/effects/ |
D | GrSkSLFP.cpp | 64 GrSLType gpuType; in emitCode() local 65 SkAssertResult(SkSL::type_to_grsltype(fContext, *type, &gpuType)); in emitCode() 70 gpuType, in emitCode()
|
/external/skqp/src/gpu/glsl/ |
D | GrGLSLVarying.cpp | 17 GrGLSLVarying v(input.gpuType()); in addPassThroughAttribute()
|
/external/skia/src/gpu/glsl/ |
D | GrGLSLVarying.cpp | 17 GrGLSLVarying v(input.gpuType()); in addPassThroughAttribute()
|
/external/skqp/src/gpu/gl/builders/ |
D | GrGLProgramBuilder.cpp | 144 fAttributes[i].fGPUType = a.gpuType(); in computeCountsAndStrides()
|
/external/skia/src/gpu/gl/builders/ |
D | GrGLProgramBuilder.cpp | 128 fAttributes[i].fGPUType = a.gpuType(); in computeCountsAndStrides()
|
/external/skqp/src/gpu/ops/ |
D | GrQuadPerEdgeAA.cpp | 623 GrGLSLVarying v(gp.fLocalCoord.gpuType()); in createGLSLInstance()
|
/external/skia/src/gpu/ops/ |
D | GrQuadPerEdgeAA.cpp | 666 GrGLSLVarying v(gp.fLocalCoord.gpuType()); in createGLSLInstance()
|