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

  /cts/tests/camera/src/android/hardware/camera2/cts/
Camera2SurfaceViewCtsActivity.java 35 private int currentHeight = 0;
64 if (expectWidth == currentWidth && expectHeight == currentHeight) {
81 if (expectWidth == currentWidth && expectHeight == currentHeight) {
85 "expectHeight. Got " + currentWidth + "x" + currentHeight +
154 currentHeight = height;
  /external/skia/src/gpu/vk/
GrVkGpu.cpp 646 int currentHeight = height;
657 currentHeight = SkTMax(1, currentHeight/2);
660 const size_t trimmedSize = currentWidth * bpp * currentHeight;
726 currentHeight = height;
730 SkASSERT(1 == mipLevelCount || currentHeight == layerHeight);
739 SkRectMemcpy(dst, trimRowBytes, src, rowBytes, trimRowBytes, currentHeight);
745 region.bufferImageHeight = currentHeight;
748 region.imageExtent = { (uint32_t)currentWidth, (uint32_t)currentHeight, 1 };
751 currentHeight = SkTMax(1, currentHeight/2)
    [all...]
  /external/skqp/src/gpu/vk/
GrVkGpu.cpp 644 int currentHeight = height;
655 currentHeight = SkTMax(1, currentHeight/2);
658 const size_t trimmedSize = currentWidth * bpp * currentHeight;
724 currentHeight = height;
728 SkASSERT(1 == mipLevelCount || currentHeight == layerHeight);
737 SkRectMemcpy(dst, trimRowBytes, src, rowBytes, trimRowBytes, currentHeight);
743 region.bufferImageHeight = currentHeight;
746 region.imageExtent = { (uint32_t)currentWidth, (uint32_t)currentHeight, 1 };
749 currentHeight = SkTMax(1, currentHeight/2)
    [all...]
  /external/skia/src/gpu/mtl/
GrMtlGpu.mm 189 int currentHeight = height;
200 currentHeight = SkTMax(1, currentHeight/2);
203 const size_t trimmedSize = currentWidth * bpp * currentHeight;
235 currentHeight = height;
242 SkASSERT(1 == mipLevelCount || currentHeight == layerHeight);
251 SkRectMemcpy(dst, trimRowBytes, src, rowBytes, trimRowBytes, currentHeight);
256 sourceBytesPerImage: trimRowBytes*currentHeight
264 currentHeight = SkTMax(1, currentHeight/2)
    [all...]
  /external/skia/src/gpu/ccpr/
GrCCAtlas.h 59 int currentHeight() const { return fHeight; }
GrCCPerFlushResources.cpp 490 if (texture && atlas->currentHeight() == texture->height() &&
  /external/skqp/src/gpu/ccpr/
GrCCAtlas.h 59 int currentHeight() const { return fHeight; }
GrCCPerFlushResources.cpp 487 if (texture && atlas->currentHeight() == texture->height() &&
  /external/skqp/src/gpu/mtl/
GrMtlGpu.mm 179 int currentHeight = height;
209 currentHeight = SkTMax(1, currentHeight/2);
481 int currentHeight = h;
483 [transferTexture replaceRegion: MTLRegionMake2D(0, 0, currentWidth, currentHeight)
492 sourceSize: MTLSizeMake(currentWidth, currentHeight, 1)
498 currentHeight = SkTMax(1, currentHeight/2);
  /external/skia/tests/
MipMapTest.cpp 80 int currentHeight = height / twoToTheMipLevel;
82 REPORTER_ASSERT(reporter, level.fPixmap.height() == currentHeight);
  /external/skqp/tests/
MipMapTest.cpp 80 int currentHeight = height / twoToTheMipLevel;
82 REPORTER_ASSERT(reporter, level.fPixmap.height() == currentHeight);
  /frameworks/av/services/camera/libcameraservice/api2/
DepthCompositeStream.cpp 740 auto currentHeight = std::get<1>(it);
741 if ((currentWidth == width) && (currentHeight == height)) {
747 static_cast<float> (currentHeight);
748 auto currentSize = currentWidth * currentHeight;
752 *depthHeight = currentHeight;
  /external/skqp/src/gpu/gl/
GrGLGpu.cpp     [all...]
  /external/skia/src/gpu/gl/
GrGLGpu.cpp     [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapRegionDecoderTest.java 679 int currentHeight = rect1.height() / opts.inSampleSize;
680 Rect actualRect = new Rect(0, 0, currentWidth, currentHeight);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiIncrementalPresentTests.cpp 731 const deUint32 currentHeight = properties.currentExtent.height != 0xFFFFFFFFu
741 ? currentHeight
744 : de::min(deSmallestGreaterOrEquallPowerOfTwoU32(currentHeight+1), properties.maxImageExtent.height));
    [all...]
  /external/doclava/res/assets/templates-sdk/assets/js/
docs.js     [all...]
  /developers/build/prebuilts/androidtv/sample-inputs/app/libs/
exoplayer_dev-hls_20150123.jar 

Completed in 1382 milliseconds