Home
last modified time | relevance | path

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

12

/frameworks/native/opengl/tests/EGLTest/
DEGL_test.cpp81 success = eglGetConfigAttrib(mEglDisplay, config, EGL_BLUE_SIZE, &components[2]); in TEST_F()
98 EGL_BLUE_SIZE, 8, in TEST_F()
129 EGL_BLUE_SIZE, 8, in TEST_F()
147 success = eglGetConfigAttrib(mEglDisplay, config, EGL_BLUE_SIZE, &components[2]); in TEST_F()
/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/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/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.cpp159 EGL_BLUE_SIZE, 8, in Java_android_filterfw_core_GLEnvironment_nativeAddSurface()
228 EGL_BLUE_SIZE, 8, in Java_android_filterfw_core_GLEnvironment_nativeAddSurfaceWidthHeight()
327 EGL_BLUE_SIZE, 8, in Java_android_filterfw_core_GLEnvironment_nativeAddSurfaceFromMediaRecorder()
/frameworks/native/opengl/tests/configdump/
Dconfigdump.cpp32 ATTRIBUTE( EGL_BLUE_SIZE ),
/frameworks/native/opengl/tests/lib/
DglTestLib.cpp76 X(EGL_BLUE_SIZE), in glTestPrintEGLConfiguration()
/frameworks/native/opengl/tests/swapinterval/
Dswapinterval.cpp66 eglGetConfigAttrib(dpy, config, EGL_BLUE_SIZE, &b); in main()
/frameworks/native/opengl/libagl/
Degl.cpp907 { EGL_BLUE_SIZE, 5 },
919 { EGL_BLUE_SIZE, 5 },
932 { EGL_BLUE_SIZE, 8 },
944 { EGL_BLUE_SIZE, 8 },
957 { EGL_BLUE_SIZE, 8 },
969 { EGL_BLUE_SIZE, 8 },
982 { EGL_BLUE_SIZE, 0 },
994 { EGL_BLUE_SIZE, 0 },
1017 { EGL_BLUE_SIZE, config_management_t::atLeast },
/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/native/opengl/tests/filter/
Dfilter.cpp28 EGL_BLUE_SIZE, 5, in main()
/frameworks/native/opengl/tests/angeles/include/GLES/
Degl.h120 #define EGL_BLUE_SIZE 0x3022 macro
/frameworks/native/opengl/include/EGL/
Degl.h98 #define EGL_BLUE_SIZE 0x3022 macro
/frameworks/rs/driver/
DrsdGL.cpp94 X(EGL_BLUE_SIZE), in printEGLConfiguration()
202 configAttribsPtr[0] = EGL_BLUE_SIZE; in getConfigData()
/frameworks/native/opengl/tests/gl2_basic/
Dgl2_basic.cpp184 X(EGL_BLUE_SIZE), in printEGLConfiguration()
/frameworks/native/opengl/tests/gl_yuvtex/
Dgl_yuvtex.cpp179 X(EGL_BLUE_SIZE), in printEGLConfiguration()
/frameworks/base/media/mca/filterfw/native/core/
Dgl_env.cpp151 EGL_BLUE_SIZE, 8, in InitWithNewContext()
/frameworks/native/opengl/tests/gl_basic/
Dgl_basic.cpp103 X(EGL_BLUE_SIZE), in printEGLConfiguration()
/frameworks/native/services/surfaceflinger/DisplayHardware/
DDisplayHardware.cpp256 eglGetConfigAttrib(display, config, EGL_BLUE_SIZE, &b); in init()
/frameworks/native/opengl/tests/gl2_yuvtex/
Dgl2_yuvtex.cpp289 X(EGL_BLUE_SIZE), in printEGLConfiguration()
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DGLTextureViewActivity.java428 EGL10.EGL_BLUE_SIZE, 8, in getConfig()
/frameworks/av/media/libstagefright/tests/
DSurfaceMediaSource_test.cpp171 EGL_BLUE_SIZE, 8, in getConfigAttribs()
433 EGL_BLUE_SIZE, 8, in getConfigAttribs()
/frameworks/base/opengl/java/android/opengl/
DGLSurfaceView.java911 EGL10.EGL_BLUE_SIZE, blueSize, in ComponentSizeChooser()
939 EGL10.EGL_BLUE_SIZE, 0); in chooseConfig()
/frameworks/base/core/java/android/view/
DHardwareRenderer.java875 sEgl.eglGetConfigAttrib(sEglDisplay, config, EGL_BLUE_SIZE, value); in printConfig()
1384 EGL_BLUE_SIZE, 8, in getConfig()

12