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

  /external/skia/gpu/include/
GrGLTexture.h 147 uint32_t fAllocHeight;
195 int allocHeight() const { return fAllocHeight; }
232 int fAllocHeight;
  /external/skia/gpu/src/
GrGLTexture.cpp 117 fAllocHeight = textureDesc.fAllocHeight;
121 textureDesc.fAllocHeight;
131 vp.fBottom = textureDesc.fAllocHeight - textureDesc.fContentHeight;
GrGpuGL.cpp 611 texDesc.fAllocHeight = texDesc.fContentHeight = desc.fHeight;
729 glDesc.fAllocHeight = desc.fHeight;
788 glDesc.fAllocHeight = GrNextPow2(desc.fHeight);
793 glDesc.fAllocHeight = GrMax<int>(fMinRenderTargetHeight,
794 glDesc.fAllocHeight);
797 glDesc.fAllocHeight = GrNextPow2(desc.fHeight);
819 GrAssert(desc.fHeight == glDesc.fAllocHeight);
820 GrGLsizei imageSize = glDesc.fAllocWidth * glDesc.fAllocHeight +
823 glDesc.fAllocWidth, glDesc.fAllocHeight,
828 glDesc.fAllocHeight != desc.fHeight))
    [all...]

Completed in 66 milliseconds