Home
last modified time | relevance | path

Searched refs:EGL_RED_SIZE (Results 1 – 25 of 47) sorted by relevance

12

/frameworks/native/opengl/tests/EGLTest/
DEGL_test.cpp113 success = eglGetConfigAttrib(mEglDisplay, config, EGL_RED_SIZE, &components[0]); in TEST_F()
134 EGL_RED_SIZE, 8, in TEST_F()
173 EGL_RED_SIZE, 8, in TEST_F()
187 success = eglGetConfigAttrib(mEglDisplay, config, EGL_RED_SIZE, &components[0]); in TEST_F()
227 EGL_RED_SIZE, 8, in TEST_F()
243 success = eglGetConfigAttrib(mEglDisplay, config, EGL_RED_SIZE, &components[0]); in TEST_F()
313 EGL_RED_SIZE, 10, in TEST_F()
329 success = eglGetConfigAttrib(mEglDisplay, config, EGL_RED_SIZE, &components[0]); in TEST_F()
388 EGL_RED_SIZE, 8, in get8BitConfig()
404 success = eglGetConfigAttrib(mEglDisplay, config, EGL_RED_SIZE, &components[0]); in get8BitConfig()
[all …]
/frameworks/av/cmds/screenrecord/
DEglWindow.cpp121 EGL_RED_SIZE, 8, in eglSetupContext()
130 EGL_RED_SIZE, 8, in eglSetupContext()
/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
DGLPerfView.java105 EGL10.EGL_RED_SIZE, 4,
148 EGL10.EGL_RED_SIZE, 0); in chooseConfig()
194 EGL10.EGL_RED_SIZE, in printConfig()
/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
DGL2JNIView.java105 EGL10.EGL_RED_SIZE, 4,
148 EGL10.EGL_RED_SIZE, 0); in chooseConfig()
194 EGL10.EGL_RED_SIZE, in printConfig()
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
DGLDualGL2View.java108 EGL10.EGL_RED_SIZE, 4,
151 EGL10.EGL_RED_SIZE, 0); in chooseConfig()
197 EGL10.EGL_RED_SIZE, in printConfig()
/frameworks/base/media/mca/filterfw/jni/
Djni_gl_environment.cpp158 EGL_RED_SIZE, 8, in Java_android_filterfw_core_GLEnvironment_nativeAddSurface()
227 EGL_RED_SIZE, 8, in Java_android_filterfw_core_GLEnvironment_nativeAddSurfaceWidthHeight()
326 EGL_RED_SIZE, 8, in Java_android_filterfw_core_GLEnvironment_nativeAddSurfaceFromMediaRecorder()
/frameworks/native/services/surfaceflinger/RenderEngine/
DSurface.cpp86 return queryConfig(EGL_RED_SIZE); in queryRedSize()
DRenderEngine.cpp532 attribs[EGL_RED_SIZE] = 8; in selectEGLConfig()
578 eglGetConfigAttrib(display, config, EGL_RED_SIZE, &r); in chooseEglConfig()
/frameworks/native/opengl/tests/configdump/
Dconfigdump.cpp36 ATTRIBUTE( EGL_RED_SIZE ),
/frameworks/native/opengl/tests/lib/
DglTestLib.cpp77 X(EGL_RED_SIZE), in glTestPrintEGLConfiguration()
/frameworks/native/opengl/tests/swapinterval/
Dswapinterval.cpp65 eglGetConfigAttrib(dpy, config, EGL_RED_SIZE, &r); in main()
/frameworks/native/opengl/libagl/
Degl.cpp958 { EGL_RED_SIZE, 5 },
970 { EGL_RED_SIZE, 5 },
983 { EGL_RED_SIZE, 8 },
995 { EGL_RED_SIZE, 8 },
1008 { EGL_RED_SIZE, 8 },
1020 { EGL_RED_SIZE, 8 },
1033 { EGL_RED_SIZE, 0 },
1045 { EGL_RED_SIZE, 0 },
1058 { EGL_RED_SIZE, 8 },
1082 { EGL_RED_SIZE, config_management_t::atLeast },
/frameworks/native/libs/gui/tests/
DMultiTextureConsumer_test.cpp55 EGL_RED_SIZE, 8, in getConfigAttribs()
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
DEGL10.java40 int EGL_RED_SIZE = 0x3024; field
/frameworks/native/opengl/tests/gl2_copyTexImage/
Dgl2_copyTexImage.cpp290 X(EGL_RED_SIZE), in printEGLConfiguration()
373 EGL_RED_SIZE, 8, in main()
/frameworks/base/libs/hwui/renderthread/
DEglManager.cpp185 EGL_RED_SIZE, in loadConfigs()
224 EGL_RED_SIZE, in loadConfigs()
/frameworks/native/opengl/tests/filter/
Dfilter.cpp26 EGL_RED_SIZE, 5, in main()
/frameworks/support/heifwriter/src/main/java/androidx/heifwriter/
DEglWindowSurface.java80 EGL14.EGL_RED_SIZE, 8, in eglSetup()
/frameworks/native/opengl/tests/angeles/include/GLES/
Degl.h122 #define EGL_RED_SIZE 0x3024 macro
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DSingleFrameTextureViewTestActivity.java187 EGL10.EGL_RED_SIZE, 8, in onSurfaceTextureAvailable()
/frameworks/base/opengl/java/android/opengl/
DEGL14.java58 public static final int EGL_RED_SIZE = 0x3024; field in EGL14
/frameworks/native/opengl/include/EGL/
Degl.h104 #define EGL_RED_SIZE 0x3024 macro
/frameworks/rs/driver/
DrsdGL.cpp90 X(EGL_RED_SIZE), in printEGLConfiguration()
188 configAttribsPtr[0] = EGL_RED_SIZE; in getConfigData()
/frameworks/native/opengl/tests/gl_yuvtex/
Dgl_yuvtex.cpp181 X(EGL_RED_SIZE), in printEGLConfiguration()
/frameworks/base/media/mca/filterfw/native/core/
Dgl_env.cpp154 EGL_RED_SIZE, 8, in InitWithNewContext()

12