Searched refs:EGL_RED_SIZE (Results 1 - 25 of 42) sorted by relevance

12

/frameworks/native/opengl/tests/EGLTest/
H A DEGL_test.cpp74 success = eglGetConfigAttrib(mEglDisplay, config, EGL_RED_SIZE, &components[0]);
95 EGL_RED_SIZE, 8,
134 EGL_RED_SIZE, 8,
148 success = eglGetConfigAttrib(mEglDisplay, config, EGL_RED_SIZE, &components[0]);
/frameworks/av/cmds/screenrecord/
H A DEglWindow.cpp122 EGL_RED_SIZE, 8,
131 EGL_RED_SIZE, 8,
/frameworks/native/opengl/tests/configdump/
H A Dconfigdump.cpp34 ATTRIBUTE( EGL_RED_SIZE ),
/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
H A DGL2JNIView.java105 EGL10.EGL_RED_SIZE, 4,
148 EGL10.EGL_RED_SIZE, 0);
194 EGL10.EGL_RED_SIZE,
229 "EGL_RED_SIZE",
/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
H A DGLPerfView.java105 EGL10.EGL_RED_SIZE, 4,
148 EGL10.EGL_RED_SIZE, 0);
194 EGL10.EGL_RED_SIZE,
229 "EGL_RED_SIZE",
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
H A DGLDualGL2View.java108 EGL10.EGL_RED_SIZE, 4,
151 EGL10.EGL_RED_SIZE, 0);
197 EGL10.EGL_RED_SIZE,
232 "EGL_RED_SIZE",
/frameworks/base/media/mca/filterfw/jni/
H A Djni_gl_environment.cpp157 EGL_RED_SIZE, 8,
226 EGL_RED_SIZE, 8,
325 EGL_RED_SIZE, 8,
/frameworks/native/libs/gui/tests/
H A DMultiTextureConsumer_test.cpp55 EGL_RED_SIZE, 8,
H A DGLTest.cpp143 EGL_RED_SIZE, 8,
/frameworks/native/opengl/tests/lib/
H A DglTestLib.cpp78 X(EGL_RED_SIZE),
/frameworks/native/opengl/tests/swapinterval/
H A Dswapinterval.cpp65 eglGetConfigAttrib(dpy, config, EGL_RED_SIZE, &r);
/frameworks/native/opengl/tools/glgen/stubs/egl/
H A DEGL14Header.java-if58 public static final int EGL_RED_SIZE = 0x3024;
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java40 int EGL_RED_SIZE = 0x3024; field in interface:EGL10
/frameworks/native/opengl/tests/gl2_copyTexImage/
H A Dgl2_copyTexImage.cpp290 X(EGL_RED_SIZE),
373 EGL_RED_SIZE, 8,
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DRenderEngine.cpp381 attribs[EGL_RED_SIZE] = 8;
426 eglGetConfigAttrib(display, config, EGL_RED_SIZE, &r);
/frameworks/base/libs/hwui/renderthread/
H A DEglManager.cpp123 EGL_RED_SIZE, 8,
/frameworks/base/opengl/java/android/opengl/
H A DEGL14.java58 public static final int EGL_RED_SIZE = 0x3024; field in class:EGL14
/frameworks/base/services/core/jni/
H A Dcom_android_server_AssetAtlasService.cpp114 EGL_RED_SIZE, 8,
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Degl.h122 #define EGL_RED_SIZE 0x3024 macro
/frameworks/native/opengl/tests/filter/
H A Dfilter.cpp26 EGL_RED_SIZE, 5,
/frameworks/native/opengl/libagl/
H A Degl.cpp919 { 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/rs/driver/
H A DrsdGL.cpp94 X(EGL_RED_SIZE),
192 configAttribsPtr[0] = EGL_RED_SIZE;
/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_env.cpp151 EGL_RED_SIZE, 8,
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DBlockingGLTextureView.java130 EGL10.EGL_RED_SIZE, 8,
/frameworks/native/opengl/include/EGL/
H A Degl.h100 #define EGL_RED_SIZE 0x3024 macro

Completed in 411 milliseconds

12