Home
last modified time | relevance | path

Searched defs:gpuType (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/experimental/graphite/src/
DGraphicsPipelineDesc.h32 SLType gpuType) in Attribute()
44 constexpr SLType gpuType() const { return fGPUType; } in gpuType() function
/third_party/flutter/skia/src/gpu/
DGrPrimitiveProcessor.h57 GrSLType gpuType) in Attribute()
67 constexpr GrSLType gpuType() const { return fGPUType; } in gpuType() function
/third_party/flutter/skia/src/gpu/gl/
DGrGLVertexArray.cpp89 GrSLType gpuType, in set()
/third_party/skia/src/gpu/gl/
DGrGLVertexArray.cpp83 GrSLType gpuType, in set()
/third_party/skia/src/gpu/
DGrGeometryProcessor.h69 GrSLType gpuType) in Attribute()
81 constexpr GrSLType gpuType() const { return fGPUType; } in gpuType() function
/third_party/skia/src/gpu/effects/
DGrSkSLFP.cpp68 GrSLType gpuType; in emitCode() local