/frameworks/native/opengl/tests/EGLTest/ |
D | EGL_test.cpp | 74 success = eglGetConfigAttrib(mEglDisplay, config, EGL_RED_SIZE, &components[0]); in TEST_F() 95 EGL_RED_SIZE, 8, in TEST_F() 134 EGL_RED_SIZE, 8, in TEST_F() 148 success = eglGetConfigAttrib(mEglDisplay, config, EGL_RED_SIZE, &components[0]); in TEST_F()
|
/frameworks/av/cmds/screenrecord/ |
D | EglWindow.cpp | 122 EGL_RED_SIZE, 8, in eglSetupContext() 131 EGL_RED_SIZE, 8, in eglSetupContext()
|
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/ |
D | GLDualGL2View.java | 108 EGL10.EGL_RED_SIZE, 4, 151 EGL10.EGL_RED_SIZE, 0); in chooseConfig() 197 EGL10.EGL_RED_SIZE, in printConfig()
|
/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/ |
D | GLPerfView.java | 105 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/ |
D | GL2JNIView.java | 105 EGL10.EGL_RED_SIZE, 4, 148 EGL10.EGL_RED_SIZE, 0); in chooseConfig() 194 EGL10.EGL_RED_SIZE, in printConfig()
|
/frameworks/base/media/mca/filterfw/jni/ |
D | jni_gl_environment.cpp | 157 EGL_RED_SIZE, 8, in Java_android_filterfw_core_GLEnvironment_nativeAddSurface() 226 EGL_RED_SIZE, 8, in Java_android_filterfw_core_GLEnvironment_nativeAddSurfaceWidthHeight() 325 EGL_RED_SIZE, 8, in Java_android_filterfw_core_GLEnvironment_nativeAddSurfaceFromMediaRecorder()
|
/frameworks/native/opengl/tests/configdump/ |
D | configdump.cpp | 34 ATTRIBUTE( EGL_RED_SIZE ),
|
/frameworks/native/opengl/tests/lib/ |
D | glTestLib.cpp | 78 X(EGL_RED_SIZE), in glTestPrintEGLConfiguration()
|
/frameworks/native/opengl/tests/swapinterval/ |
D | swapinterval.cpp | 65 eglGetConfigAttrib(dpy, config, EGL_RED_SIZE, &r); in main()
|
/frameworks/native/libs/gui/tests/ |
D | MultiTextureConsumer_test.cpp | 55 EGL_RED_SIZE, 8, in getConfigAttribs()
|
/frameworks/base/opengl/java/javax/microedition/khronos/egl/ |
D | EGL10.java | 40 int EGL_RED_SIZE = 0x3024; field
|
/frameworks/native/opengl/libagl/ |
D | egl.cpp | 919 { EGL_RED_SIZE, 5 }, 931 { EGL_RED_SIZE, 5 }, 944 { EGL_RED_SIZE, 8 }, 956 { EGL_RED_SIZE, 8 }, 969 { EGL_RED_SIZE, 8 }, 981 { EGL_RED_SIZE, 8 }, 994 { EGL_RED_SIZE, 0 }, 1006 { EGL_RED_SIZE, 0 }, 1029 { EGL_RED_SIZE, config_management_t::atLeast },
|
/frameworks/native/opengl/tests/gl2_copyTexImage/ |
D | gl2_copyTexImage.cpp | 290 X(EGL_RED_SIZE), in printEGLConfiguration() 373 EGL_RED_SIZE, 8, in main()
|
/frameworks/native/opengl/tests/filter/ |
D | filter.cpp | 26 EGL_RED_SIZE, 5, in main()
|
/frameworks/native/services/surfaceflinger/RenderEngine/ |
D | RenderEngine.cpp | 381 attribs[EGL_RED_SIZE] = 8; in selectEGLConfig() 426 eglGetConfigAttrib(display, config, EGL_RED_SIZE, &r); in chooseEglConfig()
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | egl.h | 122 #define EGL_RED_SIZE 0x3024 macro
|
/frameworks/base/services/core/jni/ |
D | com_android_server_AssetAtlasService.cpp | 114 EGL_RED_SIZE, 8, in com_android_server_AssetAtlasService_upload()
|
/frameworks/base/opengl/java/android/opengl/ |
D | EGL14.java | 58 public static final int EGL_RED_SIZE = 0x3024; field in EGL14
|
/frameworks/native/opengl/include/EGL/ |
D | egl.h | 100 #define EGL_RED_SIZE 0x3024 macro
|
/frameworks/base/libs/hwui/renderthread/ |
D | EglManager.cpp | 123 EGL_RED_SIZE, 8, in loadConfig()
|
/frameworks/rs/driver/ |
D | rsdGL.cpp | 94 X(EGL_RED_SIZE), in printEGLConfiguration() 192 configAttribsPtr[0] = EGL_RED_SIZE; in getConfigData()
|
/frameworks/base/media/mca/filterfw/native/core/ |
D | gl_env.cpp | 151 EGL_RED_SIZE, 8, in InitWithNewContext()
|
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/ |
D | BlockingGLTextureView.java | 130 EGL10.EGL_RED_SIZE, 8, in getConfig()
|
/frameworks/native/opengl/tests/gl2_basic/ |
D | gl2_basic.cpp | 186 X(EGL_RED_SIZE), in printEGLConfiguration()
|
/frameworks/native/opengl/tests/gl_basic/ |
D | gl_basic.cpp | 105 X(EGL_RED_SIZE), in printEGLConfiguration()
|