Home
last modified time | relevance | path

Searched refs:fTextureHeight (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/
DGrDrawOpAtlas.cpp32 int numPlotsY = fTextureHeight / fPlotHeight; in validate()
211 , fTextureHeight(height) in GrDrawOpAtlas()
224 SkASSERT(fPlotHeight * numPlotsY == fTextureHeight); in GrDrawOpAtlas()
556 SkASSERT(SkIsPow2(fTextureWidth) && SkIsPow2(fTextureHeight)); in createPages()
558 SkISize dims = {fTextureWidth, fTextureHeight}; in createPages()
561 int numPlotsY = fTextureHeight/fPlotHeight; in createPages()
622 int numPlotsY = fTextureHeight/fPlotHeight; in deactivateLastPage()
DGrDrawOpAtlas.h496 int fTextureHeight; variable
/external/skqp/src/gpu/
DGrDrawOpAtlas.cpp188 , fTextureHeight(height) in GrDrawOpAtlas()
199 SkASSERT(fPlotHeight * numPlotsY == fTextureHeight); in GrDrawOpAtlas()
515 SkASSERT(SkIsPow2(fTextureWidth) && SkIsPow2(fTextureHeight)); in createPages()
520 desc.fHeight = fTextureHeight; in createPages()
524 int numPlotsY = fTextureHeight/fPlotHeight; in createPages()
579 int numPlotsY = fTextureHeight/fPlotHeight; in deactivateLastPage()
DGrDrawOpAtlas.h390 int fTextureHeight; variable