/external/chromium_org/third_party/skia/include/core/ |
D | SkTArray.h | 492 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/ |
D | SkTArray.h | 492 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/ |
D | GrEffect.h | 330 SkSTArray<4, const GrCoordTransform*, true> fCoordTransforms; 331 SkSTArray<4, const GrTextureAccess*, true> fTextureAccesses; 332 SkSTArray<kMaxVertexAttribs, GrSLType, true> fVertexAttribTypes;
|
D | GrPaint.h | 218 SkSTArray<4, GrEffectStage> fColorStages; 219 SkSTArray<2, GrEffectStage> fCoverageStages;
|
D | GrPathRendererChain.h | 74 SkSTArray<kPreAllocCount, GrPathRenderer*, true> fChain;
|
D | GrTypesPriv.h | 169 template <int N> class GrVertexAttribArray : public SkSTArray<N, GrVertexAttrib, true> {};
|
/external/chromium_org/third_party/skia/include/gpu/ |
D | GrEffect.h | 330 SkSTArray<4, const GrCoordTransform*, true> fCoordTransforms; 331 SkSTArray<4, const GrTextureAccess*, true> fTextureAccesses; 332 SkSTArray<kMaxVertexAttribs, GrSLType, true> fVertexAttribTypes;
|
D | GrPaint.h | 218 SkSTArray<4, GrEffectStage> fColorStages; 219 SkSTArray<2, GrEffectStage> fCoverageStages;
|
D | GrPathRendererChain.h | 74 SkSTArray<kPreAllocCount, GrPathRenderer*, true> fChain;
|
D | GrTypesPriv.h | 169 template <int N> class GrVertexAttribArray : public SkSTArray<N, GrVertexAttrib, true> {};
|
/external/skia/src/gpu/gl/ |
D | GrGLPath.cpp | 94 SkSTArray<16, GrGLubyte, true> pathCommands; in GrGLPath() 95 SkSTArray<16, SkPoint, true> pathPoints; in GrGLPath()
|
D | GrGLProgramEffects.h | 124 SkTArray<SkSTArray<4, Sampler, true> > fSamplers; 207 SkTArray<SkSTArray<2, Transform, true> > fTransforms;
|
D | GrGLProgramEffects.cpp | 270 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()
|
D | GrGLVertexArray.h | 126 SkSTArray<16, AttribArrayState, true> fAttribArrayStates;
|
D | GrGpuGL_program.cpp | 234 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/ |
D | GrGLPath.cpp | 94 SkSTArray<16, GrGLubyte, true> pathCommands; in GrGLPath() 95 SkSTArray<16, SkPoint, true> pathPoints; in GrGLPath()
|
D | GrGLProgramEffects.h | 124 SkTArray<SkSTArray<4, Sampler, true> > fSamplers; 207 SkTArray<SkSTArray<2, Transform, true> > fTransforms;
|
D | GrGLProgramEffects.cpp | 270 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()
|
D | GrGLVertexArray.h | 126 SkSTArray<16, AttribArrayState, true> fAttribArrayStates;
|
D | GrGpuGL_program.cpp | 234 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/ |
D | GrInOrderDrawBuffer.h | 226 SkSTArray<kCmdPreallocCnt, uint8_t, true> fCmds; 265 SkSTArray<kGeoPoolStatePreAllocCnt, GeometryPoolState> fGeoPoolStateStack;
|
D | GrAllocator.h | 145 SkSTArray<NUM_INIT_BLOCK_PTRS, void*> fBlocks;
|
/external/skia/src/gpu/ |
D | GrInOrderDrawBuffer.h | 226 SkSTArray<kCmdPreallocCnt, uint8_t, true> fCmds; 265 SkSTArray<kGeoPoolStatePreAllocCnt, GeometryPoolState> fGeoPoolStateStack;
|
D | GrAllocator.h | 145 SkSTArray<NUM_INIT_BLOCK_PTRS, void*> fBlocks;
|
D | GrAAConvexPathRenderer.cpp | 260 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()
|