Home
last modified time | relevance | path

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

/cts/tests/tests/opengl/src/android/opengl/cts/
DEgl10Utils.java80 int depthSize = findValue(configSpec, EGL10.EGL_DEPTH_SIZE); in chooseConfig() local
86 if ((d >= depthSize) && (s >= stencilSize)) { in chooseConfig()
/cts/tests/tests/openglperf/src/android/openglperf/cts/
DGLSurfaceViewCustom.java444 int alphaSize, int depthSize, int stencilSize) { in setEGLConfigChooser() argument
446 blueSize, alphaSize, depthSize, stencilSize)); in setEGLConfigChooser()
917 int alphaSize, int depthSize, int stencilSize) { in ComponentSizeChooser() argument
923 EGL10.EGL_DEPTH_SIZE, depthSize, in ComponentSizeChooser()
931 mDepthSize = depthSize; in ComponentSizeChooser()
/cts/tests/camera/src/android/hardware/camera2/cts/
DExtendedCameraCharacteristicsTest.java1519 for (Size depthSize : depthSizes) { in testDepthOutputCharacteristics()
1521 depthSize.getWidth() > 0 && depthSize.getHeight() > 0); in testDepthOutputCharacteristics()
1523 ImageFormat.DEPTH16, depthSize); in testDepthOutputCharacteristics()
1525 + depthSize + " expected, got " + minFrameDuration, in testDepthOutputCharacteristics()
1528 ImageFormat.DEPTH16, depthSize); in testDepthOutputCharacteristics()
1530 + depthSize + " expected, got " + stallDuration, in testDepthOutputCharacteristics()
1534 if (jpegSize.equals(depthSize)) { in testDepthOutputCharacteristics()
1538 float depthAR = (float) depthSize.getWidth() / in testDepthOutputCharacteristics()
1539 (float) depthSize.getHeight(); in testDepthOutputCharacteristics()