HomeSort by relevance Sort by last modified time
    Searched refs:EGL_ALPHA_SIZE (Results 1 - 25 of 176) sorted by null

1 2 3 4 5 6 7 8

  /frameworks/native/opengl/tests/EGLTest/
EGL_test.cpp 98 EGL_ALPHA_SIZE, 8,
137 EGL_ALPHA_SIZE, 8,
157 success = eglGetConfigAttrib(mEglDisplay, config, EGL_ALPHA_SIZE, &components[3]);
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglValidate.cpp 25 case EGL_ALPHA_SIZE:
  /external/chromium_org/third_party/angle/util/
EGLWindow.cpp 109 EGL_ALPHA_SIZE, (mAlphaBits >= 0) ? mAlphaBits : EGL_DONT_CARE,
126 eglGetConfigAttrib(mDisplay, mConfig, EGL_ALPHA_SIZE, &mBlueBits);
  /external/deqp/framework/egl/
egluConfigInfo.cpp 39 case EGL_ALPHA_SIZE: return alphaSize;
76 eglGetConfigAttrib(display, config, EGL_ALPHA_SIZE, &dst->alphaSize);
egluConfigFilter.hpp 92 typedef FilterTemplate<EGL_ALPHA_SIZE> ConfigAlphaSize;
  /external/chromium_org/gpu/gles2_conform_support/egl/
config.cc 65 case EGL_ALPHA_SIZE:
  /external/chromium_org/third_party/skia/src/gpu/gl/angle/
SkANGLEGLContext.cpp 73 EGL_ALPHA_SIZE, 8,
  /external/skia/src/gpu/gl/angle/
SkANGLEGLContext.cpp 70 EGL_ALPHA_SIZE, 8,
  /frameworks/native/opengl/tests/configdump/
configdump.cpp 31 ATTRIBUTE( EGL_ALPHA_SIZE ),
  /external/chromium_org/third_party/skia/platform_tools/android/app/src/com/skia/
SkiaSampleView.java 220 EGL10.EGL_ALPHA_SIZE, 8,
250 EGL10.EGL_ALPHA_SIZE, 8,
287 findConfigAttrib(egl, display, config, EGL10.EGL_ALPHA_SIZE, 0) == 8 &&
  /external/skia/platform_tools/android/app/src/com/skia/
SkiaSampleView.java 220 EGL10.EGL_ALPHA_SIZE, 8,
250 EGL10.EGL_ALPHA_SIZE, 8,
287 findConfigAttrib(egl, display, config, EGL10.EGL_ALPHA_SIZE, 0) == 8 &&
  /external/deqp/modules/egl/
teglChooseConfigTests.cpp 213 { EGL_ALPHA_SIZE, 0 },
381 { EGL_ALPHA_SIZE, ChooseConfigRandomCase::getInt<0, 8>, },
469 { EGL_ALPHA_SIZE, "alpha_size" },
520 EGL_ALPHA_SIZE
529 EGL_ALPHA_SIZE,
566 EGL_ALPHA_SIZE,
  /cts/tests/tests/graphics/src/android/opengl/cts/
EglContextTest.java 136 EGL14.EGL_ALPHA_SIZE, ALPHA_SIZE,
  /cts/tests/tests/nativeopengl/standalone/jni/tests/
EGLCreateContext_test.cpp 101 EGL_ALPHA_SIZE, 8,
GLTest_test.cpp 131 EGL_ALPHA_SIZE, 8,
  /external/chromium_org/third_party/skia/src/gpu/gl/android/
SkNativeGLContext_android.cpp 120 EGL_ALPHA_SIZE, 8,
  /external/skia/src/gpu/gl/android/
SkNativeGLContext_android.cpp 111 EGL_ALPHA_SIZE, 8,
  /frameworks/native/libs/gui/tests/
MultiTextureConsumer_test.cpp 58 EGL_ALPHA_SIZE, 8,
  /frameworks/native/opengl/tests/lib/
glTestLib.cpp 75 X(EGL_ALPHA_SIZE),
  /frameworks/native/opengl/tests/swapinterval/
swapinterval.cpp 68 eglGetConfigAttrib(dpy, config, EGL_ALPHA_SIZE, &a);
  /development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/
GL2JNIView.java 204 EGL10.EGL_ALPHA_SIZE, 0);
235 EGL10.EGL_ALPHA_SIZE,
270 "EGL_ALPHA_SIZE",
  /frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
GL2JNIView.java 154 EGL10.EGL_ALPHA_SIZE, 0);
191 EGL10.EGL_ALPHA_SIZE,
226 "EGL_ALPHA_SIZE",
  /frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
GLPerfView.java 154 EGL10.EGL_ALPHA_SIZE, 0);
191 EGL10.EGL_ALPHA_SIZE,
226 "EGL_ALPHA_SIZE",
  /frameworks/native/opengl/tests/gldual/src/com/android/gldual/
GLDualGL2View.java 157 EGL10.EGL_ALPHA_SIZE, 0);
194 EGL10.EGL_ALPHA_SIZE,
229 "EGL_ALPHA_SIZE",
  /frameworks/native/opengl/tools/glgen/stubs/egl/
EGL14Header.java-if 55 public static final int EGL_ALPHA_SIZE = 0x3021;

Completed in 378 milliseconds

1 2 3 4 5 6 7 8