Home
last modified time | relevance | path

Searched refs:SkSTArray (Results 1 – 25 of 182) sorted by relevance

12345678

/external/skia/tests/
DTArrayTest.cpp101 SkSTArray< 5, int> arr5; in test_swap()
102 SkSTArray<10, int> arr10; in test_swap()
103 SkSTArray<20, int> arr20; in test_swap()
115 SkSTArray< 5, MoveOnlyInt> moi5; in test_swap()
116 SkSTArray<10, MoveOnlyInt> moi10; in test_swap()
117 SkSTArray<20, MoveOnlyInt> moi20; in test_swap()
132 SkSTArray<10, int> a; in test_unnecessary_alloc()
145 SkSTArray<10, int> a; in test_unnecessary_alloc()
156 SkSTArray<10, int> a; in test_unnecessary_alloc()
166 SkSTArray<10, int> a; in test_unnecessary_alloc()
[all …]
/external/skqp/tests/
DTArrayTest.cpp101 SkSTArray< 5, int> arr5; in test_swap()
102 SkSTArray<10, int> arr10; in test_swap()
103 SkSTArray<20, int> arr20; in test_swap()
115 SkSTArray< 5, MoveOnlyInt> moi5; in test_swap()
116 SkSTArray<10, MoveOnlyInt> moi10; in test_swap()
117 SkSTArray<20, MoveOnlyInt> moi20; in test_swap()
132 SkSTArray<10, int> a; in test_unnecessary_alloc()
145 SkSTArray<10, int> a; in test_unnecessary_alloc()
156 SkSTArray<10, int> a; in test_unnecessary_alloc()
166 SkSTArray<10, int> a; in test_unnecessary_alloc()
[all …]
/external/skia/include/private/
DSkTArray.h581 class SkSTArray : public SkTArray<T, MEM_MOVE> {
586 SkSTArray() : INHERITED(&fStorage) { in SkSTArray() function
589 SkSTArray(const SkSTArray& array) in SkSTArray() function
593 SkSTArray(SkSTArray&& array) in SkSTArray() function
597 explicit SkSTArray(const INHERITED& array) in SkSTArray() function
601 explicit SkSTArray(INHERITED&& array) in SkSTArray() function
605 explicit SkSTArray(int reserveCount) in SkSTArray() function
609 SkSTArray(const T* array, int count) in SkSTArray() function
613 SkSTArray& operator=(const SkSTArray& array) {
618 SkSTArray& operator=(SkSTArray&& array) {
[all …]
/external/skqp/include/private/
DSkTArray.h581 class SkSTArray : public SkTArray<T, MEM_MOVE> {
586 SkSTArray() : INHERITED(&fStorage) { in SkSTArray() function
589 SkSTArray(const SkSTArray& array) in SkSTArray() function
593 SkSTArray(SkSTArray&& array) in SkSTArray() function
597 explicit SkSTArray(const INHERITED& array) in SkSTArray() function
601 explicit SkSTArray(INHERITED&& array) in SkSTArray() function
605 explicit SkSTArray(int reserveCount) in SkSTArray() function
609 SkSTArray(const T* array, int count) in SkSTArray() function
613 SkSTArray& operator=(const SkSTArray& array) {
618 SkSTArray& operator=(SkSTArray&& array) {
[all …]
/external/skia/src/gpu/ccpr/
DGrCCFiller.h103 SkSTArray<32, PathInfo, true> fPathInfos;
104 SkSTArray<32, Batch, true> fBatches;
105 SkSTArray<32, ScissorSubBatch, true> fScissorSubBatches;
111 mutable SkSTArray<32, GrMesh> fMeshesScratchBuffer;
112 mutable SkSTArray<32, SkIRect> fScissorRectScratchBuffer;
DGrCCStroker.h109 SkSTArray<32, PathInfo> fPathInfos;
110 SkSTArray<32, Batch> fBatches;
111 SkSTArray<32, ScissorSubBatch> fScissorSubBatches;
123 mutable SkSTArray<32, GrMesh> fMeshesBuffer;
124 mutable SkSTArray<32, SkIRect> fScissorsBuffer;
DGrCCStrokeGeometry.h143 SkSTArray<128, Verb, true> fVerbs;
144 SkSTArray<128, Parameter, true> fParams;
145 SkSTArray<128, SkPoint, true> fPoints;
146 SkSTArray<128, SkVector, true> fNormals;
DGrCCFillGeometry.h116 SkSTArray<128, SkPoint, true> fPoints;
117 SkSTArray<128, Verb, true> fVerbs;
118 SkSTArray<32, float, true> fConicWeights;
/external/skqp/src/gpu/ccpr/
DGrCCFiller.h103 SkSTArray<32, PathInfo, true> fPathInfos;
104 SkSTArray<32, Batch, true> fBatches;
105 SkSTArray<32, ScissorSubBatch, true> fScissorSubBatches;
111 mutable SkSTArray<32, GrMesh> fMeshesScratchBuffer;
112 mutable SkSTArray<32, SkIRect> fScissorRectScratchBuffer;
DGrCCStroker.h109 SkSTArray<32, PathInfo> fPathInfos;
110 SkSTArray<32, Batch> fBatches;
111 SkSTArray<32, ScissorSubBatch> fScissorSubBatches;
123 mutable SkSTArray<32, GrMesh> fMeshesBuffer;
124 mutable SkSTArray<32, SkIRect> fScissorsBuffer;
DGrCCStrokeGeometry.h143 SkSTArray<128, Verb, true> fVerbs;
144 SkSTArray<128, Parameter, true> fParams;
145 SkSTArray<128, SkPoint, true> fPoints;
146 SkSTArray<128, SkVector, true> fNormals;
DGrCCFillGeometry.h116 SkSTArray<128, SkPoint, true> fPoints;
117 SkSTArray<128, Verb, true> fVerbs;
118 SkSTArray<32, float, true> fConicWeights;
/external/skia/src/gpu/vk/
DGrVkResourceProvider.h256 SkSTArray<4, GrVkRenderPass*> fRenderPasses;
270 SkSTArray<4, CompatibleRenderPassSet> fRenderPassArray;
275 SkSTArray<4, GrVkCommandPool*, true> fActiveCommandPools;
278 SkSTArray<4, GrVkCommandPool*, true> fAvailableCommandPools;
281 SkSTArray<16, const GrVkResource*, true> fAvailableUniformBufferResources;
293 SkSTArray<4, std::unique_ptr<GrVkDescriptorSetManager>> fDescriptorSetManagers;
/external/skqp/src/gpu/vk/
DGrVkResourceProvider.h249 SkSTArray<4, GrVkRenderPass*> fRenderPasses;
263 SkSTArray<4, CompatibleRenderPassSet> fRenderPassArray;
268 SkSTArray<4, GrVkCommandPool*, true> fActiveCommandPools;
271 SkSTArray<4, GrVkCommandPool*, true> fAvailableCommandPools;
274 SkSTArray<16, const GrVkResource*, true> fAvailableUniformBufferResources;
286 SkSTArray<4, std::unique_ptr<GrVkDescriptorSetManager>> fDescriptorSetManagers;
DGrVkDescriptorSetManager.h93 SkSTArray<4, uint32_t> fBindingVisibilities;
94 SkSTArray<4, const GrVkSampler*> fImmutableSamplers;
/external/skqp/src/gpu/glsl/
DGrGLSLShaderBuilder.h230 SkSTArray<kCode, const char*, true> fCompilerStrings;
231 SkSTArray<kCode, int, true> fCompilerStringLengths;
232 SkSTArray<kCode, SkString> fShaderStrings;
240 SkSTArray<1, SkString> fLayoutParams[kLastInterfaceQualifier + 1];
/external/skia/src/gpu/glsl/
DGrGLSLShaderBuilder.h231 SkSTArray<kCode, const char*, true> fCompilerStrings;
232 SkSTArray<kCode, int, true> fCompilerStringLengths;
233 SkSTArray<kCode, SkString> fShaderStrings;
241 SkSTArray<1, SkString> fLayoutParams[kLastInterfaceQualifier + 1];
/external/skqp/src/gpu/
DGrProgramDesc.h137 SkSTArray<kPreAllocSize, uint8_t, true>& key() { return fKey; } in key()
138 const SkSTArray<kPreAllocSize, uint8_t, true>& key() const { return fKey; } in key()
141 SkSTArray<kPreAllocSize, uint8_t, true> fKey;
DGrDrawingManager.h102 void gatherIDs(SkSTArray<8, uint32_t, true>* idArray) const;
171 SkSTArray<8, uint32_t, true> fFlushingOpListIDs;
173 SkSTArray<8, sk_sp<GrOpList>> fOnFlushCBOpLists;
/external/skia/src/gpu/
DGrProgramDesc.h142 SkSTArray<kPreAllocSize, uint8_t, true>& key() { return fKey; } in key()
143 const SkSTArray<kPreAllocSize, uint8_t, true>& key() const { return fKey; } in key()
146 SkSTArray<kPreAllocSize, uint8_t, true> fKey;
DGrDrawingManager.h109 void gatherIDs(SkSTArray<8, uint32_t, true>* idArray) const;
183 SkSTArray<8, uint32_t, true> fFlushingOpListIDs;
185 SkSTArray<8, sk_sp<GrOpList>> fOnFlushCBOpLists;
/external/skqp/src/shaders/gradients/
DSkGradientShaderPriv.h56 SkSTArray<16, SkColor4f, true> fColorStorage;
57 SkSTArray<16, SkScalar , true> fPosStorage;
142 SkSTArray<4, SkColor4f, true> fStorage;
/external/skia/src/shaders/gradients/
DSkGradientShaderPriv.h56 SkSTArray<16, SkColor4f, true> fColorStorage;
57 SkSTArray<16, SkScalar , true> fPosStorage;
150 SkSTArray<4, SkColor4f, true> fStorage;
/external/skia/experimental/svg/model/
DSkSVGGradient.h38 using StopPositionArray = SkSTArray<2, SkScalar, true>;
39 using StopColorArray = SkSTArray<2, SkColor, true>;
/external/skqp/experimental/svg/model/
DSkSVGGradient.h38 using StopPositionArray = SkSTArray<2, SkScalar, true>;
39 using StopColorArray = SkSTArray<2, SkColor, true>;

12345678