Home
last modified time | relevance | path

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

12

/frameworks/native/opengl/tests/EGLTest/
DEGL_test.cpp75 success = eglGetConfigAttrib(mEglDisplay, config, EGL_RED_SIZE, &components[0]); in TEST_F()
96 EGL_RED_SIZE, 8, in TEST_F()
127 EGL_RED_SIZE, 8, in TEST_F()
141 success = eglGetConfigAttrib(mEglDisplay, config, EGL_RED_SIZE, &components[0]); in TEST_F()
/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/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/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.cpp157 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/
Dconfigdump.cpp34 ATTRIBUTE( EGL_RED_SIZE ),
/frameworks/native/opengl/tests/lib/
DglTestLib.cpp78 X(EGL_RED_SIZE), in glTestPrintEGLConfiguration()
/frameworks/native/opengl/tests/swapinterval/
Dswapinterval.cpp64 eglGetConfigAttrib(dpy, config, EGL_RED_SIZE, &r); in main()
/frameworks/native/opengl/libagl/
Degl.cpp909 { EGL_RED_SIZE, 5 },
921 { EGL_RED_SIZE, 5 },
934 { EGL_RED_SIZE, 8 },
946 { EGL_RED_SIZE, 8 },
959 { EGL_RED_SIZE, 8 },
971 { EGL_RED_SIZE, 8 },
984 { EGL_RED_SIZE, 0 },
996 { EGL_RED_SIZE, 0 },
1019 { EGL_RED_SIZE, config_management_t::atLeast },
/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/native/opengl/tests/filter/
Dfilter.cpp26 EGL_RED_SIZE, 5, in main()
/frameworks/native/opengl/tests/angeles/include/GLES/
Degl.h122 #define EGL_RED_SIZE 0x3024 macro
/frameworks/native/opengl/include/EGL/
Degl.h100 #define EGL_RED_SIZE 0x3024 macro
/frameworks/rs/driver/
DrsdGL.cpp96 X(EGL_RED_SIZE), in printEGLConfiguration()
194 configAttribsPtr[0] = EGL_RED_SIZE; in getConfigData()
/frameworks/native/opengl/tests/gl2_basic/
Dgl2_basic.cpp186 X(EGL_RED_SIZE), in printEGLConfiguration()
/frameworks/native/opengl/tests/gl_yuvtex/
Dgl_yuvtex.cpp181 X(EGL_RED_SIZE), in printEGLConfiguration()
/frameworks/base/media/mca/filterfw/native/core/
Dgl_env.cpp149 EGL_RED_SIZE, 8, in InitWithNewContext()
/frameworks/native/opengl/tests/gl_basic/
Dgl_basic.cpp105 X(EGL_RED_SIZE), in printEGLConfiguration()
/frameworks/native/services/surfaceflinger/DisplayHardware/
DDisplayHardware.cpp254 eglGetConfigAttrib(display, config, EGL_RED_SIZE, &r); in init()
/frameworks/native/opengl/tests/gl2_yuvtex/
Dgl2_yuvtex.cpp291 X(EGL_RED_SIZE), in printEGLConfiguration()
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DGLTextureViewActivity.java426 EGL10.EGL_RED_SIZE, 8, in getConfig()
/frameworks/av/media/libstagefright/tests/
DSurfaceMediaSource_test.cpp169 EGL_RED_SIZE, 8, in getConfigAttribs()
431 EGL_RED_SIZE, 8, in getConfigAttribs()
/frameworks/base/opengl/java/android/opengl/
DGLSurfaceView.java909 EGL10.EGL_RED_SIZE, redSize, in ComponentSizeChooser()
935 EGL10.EGL_RED_SIZE, 0); in chooseConfig()
/frameworks/base/core/java/android/view/
DHardwareRenderer.java869 sEgl.eglGetConfigAttrib(sEglDisplay, config, EGL_RED_SIZE, value); in printConfig()
1382 EGL_RED_SIZE, 8, in getConfig()

12