HomeSort by relevance Sort by last modified time
    Searched refs:GrMax (Results 1 - 11 of 11) sorted by null

  /external/skia/src/gpu/gl/
GrGLStencilBuffer.cpp 21 size *= GrMax(1,this->numSamples());
  /external/skia/src/gpu/
GrAllocPool.cpp 59 fMinBlockSize = GrMax(blockSize, GrAllocPool_MIN_BLOCK_SIZE);
84 size_t blockSize = GrMax(fMinBlockSize, size);
GrRenderTarget.cpp 63 size *= GrMax(1,fSampleCnt);
GrBufferAllocPool.cpp 30 fBlocks(GrMax(8, 2*preallocBufferCnt)) {
40 fMinBlockSize = GrMax(GrBufferAllocPool_MIN_BLOCK_SIZE, blockSize);
259 size_t size = GrMax(requestSize, fMinBlockSize);
GrAllocator.h 68 int blockCount = GrMax((unsigned)1,
GrInOrderDrawBuffer.cpp 229 GrMax(poolState.fUsedPoolVertexBytes, vertexBytes);
247 GrMax(poolState.fUsedPoolIndexBytes, indexBytes);
296 GrMax(poolState.fUsedPoolVertexBytes, vertexBytes);
GrMatrix.cpp 287 stretch = GrMax(GrScalarAbs(fM[kScaleX]), GrScalarAbs(fM[kScaleY]));
289 stretch = GrMax(GrScalarAbs(fM[kSkewX]), GrScalarAbs(fM[kSkewY]));
306 largerRoot = GrMax(a, c);
329 max = GrMax(max, pt.distanceToOrigin());
GrAAHairLinePathRenderer.cpp 177 log = GrMin(GrMax(0, log), kMaxSub);
183 return GrMin(GrMax(0, SkScalarCeilToInt(log)),kMaxSub);
GrPathUtils.cpp 99 GrScalar d = GrMax(
GrContext.cpp 338 rtDesc.fWidth = GrNextPow2(GrMax(desc.fWidth, 64));
339 rtDesc.fHeight = GrNextPow2(GrMax(desc.fHeight, 64));
437 desc.fWidth = GrMax(MIN_SIZE, GrNextPow2(desc.fWidth));
438 desc.fHeight = GrMax(MIN_SIZE, GrNextPow2(desc.fHeight));
    [all...]
  /external/skia/include/gpu/
GrTypes.h 64 template <typename T> const T& GrMax(const T& a, const T& b) {

Completed in 99 milliseconds