Searched refs:SkSTArray (Results 1 - 25 of 47) sorted by relevance

12

/external/chromium_org/third_party/skia/include/gpu/
H A DGrGeometryProcessor.h52 SkSTArray<kMaxVertexAttribs, GrShaderVar, true> fVertexAttribs;
H A DGrPathRendererChain.h74 SkSTArray<kPreAllocCount, GrPathRenderer*, true> fChain;
H A DGrProcessor.h163 SkSTArray<4, const GrCoordTransform*, true> fCoordTransforms;
164 SkSTArray<4, const GrTextureAccess*, true> fTextureAccesses;
H A DGrProgramElement.h88 SkSTArray<4, const GrGpuResourceRef*, true> fGpuResources;
H A DGrPaint.h214 SkSTArray<4, GrFragmentStage> fColorStages;
215 SkSTArray<2, GrFragmentStage> fCoverageStages;
H A DGrTypesPriv.h169 template <int N> class GrVertexAttribArray : public SkSTArray<N, GrVertexAttrib, true> {};
/external/skia/include/gpu/
H A DGrPathRendererChain.h74 SkSTArray<kPreAllocCount, GrPathRenderer*, true> fChain;
H A DGrPaint.h218 SkSTArray<4, GrEffectStage> fColorStages;
219 SkSTArray<2, GrEffectStage> fCoverageStages;
H A DGrEffect.h330 SkSTArray<4, const GrCoordTransform*, true> fCoordTransforms;
331 SkSTArray<4, const GrTextureAccess*, true> fTextureAccesses;
332 SkSTArray<kMaxVertexAttribs, GrSLType, true> fVertexAttribTypes;
H A DGrTypesPriv.h169 template <int N> class GrVertexAttribArray : public SkSTArray<N, GrVertexAttrib, true> {};
/external/chromium_org/third_party/skia/include/core/
H A DSkTArray.h492 class SkSTArray : public SkTArray<T, MEM_COPY> { class in inherits:SkTArray
497 SkSTArray() : INHERITED(&fStorage) { function in class:SkSTArray
500 SkSTArray(const SkSTArray& array) function in class:SkSTArray
504 explicit SkSTArray(const INHERITED& array) function in class:SkSTArray
508 explicit SkSTArray(int reserveCount) function in class:SkSTArray
512 SkSTArray(const T* array, int count) function in class:SkSTArray
516 SkSTArray& operator= (const SkSTArray& array) {
520 SkSTArray
[all...]
/external/skia/include/core/
H A DSkTArray.h492 class SkSTArray : public SkTArray<T, MEM_COPY> { class in inherits:SkTArray
497 SkSTArray() : INHERITED(&fStorage) { function in class:SkSTArray
500 SkSTArray(const SkSTArray& array) function in class:SkSTArray
504 explicit SkSTArray(const INHERITED& array) function in class:SkSTArray
508 explicit SkSTArray(int reserveCount) function in class:SkSTArray
512 SkSTArray(const T* array, int count) function in class:SkSTArray
516 SkSTArray& operator= (const SkSTArray& array) {
520 SkSTArray
[all...]
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLProgramEffects.h80 SkTArray<SkSTArray<4, Sampler, true> > fSamplers;
131 SkSTArray<2, Transform, true>& addTransforms() { return fTransforms.push_back(); }
148 SkTArray<SkSTArray<2, Transform, true> > fTransforms;
H A DGrGLPath.cpp89 SkSTArray<16, GrGLubyte, true> pathCommands;
90 SkSTArray<16, SkPoint, true> pathPoints;
H A DGrGLVertexArray.h126 SkSTArray<16, AttribArrayState, true> fAttribArrayStates;
/external/chromium_org/third_party/skia/src/gpu/gl/builders/
H A DGrGLFragmentOnlyProgramBuilder.cpp68 SkSTArray<2, GrGLProcessor::TransformedCoords> coords(effect.numTransforms());
69 SkSTArray<4, GrGLProcessor::TextureSampler> samplers(effect.numTextures());
H A DGrGLFullProgramBuilder.cpp115 SkSTArray<2, GrGLProcessor::TransformedCoords> coords(effect.numTransforms());
116 SkSTArray<4, GrGLProcessor::TextureSampler> samplers(effect.numTextures());
/external/skia/src/gpu/gl/
H A DGrGLPath.cpp94 SkSTArray<16, GrGLubyte, true> pathCommands;
95 SkSTArray<16, SkPoint, true> pathPoints;
H A DGrGLVertexArray.h126 SkSTArray<16, AttribArrayState, true> fAttribArrayStates;
H A DGrGLProgramEffects.h124 SkTArray<SkSTArray<4, Sampler, true> > fSamplers;
207 SkTArray<SkSTArray<2, Transform, true> > fTransforms;
H A DGrGLProgramEffects.cpp270 SkSTArray<2, TransformedCoords> coords(effect->numTransforms());
271 SkSTArray<4, TextureSampler> samplers(effect->numTextures());
480 SkSTArray<2, TransformedCoords> coords(effect->numTransforms());
481 SkSTArray<4, TextureSampler> samplers(effect->numTextures());
/external/skia/src/gpu/
H A DGrInOrderDrawBuffer.h226 SkSTArray<kCmdPreallocCnt, uint8_t, true> fCmds;
265 SkSTArray<kGeoPoolStatePreAllocCnt, GeometryPoolState> fGeoPoolStateStack;
H A DGrAllocator.h145 SkSTArray<NUM_INIT_BLOCK_PTRS, void*> fBlocks;
/external/chromium_org/third_party/skia/src/gpu/
H A DGrRODrawState.h416 typedef SkSTArray<4, GrFragmentStage> FragmentStageArray;
H A DGrInOrderDrawBuffer.h298 SkSTArray<kCmdPreallocCnt, uint8_t, true> fCmds;
325 typedef SkSTArray<kGeoPoolStatePreAllocCnt, GeometryPoolState> GeoPoolStateStack;

Completed in 9539 milliseconds

12