Home
last modified time | relevance | path

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

12

/frameworks/native/opengl/tests/EGLTest/
DEGL_test.cpp119 success = eglGetConfigAttrib(mEglDisplay, config, EGL_BLUE_SIZE, &components[2]); in TEST_F()
136 EGL_BLUE_SIZE, 8, in TEST_F()
175 EGL_BLUE_SIZE, 8, in TEST_F()
193 success = eglGetConfigAttrib(mEglDisplay, config, EGL_BLUE_SIZE, &components[2]); in TEST_F()
229 EGL_BLUE_SIZE, 8, in TEST_F()
249 success = eglGetConfigAttrib(mEglDisplay, config, EGL_BLUE_SIZE, &components[2]); in TEST_F()
315 EGL_BLUE_SIZE, 10, in TEST_F()
335 success = eglGetConfigAttrib(mEglDisplay, config, EGL_BLUE_SIZE, &components[2]); in TEST_F()
390 EGL_BLUE_SIZE, 8, in get8BitConfig()
410 success = eglGetConfigAttrib(mEglDisplay, config, EGL_BLUE_SIZE, &components[2]); in get8BitConfig()
[all …]
/frameworks/av/cmds/screenrecord/
DEglWindow.cpp123 EGL_BLUE_SIZE, 8, in eglSetupContext()
132 EGL_BLUE_SIZE, 8, in eglSetupContext()
/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
DGLPerfView.java107 EGL10.EGL_BLUE_SIZE, 4,
152 EGL10.EGL_BLUE_SIZE, 0); in chooseConfig()
192 EGL10.EGL_BLUE_SIZE, in printConfig()
/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
DGL2JNIView.java107 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/
DGLDualGL2View.java110 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/
Djni_gl_environment.cpp160 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/services/surfaceflinger/RenderEngine/
DSurface.cpp94 return queryConfig(EGL_BLUE_SIZE); in queryBlueSize()
DRenderEngine.cpp534 attribs[EGL_BLUE_SIZE] = 8; in selectEGLConfig()
580 eglGetConfigAttrib(display, config, EGL_BLUE_SIZE, &b); in chooseEglConfig()
/frameworks/native/opengl/tests/configdump/
Dconfigdump.cpp34 ATTRIBUTE( EGL_BLUE_SIZE ),
/frameworks/native/opengl/tests/lib/
DglTestLib.cpp75 X(EGL_BLUE_SIZE), in glTestPrintEGLConfiguration()
/frameworks/native/opengl/tests/swapinterval/
Dswapinterval.cpp67 eglGetConfigAttrib(dpy, config, EGL_BLUE_SIZE, &b); in main()
/frameworks/native/opengl/libagl/
Degl.cpp956 { EGL_BLUE_SIZE, 5 },
968 { EGL_BLUE_SIZE, 5 },
981 { EGL_BLUE_SIZE, 8 },
993 { EGL_BLUE_SIZE, 8 },
1006 { EGL_BLUE_SIZE, 8 },
1018 { EGL_BLUE_SIZE, 8 },
1031 { EGL_BLUE_SIZE, 0 },
1043 { EGL_BLUE_SIZE, 0 },
1056 { EGL_BLUE_SIZE, 8 },
1080 { EGL_BLUE_SIZE, config_management_t::atLeast },
/frameworks/native/libs/gui/tests/
DMultiTextureConsumer_test.cpp57 EGL_BLUE_SIZE, 8, in getConfigAttribs()
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
DEGL10.java38 int EGL_BLUE_SIZE = 0x3022; field
/frameworks/native/opengl/tests/gl2_copyTexImage/
Dgl2_copyTexImage.cpp288 X(EGL_BLUE_SIZE), in printEGLConfiguration()
375 EGL_BLUE_SIZE, 8, in main()
/frameworks/base/libs/hwui/renderthread/
DEglManager.cpp189 EGL_BLUE_SIZE, in loadConfigs()
228 EGL_BLUE_SIZE, in loadConfigs()
/frameworks/native/opengl/tests/filter/
Dfilter.cpp28 EGL_BLUE_SIZE, 5, in main()
/frameworks/support/heifwriter/src/main/java/androidx/heifwriter/
DEglWindowSurface.java82 EGL14.EGL_BLUE_SIZE, 8, in eglSetup()
/frameworks/native/opengl/tests/angeles/include/GLES/
Degl.h120 #define EGL_BLUE_SIZE 0x3022 macro
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DSingleFrameTextureViewTestActivity.java189 EGL10.EGL_BLUE_SIZE, 8, in onSurfaceTextureAvailable()
/frameworks/base/opengl/java/android/opengl/
DEGL14.java56 public static final int EGL_BLUE_SIZE = 0x3022; field in EGL14
/frameworks/native/opengl/include/EGL/
Degl.h75 #define EGL_BLUE_SIZE 0x3022 macro
/frameworks/rs/driver/
DrsdGL.cpp88 X(EGL_BLUE_SIZE), in printEGLConfiguration()
196 configAttribsPtr[0] = EGL_BLUE_SIZE; in getConfigData()
/frameworks/native/opengl/tests/gl_yuvtex/
Dgl_yuvtex.cpp179 X(EGL_BLUE_SIZE), in printEGLConfiguration()
/frameworks/base/media/mca/filterfw/native/core/
Dgl_env.cpp156 EGL_BLUE_SIZE, 8, in InitWithNewContext()

12