Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/camera2/legacy/
DSurfaceTextureRenderer.java57 private static final int EGL_COLOR_BITLENGTH = 8; field in SurfaceTextureRenderer
431 EGL14.EGL_RED_SIZE, EGL_COLOR_BITLENGTH, in configureEGLContext()
432 EGL14.EGL_GREEN_SIZE, EGL_COLOR_BITLENGTH, in configureEGLContext()
433 EGL14.EGL_BLUE_SIZE, EGL_COLOR_BITLENGTH, in configureEGLContext()