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

1 2 3 4 5 6 7 8 9

  /external/webrtc/talk/app/webrtc/java/android/org/webrtc/
EglBase.java 64 EGL10.EGL_ALPHA_SIZE, 8,
80 EGL10.EGL_ALPHA_SIZE, 8,
  /frameworks/native/opengl/tests/EGLTest/
EGL_test.cpp 127 EGL_ALPHA_SIZE, 8,
166 EGL_ALPHA_SIZE, 8,
186 success = eglGetConfigAttrib(mEglDisplay, config, EGL_ALPHA_SIZE, &components[3]);
220 EGL_ALPHA_SIZE, 8,
242 success = eglGetConfigAttrib(mEglDisplay, config, EGL_ALPHA_SIZE, &components[3]);
306 EGL_ALPHA_SIZE, 2,
328 success = eglGetConfigAttrib(mEglDisplay, config, EGL_ALPHA_SIZE, &components[3]);
388 EGL_ALPHA_SIZE, 16,
408 success = eglGetConfigAttrib(mEglDisplay, config, EGL_ALPHA_SIZE, &components[3]);
490 EGL_ALPHA_SIZE, 2
    [all...]
  /cts/tests/tests/opengl/src/android/opengl/cts/
Egl10Utils.java 79 int alphaSize = findValue(configSpec, EGL10.EGL_ALPHA_SIZE);
90 int a = findConfigAttrib(egl, display, config, EGL10.EGL_ALPHA_SIZE);
EglSurfacesTest.java 58 EGL10.EGL_ALPHA_SIZE, 0,
Egl14Utils.java 144 EGL14.EGL_ALPHA_SIZE, ALPHA_SIZE,
  /frameworks/native/opengl/tests/configdump/
configdump.cpp 33 ATTRIBUTE( EGL_ALPHA_SIZE ),
  /external/deqp/modules/egl/
teglChooseConfigTests.cpp 257 { EGL_ALPHA_SIZE, 0 },
424 { EGL_ALPHA_SIZE, ChooseConfigRandomCase::getInt<0, 8>, },
548 { EGL_ALPHA_SIZE, "alpha_size" },
599 EGL_ALPHA_SIZE
608 EGL_ALPHA_SIZE,
645 EGL_ALPHA_SIZE,
teglWideColorTests.cpp 347 EGL_ALPHA_SIZE, 2,
376 EGLU_CHECK_CALL(egl, getConfigAttrib(m_eglDisplay, config, EGL_ALPHA_SIZE, &components[3]));
398 EGL_ALPHA_SIZE, 16,
437 success = egl.getConfigAttrib(m_eglDisplay, config, EGL_ALPHA_SIZE, &components[3]);
703 info.alphaSize = eglu::getConfigAttribInt(egl, m_eglDisplay, config, EGL_ALPHA_SIZE);
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/cts/
Egl14Utils.java 122 EGL14.EGL_ALPHA_SIZE, ALPHA_SIZE,
  /external/deqp/framework/egl/
egluConfigFilter.cpp 78 int CandidateConfig::alphaSize (void) const { return get(EGL_ALPHA_SIZE); }
egluConfigInfo.cpp 45 case EGL_ALPHA_SIZE: return alphaSize;
94 egl.getConfigAttrib(display, config, EGL_ALPHA_SIZE, &dst->alphaSize);
egluStrUtil.cpp 62 case EGL_ALPHA_SIZE:
  /external/skia/tools/viewer/sk_app/android/
GLWindowContext_android.cpp 79 EGL_ALPHA_SIZE, 8,
  /frameworks/native/libs/gui/tests/
MultiTextureConsumer_test.cpp 58 EGL_ALPHA_SIZE, 8,
  /frameworks/native/opengl/tests/lib/
glTestLib.cpp 74 X(EGL_ALPHA_SIZE),
  /frameworks/native/opengl/tests/swapinterval/
swapinterval.cpp 68 eglGetConfigAttrib(dpy, config, EGL_ALPHA_SIZE, &a);
  /cts/hostsidetests/sustainedperf/shadertoy_android/src/
GLtestView.java 204 EGL10.EGL_ALPHA_SIZE, 0);
235 EGL10.EGL_ALPHA_SIZE,
270 "EGL_ALPHA_SIZE",
  /cts/tests/tests/graphics/src/android/graphics/cts/
RenderTarget.java 18 import static android.opengl.EGL14.EGL_ALPHA_SIZE;
154 EGL_ALPHA_SIZE, 8,
  /external/skia/tools/gpu/gl/command_buffer/
GLTestContext_command_buffer.cpp 40 #define EGL_ALPHA_SIZE 0x3021
150 EGL_ALPHA_SIZE, 8,
  /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;
  /external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
PVRShellAPI.cpp 455 eglGetConfigAttrib(m_EGLDisplay, m_EGLConfig, EGL_ALPHA_SIZE , &i32Values[4]);
539 conflist[i++] = EGL_ALPHA_SIZE;
550 conflist[i++] = EGL_ALPHA_SIZE;
632 conflist[i++] = EGL_ALPHA_SIZE;
662 && (eglGetConfigAttrib(m_EGLDisplay, pConfigs[j], EGL_ALPHA_SIZE, &value) && value == a))
  /cts/tests/tests/view/src/android/view/cts/
GLProducerThread.java 90 EGL10.EGL_ALPHA_SIZE, 8,

Completed in 987 milliseconds

1 2 3 4 5 6 7 8 9