Searched refs:realWidth (Results 1 – 3 of 3) sorted by relevance
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowDisplay.java | 50 private Integer realWidth; field in ShadowDisplay 95 outMetrics.widthPixels = realWidth; in getRealMetrics() 160 outSize.set(realWidth, realHeight); in getRealSize() 315 this.realWidth = width; in setRealWidth() 407 realWidth = widthPx; in configureForJBOnly()
|
/external/OpenCL-CTS/test_common/gl/ |
D | helpers.cpp | 763 GLint realWidth, realHeight, realDepth; in ReadGLTexture() local 764 glGetTexLevelParameteriv( glTarget, 0, GL_TEXTURE_WIDTH, &realWidth ); 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/ |
D | helpers.cpp | 274 GLint realWidth, realHeight; in ReadGLTexture() local 304 DumpGLBuffer(readBackType, realWidth, realHeight, (void*)outBuffer); in ReadGLTexture()
|