Searched refs:depthSize (Results 1 – 2 of 2) sorted by relevance
/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/tests/hardware/src/android/hardware/camera2/cts/ |
D | ExtendedCameraCharacteristicsTest.java | 775 for (Size depthSize : depthSizes) { in testDepthOutputCharacteristics() 777 depthSize.getWidth() > 0 && depthSize.getHeight() > 0); in testDepthOutputCharacteristics() 779 ImageFormat.DEPTH16, depthSize); in testDepthOutputCharacteristics() 781 + depthSize + " expected, got " + minFrameDuration, in testDepthOutputCharacteristics() 784 ImageFormat.DEPTH16, depthSize); in testDepthOutputCharacteristics() 786 + depthSize + " expected, got " + stallDuration, in testDepthOutputCharacteristics()
|