Home
last modified time | relevance | path

Searched refs:layerHeight (Results 1 – 7 of 7) sorted by relevance

/external/skia/tests/
DDebugLayerManagerTest.cpp19 int layerHeight = 100; in test_basic() local
23 SkCanvas* canvas = rec.beginRecording(layerWidth, layerHeight); in test_basic()
29 SkIRect dirtyRectFull = SkIRect::MakeLTRB(0, 0, layerWidth, layerHeight); in test_basic()
33 canvas = rec2.beginRecording(layerWidth, layerHeight); in test_basic()
57 REPORTER_ASSERT(reporter, image->height() == layerHeight); in test_basic()
69 REPORTER_ASSERT(reporter, image->height() == layerHeight); in test_basic()
/external/skia/tools/debugger/
DDebugLayerManager.h83 int layerHeight; member
96 int layerHeight; member
/external/skia/experimental/wasm-skp-debugger/
Ddebugger_bindings.cpp145 return SkIRect::MakeWH(summary.layerWidth, summary.layerHeight); in getBoundsForFrame()
590 .field("layerHeight", &DebugLayerManager::LayerSummary::layerHeight); in EMSCRIPTEN_BINDINGS()
/external/skqp/src/gpu/vk/
DGrVkGpu.cpp733 int layerHeight = uploadTexture->height(); in uploadTexDataOptimal() local
736 SkASSERT(1 == mipLevelCount || currentHeight == layerHeight); in uploadTexDataOptimal()
758 layerHeight = currentHeight; in uploadTexDataOptimal()
867 int layerHeight = uploadTexture->height(); in uploadTexDataCompressed() local
871 SkASSERT(currentHeight == layerHeight); in uploadTexDataCompressed()
893 layerHeight = currentHeight; in uploadTexDataCompressed()
/external/skia/src/gpu/d3d/
DGrD3DGpu.cpp722 int layerHeight = tex->height(); in uploadToTexture() local
726 SkASSERT(1 == mipLevelCount || currentHeight == layerHeight); in uploadToTexture()
740 layerHeight = currentHeight; in uploadToTexture()
/external/skia/src/gpu/vk/
DGrVkGpu.cpp911 int layerHeight = texAttachment->height(); in uploadTexDataOptimal() local
914 SkASSERT(1 == mipLevelCount || currentHeight == layerHeight); in uploadTexDataOptimal()
936 layerHeight = currentHeight; in uploadTexDataOptimal()
/external/skia/src/gpu/mtl/
DGrMtlGpu.mm406 int layerHeight = tex->height();
413 SkASSERT(1 == mipLevelCount || currentHeight == layerHeight);
434 layerHeight = currentHeight;