Home
last modified time | relevance | path

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

12

/external/chromium_org/third_party/skia/include/core/
DSkTArray.h492 class SkSTArray : public SkTArray<T, MEM_COPY> {
497 SkSTArray() : INHERITED(&fStorage) { in SkSTArray() function
500 SkSTArray(const SkSTArray& array) in SkSTArray() function
504 explicit SkSTArray(const INHERITED& array) in SkSTArray() function
508 explicit SkSTArray(int reserveCount) in SkSTArray() function
512 SkSTArray(const T* array, int count) in SkSTArray() function
516 SkSTArray& operator= (const SkSTArray& array) {
520 SkSTArray& operator= (const INHERITED& array) {
/external/skia/include/core/
DSkTArray.h492 class SkSTArray : public SkTArray<T, MEM_COPY> {
497 SkSTArray() : INHERITED(&fStorage) { in SkSTArray() function
500 SkSTArray(const SkSTArray& array) in SkSTArray() function
504 explicit SkSTArray(const INHERITED& array) in SkSTArray() function
508 explicit SkSTArray(int reserveCount) in SkSTArray() function
512 SkSTArray(const T* array, int count) in SkSTArray() function
516 SkSTArray& operator= (const SkSTArray& array) {
520 SkSTArray& operator= (const INHERITED& array) {
/external/skia/include/gpu/
DGrEffect.h330 SkSTArray<4, const GrCoordTransform*, true> fCoordTransforms;
331 SkSTArray<4, const GrTextureAccess*, true> fTextureAccesses;
332 SkSTArray<kMaxVertexAttribs, GrSLType, true> fVertexAttribTypes;
DGrPaint.h218 SkSTArray<4, GrEffectStage> fColorStages;
219 SkSTArray<2, GrEffectStage> fCoverageStages;
DGrPathRendererChain.h74 SkSTArray<kPreAllocCount, GrPathRenderer*, true> fChain;
DGrTypesPriv.h169 template <int N> class GrVertexAttribArray : public SkSTArray<N, GrVertexAttrib, true> {};
/external/chromium_org/third_party/skia/include/gpu/
DGrEffect.h330 SkSTArray<4, const GrCoordTransform*, true> fCoordTransforms;
331 SkSTArray<4, const GrTextureAccess*, true> fTextureAccesses;
332 SkSTArray<kMaxVertexAttribs, GrSLType, true> fVertexAttribTypes;
DGrPaint.h218 SkSTArray<4, GrEffectStage> fColorStages;
219 SkSTArray<2, GrEffectStage> fCoverageStages;
DGrPathRendererChain.h74 SkSTArray<kPreAllocCount, GrPathRenderer*, true> fChain;
DGrTypesPriv.h169 template <int N> class GrVertexAttribArray : public SkSTArray<N, GrVertexAttrib, true> {};
/external/skia/src/gpu/gl/
DGrGLPath.cpp94 SkSTArray<16, GrGLubyte, true> pathCommands; in GrGLPath()
95 SkSTArray<16, SkPoint, true> pathPoints; in GrGLPath()
DGrGLProgramEffects.h124 SkTArray<SkSTArray<4, Sampler, true> > fSamplers;
207 SkTArray<SkSTArray<2, Transform, true> > fTransforms;
DGrGLProgramEffects.cpp270 SkSTArray<2, TransformedCoords> coords(effect->numTransforms()); in emitEffect()
271 SkSTArray<4, TextureSampler> samplers(effect->numTextures()); in emitEffect()
480 SkSTArray<2, TransformedCoords> coords(effect->numTransforms()); in emitEffect()
481 SkSTArray<4, TextureSampler> samplers(effect->numTextures()); in emitEffect()
DGrGLVertexArray.h126 SkSTArray<16, AttribArrayState, true> fAttribArrayStates;
DGrGpuGL_program.cpp234 SkSTArray<8, const GrEffectStage*, true> colorStages; in flushGraphicsState()
235 SkSTArray<8, const GrEffectStage*, true> coverageStages; in flushGraphicsState()
/external/chromium_org/third_party/skia/src/gpu/gl/
DGrGLPath.cpp94 SkSTArray<16, GrGLubyte, true> pathCommands; in GrGLPath()
95 SkSTArray<16, SkPoint, true> pathPoints; in GrGLPath()
DGrGLProgramEffects.h124 SkTArray<SkSTArray<4, Sampler, true> > fSamplers;
207 SkTArray<SkSTArray<2, Transform, true> > fTransforms;
DGrGLProgramEffects.cpp270 SkSTArray<2, TransformedCoords> coords(effect->numTransforms()); in emitEffect()
271 SkSTArray<4, TextureSampler> samplers(effect->numTextures()); in emitEffect()
480 SkSTArray<2, TransformedCoords> coords(effect->numTransforms()); in emitEffect()
481 SkSTArray<4, TextureSampler> samplers(effect->numTextures()); in emitEffect()
DGrGLVertexArray.h126 SkSTArray<16, AttribArrayState, true> fAttribArrayStates;
DGrGpuGL_program.cpp234 SkSTArray<8, const GrEffectStage*, true> colorStages; in flushGraphicsState()
235 SkSTArray<8, const GrEffectStage*, true> coverageStages; in flushGraphicsState()
/external/chromium_org/third_party/skia/src/gpu/
DGrInOrderDrawBuffer.h226 SkSTArray<kCmdPreallocCnt, uint8_t, true> fCmds;
265 SkSTArray<kGeoPoolStatePreAllocCnt, GeometryPoolState> fGeoPoolStateStack;
DGrAllocator.h145 SkSTArray<NUM_INIT_BLOCK_PTRS, void*> fBlocks;
/external/skia/src/gpu/
DGrInOrderDrawBuffer.h226 SkSTArray<kCmdPreallocCnt, uint8_t, true> fCmds;
265 SkSTArray<kGeoPoolStatePreAllocCnt, GeometryPoolState> fGeoPoolStateStack;
DGrAllocator.h145 SkSTArray<NUM_INIT_BLOCK_PTRS, void*> fBlocks;
DGrAAConvexPathRenderer.cpp260 SkSTArray<15, SkPoint, true> quads; in add_cubic_segments()
662 SkSTArray<kPreallocSegmentCnt, Segment, true> segments; in onDrawPath()
689 SkSTArray<kPreallocDrawCnt, Draw, true> draws; in onDrawPath()

12