/frameworks/native/opengl/tests/EGLTest/ |
D | EGL_test.cpp | 110 success = eglGetConfigAttrib(mEglDisplay, config, EGL_BLUE_SIZE, &components[2]); in TEST_F() 127 EGL_BLUE_SIZE, 8, in TEST_F() 166 EGL_BLUE_SIZE, 8, in TEST_F() 184 success = eglGetConfigAttrib(mEglDisplay, config, EGL_BLUE_SIZE, &components[2]); in TEST_F() 217 EGL_BLUE_SIZE, in TEST_F() 236 success = eglGetConfigAttrib(mEglDisplay, config, EGL_BLUE_SIZE, &components[2]); in TEST_F()
|
/frameworks/av/cmds/screenrecord/ |
D | EglWindow.cpp | 123 EGL_BLUE_SIZE, 8, in eglSetupContext() 132 EGL_BLUE_SIZE, 8, in eglSetupContext()
|
/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/ |
D | GL2JNIView.java | 107 EGL10.EGL_BLUE_SIZE, 4, 152 EGL10.EGL_BLUE_SIZE, 0); in chooseConfig() 192 EGL10.EGL_BLUE_SIZE, in printConfig()
|
/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/ |
D | GLPerfView.java | 107 EGL10.EGL_BLUE_SIZE, 4, 152 EGL10.EGL_BLUE_SIZE, 0); in chooseConfig() 192 EGL10.EGL_BLUE_SIZE, in printConfig()
|
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/ |
D | GLDualGL2View.java | 110 EGL10.EGL_BLUE_SIZE, 4, 155 EGL10.EGL_BLUE_SIZE, 0); in chooseConfig() 195 EGL10.EGL_BLUE_SIZE, in printConfig()
|
/frameworks/base/media/mca/filterfw/jni/ |
D | jni_gl_environment.cpp | 160 EGL_BLUE_SIZE, 8, in Java_android_filterfw_core_GLEnvironment_nativeAddSurface() 229 EGL_BLUE_SIZE, 8, in Java_android_filterfw_core_GLEnvironment_nativeAddSurfaceWidthHeight() 328 EGL_BLUE_SIZE, 8, in Java_android_filterfw_core_GLEnvironment_nativeAddSurfaceFromMediaRecorder()
|
/frameworks/native/opengl/tests/configdump/ |
D | configdump.cpp | 34 ATTRIBUTE( EGL_BLUE_SIZE ),
|
/frameworks/native/opengl/tests/lib/ |
D | glTestLib.cpp | 75 X(EGL_BLUE_SIZE), in glTestPrintEGLConfiguration()
|
/frameworks/native/opengl/libagl/ |
D | egl.cpp | 936 { EGL_BLUE_SIZE, 5 }, 948 { EGL_BLUE_SIZE, 5 }, 961 { EGL_BLUE_SIZE, 8 }, 973 { EGL_BLUE_SIZE, 8 }, 986 { EGL_BLUE_SIZE, 8 }, 998 { EGL_BLUE_SIZE, 8 }, 1011 { EGL_BLUE_SIZE, 0 }, 1023 { EGL_BLUE_SIZE, 0 }, 1036 { EGL_BLUE_SIZE, 8 }, 1060 { EGL_BLUE_SIZE, config_management_t::atLeast },
|
/frameworks/native/opengl/tests/swapinterval/ |
D | swapinterval.cpp | 67 eglGetConfigAttrib(dpy, config, EGL_BLUE_SIZE, &b); in main()
|
/frameworks/native/libs/gui/tests/ |
D | MultiTextureConsumer_test.cpp | 57 EGL_BLUE_SIZE, 8, in getConfigAttribs()
|
/frameworks/base/opengl/java/javax/microedition/khronos/egl/ |
D | EGL10.java | 38 int EGL_BLUE_SIZE = 0x3022; field
|
/frameworks/native/opengl/tests/gl2_copyTexImage/ |
D | gl2_copyTexImage.cpp | 288 X(EGL_BLUE_SIZE), in printEGLConfiguration() 375 EGL_BLUE_SIZE, 8, in main()
|
/frameworks/native/opengl/tests/filter/ |
D | filter.cpp | 28 EGL_BLUE_SIZE, 5, in main()
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | egl.h | 120 #define EGL_BLUE_SIZE 0x3022 macro
|
/frameworks/native/services/surfaceflinger/RenderEngine/ |
D | RenderEngine.cpp | 384 attribs[EGL_BLUE_SIZE] = 8; in selectEGLConfig() 430 eglGetConfigAttrib(display, config, EGL_BLUE_SIZE, &b); in chooseEglConfig()
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | SingleFrameTextureViewTestActivity.java | 189 EGL10.EGL_BLUE_SIZE, 8, in onSurfaceTextureAvailable()
|
/frameworks/base/opengl/java/android/opengl/ |
D | EGL14.java | 56 public static final int EGL_BLUE_SIZE = 0x3022; field in EGL14
|
/frameworks/native/opengl/include/EGL/ |
D | egl.h | 98 #define EGL_BLUE_SIZE 0x3022 macro
|
/frameworks/rs/driver/ |
D | rsdGL.cpp | 88 X(EGL_BLUE_SIZE), in printEGLConfiguration() 196 configAttribsPtr[0] = EGL_BLUE_SIZE; in getConfigData()
|
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/ |
D | BlockingGLTextureView.java | 132 EGL10.EGL_BLUE_SIZE, 8, in getConfig()
|
/frameworks/base/media/mca/filterfw/native/core/ |
D | gl_env.cpp | 156 EGL_BLUE_SIZE, 8, in InitWithNewContext()
|
/frameworks/native/opengl/tests/gl2_basic/ |
D | gl2_basic.cpp | 189 X(EGL_BLUE_SIZE), in printEGLConfiguration()
|
/frameworks/native/opengl/tests/gl_basic/ |
D | gl_basic.cpp | 103 X(EGL_BLUE_SIZE), in printEGLConfiguration()
|
/frameworks/base/libs/hwui/renderthread/ |
D | EglManager.cpp | 169 EGL_BLUE_SIZE, 8, in loadConfig()
|