Searched refs:EGL_BLUE_SIZE (Results 1 - 25 of 44) sorted by relevance

12

/frameworks/native/opengl/tests/EGLTest/
H A DEGL_test.cpp119 success = eglGetConfigAttrib(mEglDisplay, config, EGL_BLUE_SIZE, &components[2]);
136 EGL_BLUE_SIZE, 8,
175 EGL_BLUE_SIZE, 8,
193 success = eglGetConfigAttrib(mEglDisplay, config, EGL_BLUE_SIZE, &components[2]);
229 EGL_BLUE_SIZE, 8,
249 success = eglGetConfigAttrib(mEglDisplay, config, EGL_BLUE_SIZE, &components[2]);
315 EGL_BLUE_SIZE, 10,
335 success = eglGetConfigAttrib(mEglDisplay, config, EGL_BLUE_SIZE, &components[2]);
390 EGL_BLUE_SIZE, 8,
410 success = eglGetConfigAttrib(mEglDisplay, config, EGL_BLUE_SIZE,
[all...]
/frameworks/av/cmds/screenrecord/
H A DEglWindow.cpp123 EGL_BLUE_SIZE, 8,
132 EGL_BLUE_SIZE, 8,
/frameworks/native/opengl/tests/configdump/
H A Dconfigdump.cpp34 ATTRIBUTE( EGL_BLUE_SIZE ),
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DSurface.cpp94 return queryConfig(EGL_BLUE_SIZE);
H A DRenderEngine.cpp534 attribs[EGL_BLUE_SIZE] = 8;
580 eglGetConfigAttrib(display, config, EGL_BLUE_SIZE, &b);
/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
H A DGL2JNIView.java107 EGL10.EGL_BLUE_SIZE, 4,
152 EGL10.EGL_BLUE_SIZE, 0);
192 EGL10.EGL_BLUE_SIZE,
227 "EGL_BLUE_SIZE",
/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
H A DGLPerfView.java107 EGL10.EGL_BLUE_SIZE, 4,
152 EGL10.EGL_BLUE_SIZE, 0);
192 EGL10.EGL_BLUE_SIZE,
227 "EGL_BLUE_SIZE",
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
H A DGLDualGL2View.java110 EGL10.EGL_BLUE_SIZE, 4,
155 EGL10.EGL_BLUE_SIZE, 0);
195 EGL10.EGL_BLUE_SIZE,
230 "EGL_BLUE_SIZE",
/frameworks/base/media/mca/filterfw/jni/
H A Djni_gl_environment.cpp160 EGL_BLUE_SIZE, 8,
229 EGL_BLUE_SIZE, 8,
328 EGL_BLUE_SIZE, 8,
/frameworks/native/libs/gui/tests/
H A DMultiTextureConsumer_test.cpp57 EGL_BLUE_SIZE, 8,
/frameworks/native/opengl/tests/lib/
H A DglTestLib.cpp75 X(EGL_BLUE_SIZE),
/frameworks/native/opengl/tests/swapinterval/
H A Dswapinterval.cpp67 eglGetConfigAttrib(dpy, config, EGL_BLUE_SIZE, &b);
/frameworks/native/opengl/tools/glgen/stubs/egl/
H A DEGL14Header.java-if56 public static final int EGL_BLUE_SIZE = 0x3022;
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java38 int EGL_BLUE_SIZE = 0x3022; field in interface:EGL10
/frameworks/support/heifwriter/src/main/java/androidx/heifwriter/
H A DEglWindowSurface.java82 EGL14.EGL_BLUE_SIZE, 8,
/frameworks/base/libs/hwui/renderthread/
H A DEglManager.cpp189 EGL_BLUE_SIZE,
228 EGL_BLUE_SIZE,
/frameworks/native/opengl/tests/gl2_copyTexImage/
H A Dgl2_copyTexImage.cpp288 X(EGL_BLUE_SIZE),
375 EGL_BLUE_SIZE, 8,
/frameworks/base/opengl/java/android/opengl/
H A DEGL14.java56 public static final int EGL_BLUE_SIZE = 0x3022; field in class:EGL14
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DSingleFrameTextureViewTestActivity.java189 EGL10.EGL_BLUE_SIZE, 8,
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Degl.h120 #define EGL_BLUE_SIZE 0x3022 macro
/frameworks/native/opengl/tests/filter/
H A Dfilter.cpp28 EGL_BLUE_SIZE, 5,
/frameworks/native/opengl/libagl/
H A 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_
[all...]
/frameworks/rs/driver/
H A DrsdGL.cpp88 X(EGL_BLUE_SIZE),
196 configAttribsPtr[0] = EGL_BLUE_SIZE;
/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_env.cpp156 EGL_BLUE_SIZE, 8,
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DBlockingGLTextureView.java132 EGL10.EGL_BLUE_SIZE, 8,

Completed in 197 milliseconds

12