Home
last modified time | relevance | path

Searched refs:getHeight (Results 1 – 25 of 367) sorted by relevance

12345678910>>...15

/external/opencv3/modules/java/generator/src/java/
Dandroid+CameraBridgeViewBase.java361 if (!connectCamera(getWidth(), getHeight())) { in onEnterStartedState()
404 … Log.e(TAG, "Bitmap type: " + mCacheBitmap.getWidth() + "*" + mCacheBitmap.getHeight()); in deliverAndDrawFrame()
417 … canvas.drawBitmap(mCacheBitmap, new Rect(0,0,mCacheBitmap.getWidth(), mCacheBitmap.getHeight()), in deliverAndDrawFrame()
419 (int)((canvas.getHeight() - mScale*mCacheBitmap.getHeight()) / 2), in deliverAndDrawFrame()
421 …(int)((canvas.getHeight() - mScale*mCacheBitmap.getHeight()) / 2 + mScale*mCacheBitmap.getHeight()… in deliverAndDrawFrame()
423 … canvas.drawBitmap(mCacheBitmap, new Rect(0,0,mCacheBitmap.getWidth(), mCacheBitmap.getHeight()), in deliverAndDrawFrame()
425 (canvas.getHeight() - mCacheBitmap.getHeight()) / 2, in deliverAndDrawFrame()
427 … (canvas.getHeight() - mCacheBitmap.getHeight()) / 2 + mCacheBitmap.getHeight()), null); in deliverAndDrawFrame()
462 public int getHeight(Object obj); in getHeight() method
483 int height = accessor.getHeight(size); in calculateCameraFrameSize()
/external/deqp/framework/referencerenderer/
DrrMultisamplePixelBufferAccess.cpp45 tcu::IVec3(m_access.getHeight(), m_access.getDepth(), 1), in toSinglesampleAccess()
55 tcu::IVec3(1, original.getWidth(), original.getHeight()), in fromSinglesampleAccess()
85 tcu::IVec3(m_access.getHeight(), m_access.getDepth(), 1), in toSinglesampleAccess()
95 tcu::IVec3(1, original.getWidth(), original.getHeight()), in fromSinglesampleAccess()
117 DE_ASSERT(dst.getWidth() == src.raw().getHeight()); in resolveMultisampleColorBuffer()
118 DE_ASSERT(dst.getHeight() == src.raw().getDepth()); in resolveMultisampleColorBuffer()
129 for (int y = 0; y < dst.getHeight(); y++) in resolveMultisampleColorBuffer()
143 DE_ASSERT(dst.getWidth() == src.raw().getHeight()); in resolveMultisampleDepthBuffer()
144 DE_ASSERT(dst.getHeight() == src.raw().getDepth()); in resolveMultisampleDepthBuffer()
158 for (int y = 0; y < dst.getHeight(); y++) in resolveMultisampleDepthBuffer()
[all …]
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DBitmapFactoryTest.java25 assertEquals(100, bitmap.getHeight()); in decodeResource_shouldSetDescription()
34 assertEquals(100, bitmap.getHeight()); in decodeResourceWithOpts_shouldSetDescription()
44 assertEquals(100, bitmap.getHeight()); in decodeFile_shouldSetDescription()
53 assertEquals(100, bitmap.getHeight()); in decodeStream_shouldSetDescription()
63 assertEquals(456, bitmap.getHeight()); in decodeResource_shouldGetWidthAndHeightFromHints()
74 assertEquals(456, bitmap.getHeight()); in decodeResourceWithOpts_shouldGetWidthAndHeightFromHints()
94 assertEquals(456, bitmap.getHeight()); in decodeFile_shouldGetWidthAndHeightFromHints()
114 assertEquals(456, bitmap.getHeight()); in decodeUri_shouldGetWidthAndHeightFromHints()
125 assertEquals(456, bitmap.getHeight()); in decodeStream_shouldGetWidthAndHeightFromHints()
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
DTransformationUtils.java41 } else if (toCrop.getWidth() == width && toCrop.getHeight() == height) { in centerCrop()
48 if (toCrop.getWidth() * height > width * toCrop.getHeight()) { in centerCrop()
49 scale = (float) height / (float) toCrop.getHeight(); in centerCrop()
53 dy = (height - toCrop.getHeight() * scale) * 0.5f; in centerCrop()
87 if (toFit.getWidth() == width && toFit.getHeight() == height) { in fitCenter()
94 final float heightPercentage = height / (float) toFit.getHeight(); in fitCenter()
101 final int targetHeight = (int) (minPercentage * toFit.getHeight()); in fitCenter()
103 if (toFit.getWidth() == targetWidth && toFit.getHeight() == targetHeight) { in fitCenter()
120 Log.v(TAG, "toFit: " + toFit.getWidth() + "x" + toFit.getHeight()); in fitCenter()
121 Log.v(TAG, "toReuse: " + toReuse.getWidth() + "x" + toReuse.getHeight()); in fitCenter()
[all …]
/external/deqp/framework/opengl/
DgluPixelTransfer.cpp57 int height = dst.getHeight(); in readPixels()
76 int height = src.getHeight(); in texImage2D()
92 TCU_CHECK_INTERNAL(src.getSlicePitch() == src.getRowPitch()*src.getHeight()); in texImage3D()
95 int height = src.getHeight(); in texImage3D()
115 int height = src.getHeight(); in texSubImage2D()
131 TCU_CHECK_INTERNAL(src.getSlicePitch() == src.getRowPitch()*src.getHeight()); in texSubImage3D()
134 int height = src.getHeight(); in texSubImage3D()
DgluTexture.cpp133 …exture (getUncompressedFormat(levels[0].getFormat()), levels[0].getWidth(), levels[0].getHeight()) in Texture2D()
181 …gl.texImage2D(GL_TEXTURE_2D, levelNdx, m_format, access.getWidth(), access.getHeight(), 0 /* borde… in upload()
203 level.getHeight() == refLevelAccess.getHeight()); in loadCompressed()
208 level.getWidth(), level.getHeight(), 0 /* border */, level.getDataSize(), level.getData()); in loadCompressed()
233 …xture2D(context, isRGBA ? GL_RGBA : GL_RGB, GL_UNSIGNED_BYTE, level.getWidth(), level.getHeight()); in create()
297 TCU_CHECK_INTERNAL(levels[0].getWidth() == levels[0].getHeight()); in TextureCube()
368 …ace((tcu::CubeFace)face), levelNdx, m_format, access.getWidth(), access.getHeight(), 0 /* border *… in upload()
393 level.getHeight() == refLevelAccess.getHeight()); in loadCompressed()
398 level.getWidth(), level.getHeight(), 0 /* border */, level.getDataSize(), level.getData()); in loadCompressed()
487 …gl.texImage2D(GL_TEXTURE_1D_ARRAY, levelNdx, m_format, access.getWidth(), access.getHeight(), 0 /*… in upload()
[all …]
/external/deqp/framework/common/
DtcuFuzzyImageCompare.cpp127 int h = src.getHeight(); in bilinearSample()
164 DE_ASSERT(dst.getWidth() == src.getWidth() && dst.getHeight() == src.getHeight()); in separableConvolve()
166 TextureLevel tmp (dst.getFormat(), dst.getHeight(), dst.getWidth()); in separableConvolve()
174 for (int j = 0; j < src.getHeight(); j++) in separableConvolve()
193 for (int j = 0; j < src.getHeight(); j++) in separableConvolve()
239 if (!deInBounds32(dx, 0, surface.getWidth()) || !deInBounds32(dy, 0, surface.getHeight())) in distSquaredToNeighbor()
275 DE_ASSERT(ref.getWidth() == cmp.getWidth() && ref.getHeight() == cmp.getHeight()); in fuzzyCompare()
276 DE_ASSERT(errorMask.getWidth() == ref.getWidth() && errorMask.getHeight() == ref.getHeight()); in fuzzyCompare()
282 int height = ref.getHeight(); in fuzzyCompare()
DtcuBilinearImageCompare.cpp94 DE_ASSERT(y1 < (deUint32)access.getHeight()); in bilinearSampleRGBA8()
125 const deUint32 y2 = (deUint32)de::min(y+1, reference.getHeight()-1); in comparePixelRGBA8()
180 !de::inBounds(v, 0, (reference.getHeight()-1)<<NUM_SUBPIXEL_BITS)) in comparePixelRGBA8()
201 for (int y = 0; y < reference.getHeight(); y++) in bilinearCompareRGBA8()
222 reference.getHeight() == result.getHeight() && in bilinearCompare()
226 reference.getHeight() == errorMask.getHeight() && in bilinearCompare()
DtcuImageCompare.cpp96 const int height = reference.getHeight(); in findNumPositionDeviationFailingPixels()
108 …TCU_CHECK_INTERNAL(result.getWidth() == width && result.getHeight() == height && result.getDepth()… in findNumPositionDeviationFailingPixels()
219 …ormat(TextureFormat::RGB, TextureFormat::UNORM_INT8), reference.getWidth(), reference.getHeight()); in fuzzyCompare()
294 DE_ASSERT(ref.getHeight() == cmp.getHeight() && ref.getHeight() == diffMask.getHeight()); in computeSquaredDiffSum()
298 for (int y = 0; y < cmp.getHeight(); y++) in computeSquaredDiffSum()
336 …ormat(TextureFormat::RGB, TextureFormat::UNORM_INT8), reference.getWidth(), reference.getHeight()); in measurePixelDiffAccuracy()
490 int height = reference.getHeight(); in floatUlpThresholdCompare()
498 …TCU_CHECK(result.getWidth() == width && result.getHeight() == height && result.getDepth() == depth… in floatUlpThresholdCompare()
576 int height = reference.getHeight(); in floatThresholdCompare()
584 …TCU_CHECK_INTERNAL(result.getWidth() == width && result.getHeight() == height && result.getDepth()… in floatThresholdCompare()
[all …]
DtcuTextureUtil.cpp250 DE_ASSERT(de::inBounds(y, 0, access.getHeight())); in getSubregion()
251 DE_ASSERT(de::inRange(y+height, y+1, access.getHeight())); in getSubregion()
276 DE_ASSERT(de::inBounds(y, 0, access.getHeight())); in getSubregion()
277 DE_ASSERT(de::inRange(y+height, y+1, access.getHeight())); in getSubregion()
322 const int offsetToLast = rowPitch*(access.getHeight()-1); in flipYAccess()
336 const int offsetToLast = rowPitch*(access.getHeight()-1); in flipYAccess()
702 if (access.getWidth()*access.getHeight()*access.getDepth() >= CLEAR_OPTIMIZE_THRESHOLD && in clear()
715 for (int y = 0; y < access.getHeight(); y++) in clear()
721 for (int y = 0; y < access.getHeight(); y++) in clear()
733 if (access.getWidth()*access.getHeight()*access.getDepth() >= CLEAR_OPTIMIZE_THRESHOLD && in clear()
[all …]
/external/deqp/modules/glshared/
DglsTextureTestUtil.cpp200 , m_height (surface.getHeight()) in SurfaceAccess()
437 tcu::IVec2 dstSize = tcu::IVec2(dst.getWidth(), dst.getHeight()); in sampleTextureNonProjected()
445 for (int y = 0; y < dst.getHeight(); y++) in sampleTextureNonProjected()
449 float yf = ((float)y + 0.5f) / (float)dst.getHeight(); in sampleTextureNonProjected()
472 tcu::IVec2 dstSize = tcu::IVec2(dst.getWidth(), dst.getHeight()); in sampleTextureNonProjected()
473 tcu::IVec2 srcSize = tcu::IVec2(src.getWidth(), src.getHeight()); in sampleTextureNonProjected()
481 for (int y = 0; y < dst.getHeight(); y++) in sampleTextureNonProjected()
485 float yf = ((float)y + 0.5f) / (float)dst.getHeight(); in sampleTextureNonProjected()
509 float dstH = (float)dst.getHeight(); in sampleTextureProjected()
517 for (int py = 0; py < dst.getHeight(); py++) in sampleTextureProjected()
[all …]
/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DTJDecompressor.java154 public int getHeight() throws Exception { in getHeight() method in TJDecompressor
156 return yuvImage.getHeight(); in getHeight()
382 yuvImage.getWidth(), pitch, yuvImage.getHeight(), pixelFormat, in decompress()
470 dstImage.getHeight()); in decompressToYUV()
472 dstImage.getHeight()); in decompressToYUV()
474 scaledHeight != dstImage.getHeight()) in decompressToYUV()
481 dstImage.getStrides(), dstImage.getHeight(), flags); in decompressToYUV()
689 yuvImage.getWidth(), stride, yuvImage.getHeight(), pixelFormat, in decompress()
716 int desiredHeight = dstImage.getHeight(); in decompress()
721 desiredHeight != yuvImage.getHeight()) in decompress()
[all …]
/external/deqp/modules/gles2/functional/
Des2fShaderBuiltinVarTests.cpp281 const int height = m_context.getRenderTarget().getHeight(); in iterate()
331 for (int y = 0; y < refImg.getHeight(); y++) in iterate()
336 const float yf = (float(refImg.getHeight()-y-1)+.5f) / float(refImg.getHeight()); in iterate()
375 const int height = m_context.getRenderTarget().getHeight(); in iterate()
423 for (int y = 0; y < refImg.getHeight(); y++) in iterate()
428 const float yf = (float(refImg.getHeight()-y-1)+.5f) / float(refImg.getHeight()); in iterate()
462 const int height = de::min(256, m_context.getRenderTarget().getHeight()); in iterate()
513 const int viewportY = rnd.getInt(0, m_context.getRenderTarget().getHeight()-height); in iterate()
549 if (de::inBounds(dx, 0, refImg.getWidth()) && de::inBounds(dy, 0, refImg.getHeight())) in iterate()
584 const int height = de::min(64, m_context.getRenderTarget().getHeight()); in iterate()
[all …]
Des2fDitheringTests.cpp246 const int viewportHei = de::min(m_renderCtx.getRenderTarget().getHeight(), maxViewportHei); in drawAndCheckGradient()
248 const int viewportY = rnd.getInt(0, m_renderCtx.getRenderTarget().getHeight() - viewportHei); in drawAndCheckGradient()
285 for (int y = 0; y < renderedImg.getHeight(); y++) in drawAndCheckGradient()
289 …reasing ? y : x) + 0.5f) / (float)(isVerticallyIncreasing ? renderedImg.getHeight() : renderedImg.… in drawAndCheckGradient()
318 …const int increasingDirectionSize = isVerticallyIncreasing ? renderedImg.getHeight() : renderedImg… in drawAndCheckGradient()
319 … constantDirectionSize = isVerticallyIncreasing ? renderedImg.getWidth() : renderedImg.getHeight(); in drawAndCheckGradient()
364 const int viewportHei = de::min(m_renderCtx.getRenderTarget().getHeight(), maxViewportHei); in drawAndCheckUnicoloredQuad()
366 const int viewportY = rnd.getInt(0, m_renderCtx.getRenderTarget().getHeight() - viewportHei); in drawAndCheckUnicoloredQuad()
399 for (int y = 0; y < renderedImg.getHeight(); y++) in drawAndCheckUnicoloredQuad()
431 for (int y = 0; y < renderedImg.getHeight(); y++) in drawAndCheckUnicoloredQuad()
Des2fDepthRangeTests.cpp146 const int viewportH = de::min(128, renderTarget.getHeight()); in iterate()
148 const int viewportY = rnd.getInt(0, renderTarget.getHeight()-viewportH); in iterate()
229 for (int y = 0; y < referenceFrame.getHeight(); y++) in iterate()
231 float yf = ((float)y + 0.5f) / (float)referenceFrame.getHeight(); in iterate()
295 const int viewportH = de::min(128, renderTarget.getHeight()); in iterate()
297 const int viewportY = rnd.getInt(0, renderTarget.getHeight()-viewportH); in iterate()
376 for (int y = 0; y < referenceFrame.getHeight(); y++) in iterate()
381 float yf = ((float)y + 0.5f) / (float)referenceFrame.getHeight(); in iterate()
/external/deqp/modules/gles3/functional/
Des3fFboInvalidateTests.cpp196 readPixels(dst, 0, 0, getWidth(), getHeight()); in render()
232 …glTexImage2D (GL_TEXTURE_2D, 0, GL_RGBA8, getWidth(), getHeight(), 0, GL_RGBA, GL_UNSIGNED_BYTE,… in render()
291 readPixels(dst, 0, 0, getWidth(), getHeight()); in render()
310 int invalidateY = getHeight() / 4; in render()
312 int invalidateH = getHeight() / 2; in render()
345 readPixels(dst, 0, 0, getWidth(), getHeight()); in render()
374 int invalidateY = getHeight() / 4; in render()
376 int invalidateH = getHeight() / 2; in render()
390 …glTexImage2D (GL_TEXTURE_2D, 0, GL_RGBA8, getWidth(), getHeight(), 0, GL_RGBA, GL_UNSIGNED_BYTE,… in render()
435 readPixels(dst, 0, 0, getWidth(), getHeight()); in render()
[all …]
Des3fDitheringTests.cpp246 const int viewportHei = de::min(m_renderCtx.getRenderTarget().getHeight(), maxViewportHei); in drawAndCheckGradient()
248 const int viewportY = rnd.getInt(0, m_renderCtx.getRenderTarget().getHeight() - viewportHei); in drawAndCheckGradient()
285 for (int y = 0; y < renderedImg.getHeight(); y++) in drawAndCheckGradient()
289 …reasing ? y : x) + 0.5f) / (float)(isVerticallyIncreasing ? renderedImg.getHeight() : renderedImg.… in drawAndCheckGradient()
318 …const int increasingDirectionSize = isVerticallyIncreasing ? renderedImg.getHeight() : renderedImg… in drawAndCheckGradient()
319 … constantDirectionSize = isVerticallyIncreasing ? renderedImg.getWidth() : renderedImg.getHeight(); in drawAndCheckGradient()
362 const int viewportHei = de::min(m_renderCtx.getRenderTarget().getHeight(), maxViewportHei); in drawAndCheckUnicoloredQuad()
364 const int viewportY = rnd.getInt(0, m_renderCtx.getRenderTarget().getHeight() - viewportHei); in drawAndCheckUnicoloredQuad()
397 for (int y = 0; y < renderedImg.getHeight(); y++) in drawAndCheckUnicoloredQuad()
429 for (int y = 0; y < renderedImg.getHeight(); y++) in drawAndCheckUnicoloredQuad()
Des3fFragDepthTests.cpp130 int viewportH = de::min(128, renderTarget.getHeight()); in iterate()
132 int viewportY = rnd.getInt(0, renderTarget.getHeight()-viewportH); in iterate()
236 for (int y = 0; y < referenceFrame.getHeight(); y++) in iterate()
238 float yf = ((float)y + 0.5f) / (float)referenceFrame.getHeight(); in iterate()
301 int viewportH = de::min(128, renderTarget.getHeight()); in iterate()
303 int viewportY = rnd.getInt(0, renderTarget.getHeight()-viewportH); in iterate()
402 for (int y = 0; y < referenceFrame.getHeight(); y++) in iterate()
407 float yf = ((float)y + 0.5f) / (float)referenceFrame.getHeight(); in iterate()
Des3fShaderBuiltinVarTests.cpp298 const int height = m_context.getRenderTarget().getHeight(); in iterate()
351 for (int y = 0; y < refImg.getHeight(); y++) in iterate()
356 const float yf = (float(refImg.getHeight()-y-1)+.5f) / float(refImg.getHeight()); in iterate()
395 const int height = m_context.getRenderTarget().getHeight(); in iterate()
446 for (int y = 0; y < refImg.getHeight(); y++) in iterate()
451 const float yf = (float(refImg.getHeight()-y-1)+.5f) / float(refImg.getHeight()); in iterate()
485 const int height = de::min(256, m_context.getRenderTarget().getHeight()); in iterate()
539 const int viewportY = rnd.getInt(0, m_context.getRenderTarget().getHeight()-height); in iterate()
575 if (de::inBounds(dx, 0, refImg.getWidth()) && de::inBounds(dy, 0, refImg.getHeight())) in iterate()
610 const int height = de::min(64, m_context.getRenderTarget().getHeight()); in iterate()
[all …]
/external/llvm/include/llvm/ADT/
DImmutableSet.h66 unsigned getHeight() const { return height; } in getHeight() function
196 assert(getHeight() == ( HL > HR ? HL : HR ) + 1 in validateTree()
213 return getHeight(); in validateTree()
426 unsigned getHeight(TreeTy* T) const { return T ? T->getHeight() : 0; } in getHeight() function
435 unsigned hl = getHeight(L); in incrementHeight()
436 unsigned hr = getHeight(R); in incrementHeight()
493 unsigned hl = getHeight(L); in balanceTree()
494 unsigned hr = getHeight(R); in balanceTree()
502 if (getHeight(LL) >= getHeight(LR)) in balanceTree()
519 if (getHeight(RR) >= getHeight(RL)) in balanceTree()
[all …]
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
DDemoTextBox.java29 public int getHeight() { in getHeight() method in DemoTextBox
30 return (nbreaks + 1) * metrics.getHeight(); in getHeight()
43 y += metrics.getHeight(); in draw()
/external/glide/library/src/main/java/com/bumptech/glide/request/target/
DViewTarget.java137 notifyCbs(view.getWidth(), view.getHeight()); in checkCurrentDimens()
162 cb.onSizeReady(view.getWidth(), view.getHeight()); in getSize()
169 …SuppressWarnings("deprecation") final int width = display.getWidth(), height = display.getHeight(); in getSize()
191 return view.getWidth() > 0 && view.getHeight() > 0; in isViewSizeValid()
/external/deqp/modules/egl/
DteglImageFormatTests.cpp389 gl.viewport(0, 0, reference.getWidth(), reference.getHeight()); in invokeGLES2()
441 tcu::Surface refSurface (reference.getWidth(), reference.getHeight()); in invokeGLES2()
442 tcu::Surface screen (reference.getWidth(), reference.getHeight()); in invokeGLES2()
443 …GLU_CHECK_GLW_CALL(gl, readPixels(0, 0, screen.getWidth(), screen.getHeight(), GL_RGBA, GL_UNSIGNE… in invokeGLES2()
471 …L(gl, renderbufferStorage(GL_RENDERBUFFER, GL_RGBA4, reference.getWidth(), reference.getHeight())); in invokeGLES2()
479 GLU_CHECK_GLW_CALL(gl, viewport(0, 0, reference.getWidth(), reference.getHeight())); in invokeGLES2()
549 tcu::Surface screen (reference.getWidth(), reference.getHeight()); in invokeGLES2()
550 tcu::Surface referenceScreen (reference.getWidth(), reference.getHeight()); in invokeGLES2()
552 …gl.readPixels(0, 0, screen.getWidth(), screen.getHeight(), GL_RGBA, GL_UNSIGNED_BYTE, screen.getAc… in invokeGLES2()
554 for (int y = 0; y < reference.getHeight(); y++) in invokeGLES2()
[all …]
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp381 PredSU->setHeightToAtLeast(SU->getHeight() + PredEdge->getLatency()); in ReleasePred()
389 unsigned Height = PredSU->getHeight(); in ReleasePred()
583 unsigned ReadyCycle = PendingQueue[i]->getHeight(); in ReleasePending()
633 unsigned ReadyCycle = SU->getHeight(); in AdvancePastStalls()
711 if (CurCycle < SU->getHeight()) in ScheduleNodeBottomUp()
712 DEBUG(dbgs() << " Height [" << SU->getHeight() in ScheduleNodeBottomUp()
806 DEBUG(dbgs() << "*** Unscheduling [" << SU->getHeight() << "]: "); in UnscheduleNodeBottomUp()
867 Succ2.getSUnit()->getHeight() < LiveRegGens[Reg]->getHeight()) in UnscheduleNodeBottomUp()
873 if (SU->getHeight() < MinAvailableCycle) in UnscheduleNodeBottomUp()
874 MinAvailableCycle = SU->getHeight(); in UnscheduleNodeBottomUp()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.cpp559 …textureSize += level.getWidth() * level.getHeight() * level.getDepth() * level.getFormat().getPixe… in getSize()
629 …(deUint32)getNextMultiple(blockPixelSize.y(), level.getHeight()), // deUint32 bufferImageHeigh… in getBufferCopyRegions()
639 (deUint32)level.getHeight(), in getBufferCopyRegions()
665 (deUint32)level.getHeight(), // deUint32 bufferImageHeight; in getBufferCopyRegions()
675 (deUint32)level.getHeight(), in getBufferCopyRegions()
681 …layerDataOffset += level.getWidth() * level.getHeight() * level.getDepth() * level.getFormat().get… in getBufferCopyRegions()
727 …levelOffset += srcAccess.getWidth() * srcAccess.getHeight() * srcAccess.getDepth() * srcAccess.get… in write()
748 …ssedLevel = new tcu::CompressedTexture(format, level.getWidth(), level.getHeight(), level.getDept… in populateCompressedLevels()
969 …const deUint32 layerSize = levelLayers.getWidth() * levelLayers.getHeight() * levelLayers.getF… in getLevel()
972 …fferAccess(levelLayers.getFormat(), levelLayers.getWidth(), levelLayers.getHeight(), 1, (deUint8*)… in getLevel()
[all …]

12345678910>>...15