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

1 2 3 4 5 6 7

  /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]);
  /external/deqp/framework/egl/
egluConfigInfo.cpp 43 case EGL_ALPHA_SIZE: return alphaSize;
80 egl.getConfigAttrib(display, config, EGL_ALPHA_SIZE, &dst->alphaSize);
egluConfigFilter.cpp 65 int CandidateConfig::alphaSize (void) const { return get(EGL_ALPHA_SIZE); }
egluStrUtil.cpp 62 case EGL_ALPHA_SIZE:
  /frameworks/native/opengl/tests/configdump/
configdump.cpp 31 ATTRIBUTE( EGL_ALPHA_SIZE ),
  /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 255 { EGL_ALPHA_SIZE, 0 },
422 { EGL_ALPHA_SIZE, ChooseConfigRandomCase::getInt<0, 8>, },
510 { EGL_ALPHA_SIZE, "alpha_size" },
561 EGL_ALPHA_SIZE
570 EGL_ALPHA_SIZE,
607 EGL_ALPHA_SIZE,
teglChooseConfigReference.cpp 242 rules[EGL_ALPHA_SIZE] = AttribRule(EGL_ALPHA_SIZE, 0, CRITERIA_AT_LEAST, SORTORDER_SPECIAL); // 3
377 EGL_ALPHA_SIZE
401 EGL_ALPHA_SIZE
  /external/jmonkeyengine/engine/src/android/com/jme3/system/android/
AndroidConfigChooser.java 115 egl.eglGetConfigAttrib(display, conf, EGL10.EGL_ALPHA_SIZE, value);
166 egl.eglGetConfigAttrib(display, conf, EGL10.EGL_ALPHA_SIZE, value);
167 logger.info(String.format("EGL_ALPHA_SIZE = %d", value[0]));
278 EGL10.EGL_ALPHA_SIZE, alphaSize,
306 EGL10.EGL_ALPHA_SIZE, 0);
  /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/skia/src/gpu/gl/angle/
SkANGLEGLContext.cpp 65 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;
  /cts/tests/tests/textureview/src/android/textureview/cts/
GLProducerThread.java 95 EGL10.EGL_ALPHA_SIZE, 8,
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-linux.c 108 EGL_ALPHA_SIZE, EGL_DONT_CARE,
  /external/skia/src/gpu/gl/egl/
SkCreatePlatformGLContext_egl.cpp 97 EGL_ALPHA_SIZE, 8,
  /frameworks/av/cmds/screenrecord/
EglWindow.cpp 134 EGL_ALPHA_SIZE, 8,

Completed in 1078 milliseconds

1 2 3 4 5 6 7