Home
last modified time | relevance | path

Searched refs:realHeight (Results 1 – 3 of 3) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowDisplay.java51 private Integer realHeight; field in ShadowDisplay
96 outMetrics.heightPixels = realHeight; in getRealMetrics()
160 outSize.set(realWidth, realHeight); in getRealSize()
332 this.realHeight = height; in setRealHeight()
408 realHeight = heightPx; in configureForJBOnly()
/external/OpenCL-CTS/test_common/gl/
Dhelpers.cpp763 GLint realWidth, realHeight, realDepth; in ReadGLTexture() local
765 glGetTexLevelParameteriv( glTarget, 0, GL_TEXTURE_HEIGHT, &realHeight ); in ReadGLTexture()
775 realWidth, realHeight, in ReadGLTexture()
822 outBytes = realWidth * realHeight * realDepth * 4 in ReadGLTexture()
856 DumpGLBuffer(readBackType, realWidth, realHeight, (void*)outBuffer); in ReadGLTexture()
/external/OpenCL-CTS/test_common/gles/
Dhelpers.cpp274 GLint realWidth, realHeight; in ReadGLTexture() local
304 DumpGLBuffer(readBackType, realWidth, realHeight, (void*)outBuffer); in ReadGLTexture()