Searched refs:depthSize (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/opengl/src/android/opengl/cts/ |
D | Egl10Utils.java | 80 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/ |
D | GLSurfaceViewCustom.java | 444 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/ |
D | ExtendedCameraCharacteristicsTest.java | 1650 for (Size depthSize : depthSizes) { in testDepthOutputCharacteristics() 1652 depthSize.getWidth() > 0 && depthSize.getHeight() > 0); in testDepthOutputCharacteristics() 1654 ImageFormat.DEPTH16, depthSize); in testDepthOutputCharacteristics() 1656 + depthSize + " expected, got " + minFrameDuration, in testDepthOutputCharacteristics() 1659 ImageFormat.DEPTH16, depthSize); in testDepthOutputCharacteristics() 1661 + depthSize + " expected, got " + stallDuration, in testDepthOutputCharacteristics() 1665 if (jpegSize.equals(depthSize)) { in testDepthOutputCharacteristics() 1669 float depthAR = (float) depthSize.getWidth() / in testDepthOutputCharacteristics() 1670 (float) depthSize.getHeight(); in testDepthOutputCharacteristics()
|