Searched refs:GrMax (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLStencilBuffer.cpp20 size *= GrMax(1,this->numSamples());
H A DGrGLProgram.cpp492 int maxColorOrCovEffectCnt = GrMax(fDesc.numColorEffects(), fDesc.numCoverageEffects());
/external/skia/src/gpu/gl/
H A DGrGLStencilBuffer.cpp20 size *= GrMax(1,this->numSamples());
H A DGrGLProgram.cpp492 int maxColorOrCovEffectCnt = GrMax(fDesc.numColorEffects(), fDesc.numCoverageEffects());
/external/chromium_org/third_party/skia/src/gpu/
H A DGrMemoryPool.cpp19 minAllocSize = GrMax<size_t>(minAllocSize, 1 << 10);
22 fPreallocSize = GrMax(fPreallocSize, fMinAllocSize);
45 blockSize = GrMax<size_t>(blockSize, fMinAllocSize);
H A DGrAllocPool.cpp59 fMinBlockSize = GrMax(blockSize, GrAllocPool_MIN_BLOCK_SIZE);
84 size_t blockSize = GrMax(fMinBlockSize, size);
H A DGrRenderTarget.cpp69 size *= GrMax(1, fDesc.fSampleCnt);
H A DGrBufferAllocPool.cpp31 fBlocks(GrMax(8, 2*preallocBufferCnt)) {
41 fMinBlockSize = GrMax(GrBufferAllocPool_MIN_BLOCK_SIZE, blockSize);
261 size_t size = GrMax(requestSize, fMinBlockSize);
H A DGrAllocator.h69 int blockCount = GrMax((unsigned)1,
H A DGrInOrderDrawBuffer.cpp290 poolState.fUsedPoolVertexBytes = GrMax(poolState.fUsedPoolVertexBytes, vertexBytes);
354 poolState.fUsedPoolVertexBytes = GrMax(poolState.fUsedPoolVertexBytes, vertexBytes);
372 poolState.fUsedPoolIndexBytes = GrMax(poolState.fUsedPoolIndexBytes, indexBytes);
H A DGrContext.cpp324 rtDesc.fWidth = GrNextPow2(GrMax(desc.fWidth, 64));
325 rtDesc.fHeight = GrNextPow2(GrMax(desc.fHeight, 64));
440 desc.fWidth = GrMax(MIN_SIZE, GrNextPow2(desc.fWidth));
441 desc.fHeight = GrMax(MIN_SIZE, GrNextPow2(desc.fHeight));
H A DGrPathUtils.cpp98 SkScalar d = GrMax(
H A DGrAAHairLinePathRenderer.cpp290 log = GrMin(GrMax(0, log), kMaxSub);
298 return GrMin(GrMax(0, SkScalarCeilToInt(log)),kMaxSub);
/external/skia/src/gpu/
H A DGrMemoryPool.cpp19 minAllocSize = GrMax<size_t>(minAllocSize, 1 << 10);
22 fPreallocSize = GrMax(fPreallocSize, fMinAllocSize);
45 blockSize = GrMax<size_t>(blockSize, fMinAllocSize);
H A DGrAllocPool.cpp59 fMinBlockSize = GrMax(blockSize, GrAllocPool_MIN_BLOCK_SIZE);
84 size_t blockSize = GrMax(fMinBlockSize, size);
H A DGrRenderTarget.cpp69 size *= GrMax(1, fDesc.fSampleCnt);
H A DGrBufferAllocPool.cpp31 fBlocks(GrMax(8, 2*preallocBufferCnt)) {
41 fMinBlockSize = GrMax(GrBufferAllocPool_MIN_BLOCK_SIZE, blockSize);
261 size_t size = GrMax(requestSize, fMinBlockSize);
H A DGrAllocator.h69 int blockCount = GrMax((unsigned)1,
H A DGrInOrderDrawBuffer.cpp290 poolState.fUsedPoolVertexBytes = GrMax(poolState.fUsedPoolVertexBytes, vertexBytes);
354 poolState.fUsedPoolVertexBytes = GrMax(poolState.fUsedPoolVertexBytes, vertexBytes);
372 poolState.fUsedPoolIndexBytes = GrMax(poolState.fUsedPoolIndexBytes, indexBytes);
H A DGrContext.cpp324 rtDesc.fWidth = GrNextPow2(GrMax(desc.fWidth, 64));
325 rtDesc.fHeight = GrNextPow2(GrMax(desc.fHeight, 64));
440 desc.fWidth = GrMax(MIN_SIZE, GrNextPow2(desc.fWidth));
441 desc.fHeight = GrMax(MIN_SIZE, GrNextPow2(desc.fHeight));
H A DGrPathUtils.cpp98 SkScalar d = GrMax(
H A DGrAAHairLinePathRenderer.cpp290 log = GrMin(GrMax(0, log), kMaxSub);
298 return GrMin(GrMax(0, SkScalarCeilToInt(log)),kMaxSub);
/external/chromium_org/third_party/skia/include/gpu/
H A DGrTypes.h65 template <typename T> const T& GrMax(const T& a, const T& b) { function
/external/skia/include/gpu/
H A DGrTypes.h65 template <typename T> const T& GrMax(const T& a, const T& b) { function

Completed in 265 milliseconds