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.java824 for (Size depthSize : depthSizes) { in testDepthOutputCharacteristics()
826 depthSize.getWidth() > 0 && depthSize.getHeight() > 0); in testDepthOutputCharacteristics()
828 ImageFormat.DEPTH16, depthSize); in testDepthOutputCharacteristics()
830 + depthSize + " expected, got " + minFrameDuration, in testDepthOutputCharacteristics()
833 ImageFormat.DEPTH16, depthSize); in testDepthOutputCharacteristics()
835 + depthSize + " expected, got " + stallDuration, in testDepthOutputCharacteristics()