HomeSort by relevance Sort by last modified time
    Searched refs:EGL_ALPHA_SIZE (Results 26 - 50 of 153) sorted by null

12 3 4 5 6 7

  /frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java 37 int EGL_ALPHA_SIZE = 0x3021;
  /frameworks/base/services/core/jni/
com_android_server_AssetAtlasService.cpp 93 EGL_ALPHA_SIZE, 0,
  /packages/apps/Camera2/src/com/android/camera/
SurfaceTextureRenderer.java 184 EGL10.EGL_ALPHA_SIZE, 0,
  /external/deqp/framework/egl/
egluStrUtil.inl 83 case EGL_ALPHA_SIZE: return "EGL_ALPHA_SIZE";
egluGLUtil.cpp 203 { &glu::RenderConfig::alphaBits, EGL_ALPHA_SIZE },
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
MosaicRendererSurfaceView.java 195 EGL10.EGL_ALPHA_SIZE, 0);
226 EGL10.EGL_ALPHA_SIZE,
261 "EGL_ALPHA_SIZE",
  /frameworks/rs/driver/
rsdGL.cpp 91 X(EGL_ALPHA_SIZE),
205 configAttribsPtr[0] = EGL_ALPHA_SIZE;
287 configs[i], EGL_ALPHA_SIZE, &alphaSize);
  /device/generic/goldfish/opengl/system/egl/
eglDisplay.cpp 470 getAttribValue(config, m_attribs.valueFor(EGL_ALPHA_SIZE), &alphaSize)) )
494 getAttribValue(config, m_attribs.valueFor(EGL_ALPHA_SIZE), &alphaSize)) )
  /frameworks/native/opengl/tests/gl2_copyTexImage/
gl2_copyTexImage.cpp 287 X(EGL_ALPHA_SIZE),
376 EGL_ALPHA_SIZE, 8,
  /cts/suite/cts/deviceTests/opengl/jni/graphics/
Renderer.cpp 82 EGL_ALPHA_SIZE, 8,
  /cts/tests/tests/graphics/src/android/opengl/cts/
EglConfigGLSurfaceView.java 247 EGL10.EGL_ALPHA_SIZE,
282 "EGL_ALPHA_SIZE",
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-win32.c 94 EGL_ALPHA_SIZE, EGL_DONT_CARE,
  /external/deqp/modules/egl/
teglConfigList.cpp 96 egl.getConfigAttrib(display, configs[i], EGL_ALPHA_SIZE, &val);
teglQueryConfigTests.cpp 446 const EGLint alphaSize = getValue(config, EGL_ALPHA_SIZE);
563 { EGL_ALPHA_SIZE, "alpha_size" },
  /external/mesa3d/src/egl/main/
eglconfig.h 96 ATTRIB_MAP(EGL_ALPHA_SIZE, AlphaSize);
  /frameworks/base/libs/hwui/renderthread/
EglManager.cpp 120 EGL_ALPHA_SIZE, 8,
  /frameworks/base/opengl/java/android/opengl/
EGL14.java 55 public static final int EGL_ALPHA_SIZE = 0x3021;
  /frameworks/native/opengl/tests/angeles/include/GLES/
egl.h 119 #define EGL_ALPHA_SIZE 0x3021
  /hardware/libhardware/tests/hwc/
util.c 150 eglGetConfigAttrib(dpy, cfg[i], EGL_ALPHA_SIZE, &a);
  /frameworks/native/opengl/libagl/
egl.cpp     [all...]
  /development/ndk/platforms/android-9/include/EGL/
egl.h 97 #define EGL_ALPHA_SIZE 0x3021
  /external/mesa3d/include/EGL/
egl.h 97 #define EGL_ALPHA_SIZE 0x3021
  /frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
BlockingGLTextureView.java 133 EGL10.EGL_ALPHA_SIZE, 8,
  /frameworks/native/libs/gui/tests/
GLTest.cpp 146 EGL_ALPHA_SIZE, 8,
  /frameworks/native/opengl/include/EGL/
egl.h 97 #define EGL_ALPHA_SIZE 0x3021

Completed in 745 milliseconds

12 3 4 5 6 7