Searched refs:EGL_ALPHA_SIZE (Results 1 - 25 of 37) sorted by relevance

12

/frameworks/native/opengl/tests/EGLTest/
H A DEGL_test.cpp98 EGL_ALPHA_SIZE, 8,
137 EGL_ALPHA_SIZE, 8,
157 success = eglGetConfigAttrib(mEglDisplay, config, EGL_ALPHA_SIZE, &components[3]);
/frameworks/native/opengl/tests/configdump/
H A Dconfigdump.cpp31 ATTRIBUTE( EGL_ALPHA_SIZE ),
/frameworks/native/libs/gui/tests/
H A DMultiTextureConsumer_test.cpp58 EGL_ALPHA_SIZE, 8,
H A DGLTest.cpp146 EGL_ALPHA_SIZE, 8,
/frameworks/native/opengl/tests/lib/
H A DglTestLib.cpp75 X(EGL_ALPHA_SIZE),
/frameworks/native/opengl/tests/swapinterval/
H A Dswapinterval.cpp68 eglGetConfigAttrib(dpy, config, EGL_ALPHA_SIZE, &a);
/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
H A DGL2JNIView.java154 EGL10.EGL_ALPHA_SIZE, 0);
191 EGL10.EGL_ALPHA_SIZE,
226 "EGL_ALPHA_SIZE",
/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
H A DGLPerfView.java154 EGL10.EGL_ALPHA_SIZE, 0);
191 EGL10.EGL_ALPHA_SIZE,
226 "EGL_ALPHA_SIZE",
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
H A DGLDualGL2View.java157 EGL10.EGL_ALPHA_SIZE, 0);
194 EGL10.EGL_ALPHA_SIZE,
229 "EGL_ALPHA_SIZE",
/frameworks/native/opengl/tools/glgen/stubs/egl/
H A DEGL14Header.java-if55 public static final int EGL_ALPHA_SIZE = 0x3021;
/frameworks/av/cmds/screenrecord/
H A DEglWindow.cpp134 EGL_ALPHA_SIZE, 8,
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java37 int EGL_ALPHA_SIZE = 0x3021; field in interface:EGL10
/frameworks/rs/driver/
H A DrsdGL.cpp91 X(EGL_ALPHA_SIZE),
205 configAttribsPtr[0] = EGL_ALPHA_SIZE;
287 configs[i], EGL_ALPHA_SIZE, &alphaSize);
/frameworks/native/opengl/tests/gl2_copyTexImage/
H A Dgl2_copyTexImage.cpp287 X(EGL_ALPHA_SIZE),
376 EGL_ALPHA_SIZE, 8,
/frameworks/base/libs/hwui/renderthread/
H A DEglManager.cpp126 EGL_ALPHA_SIZE, 8,
/frameworks/base/opengl/java/android/opengl/
H A DEGL14.java55 public static final int EGL_ALPHA_SIZE = 0x3021; field in class:EGL14
/frameworks/base/services/core/jni/
H A Dcom_android_server_AssetAtlasService.cpp117 EGL_ALPHA_SIZE, 0,
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Degl.h119 #define EGL_ALPHA_SIZE 0x3021 macro
/frameworks/native/opengl/libagl/
H A Degl.cpp916 { EGL_ALPHA_SIZE, 0 },
928 { EGL_ALPHA_SIZE, 0 },
941 { EGL_ALPHA_SIZE, 0 },
953 { EGL_ALPHA_SIZE, 0 },
966 { EGL_ALPHA_SIZE, 8 },
978 { EGL_ALPHA_SIZE, 8 },
991 { EGL_ALPHA_SIZE, 8 },
1003 { EGL_ALPHA_SIZE, 8 },
1026 { EGL_ALPHA_SIZE, config_management_t::atLeast },
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DBlockingGLTextureView.java133 EGL10.EGL_ALPHA_SIZE, 8,
/frameworks/native/opengl/include/EGL/
H A Degl.h97 #define EGL_ALPHA_SIZE 0x3021 macro
/frameworks/native/opengl/tests/gl2_basic/
H A Dgl2_basic.cpp183 X(EGL_ALPHA_SIZE),
/frameworks/native/opengl/tests/gl_basic/
H A Dgl_basic.cpp102 X(EGL_ALPHA_SIZE),
/frameworks/native/opengl/tests/gl_yuvtex/
H A Dgl_yuvtex.cpp178 X(EGL_ALPHA_SIZE),
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DRenderTarget.java341 EGL10.EGL_ALPHA_SIZE, sAlphaSize,

Completed in 141 milliseconds

12