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

1 2 3 4 5 6 7

  /frameworks/native/opengl/tests/configdump/
configdump.cpp 52 ATTRIBUTE( EGL_TRANSPARENT_BLUE_VALUE ),
  /frameworks/native/opengl/tests/lib/
glTestLib.cpp 95 X(EGL_TRANSPARENT_BLUE_VALUE),
  /external/deqp/framework/egl/
egluConfigInfo.cpp 70 case EGL_TRANSPARENT_BLUE_VALUE: return transparentBlueValue;
119 egl.getConfigAttrib(display, config, EGL_TRANSPARENT_BLUE_VALUE, &dst->transparentBlueValue);
egluStrUtil.cpp 78 case EGL_TRANSPARENT_BLUE_VALUE:
egluStrUtil.inl 106 case EGL_TRANSPARENT_BLUE_VALUE: return "EGL_TRANSPARENT_BLUE_VALUE";
  /frameworks/native/opengl/tools/glgen/stubs/egl/
EGL14Header.java-if 74 public static final int EGL_TRANSPARENT_BLUE_VALUE = 0x3035;
  /frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java 56 int EGL_TRANSPARENT_BLUE_VALUE = 0x3035;
  /external/deqp/modules/egl/
teglChooseConfigReference.cpp 317 rules[EGL_TRANSPARENT_BLUE_VALUE] = AttribRule(EGL_TRANSPARENT_BLUE_VALUE, EGL_DONT_CARE, CRITERIA_EXACT, SORTORDER_NONE);
401 else if (rule.name == EGL_TRANSPARENT_RED_VALUE || rule.name == EGL_TRANSPARENT_GREEN_VALUE || rule.name == EGL_TRANSPARENT_BLUE_VALUE)
teglConfigList.cpp 174 egl.getConfigAttrib(display, configs[i], EGL_TRANSPARENT_BLUE_VALUE, &val);
teglChooseConfigTests.cpp 276 { EGL_TRANSPARENT_BLUE_VALUE, 0 },
447 // { EGL_TRANSPARENT_BLUE_VALUE, ChooseConfigRandomCase::getInt<0, 255>, }
570 { EGL_TRANSPARENT_BLUE_VALUE, "transparent_blue_value" }
668 // EGL_TRANSPARENT_BLUE_VALUE
teglQueryConfigTests.cpp 512 const EGLint blueValue = getValue(config, EGL_TRANSPARENT_BLUE_VALUE);
585 { EGL_TRANSPARENT_BLUE_VALUE, "transparent_blue_value" }
  /cts/hostsidetests/sustainedperf/shadertoy_android/src/
GLtestView.java 257 EGL10.EGL_TRANSPARENT_BLUE_VALUE,
292 "EGL_TRANSPARENT_BLUE_VALUE",
  /cts/tests/tests/opengl/src/android/opengl/cts/
EglConfigGLSurfaceView.java 269 EGL10.EGL_TRANSPARENT_BLUE_VALUE,
304 "EGL_TRANSPARENT_BLUE_VALUE",
  /external/mesa3d/src/egl/main/
eglconfig.h 123 ATTRIB_MAP(EGL_TRANSPARENT_BLUE_VALUE, TransparentBlueValue);
  /frameworks/base/opengl/java/android/opengl/
EGL14.java 74 public static final int EGL_TRANSPARENT_BLUE_VALUE = 0x3035;
  /frameworks/native/opengl/tests/angeles/include/GLES/
egl.h 139 #define EGL_TRANSPARENT_BLUE_VALUE 0x3035
  /frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
GL2JNIView.java 213 EGL10.EGL_TRANSPARENT_BLUE_VALUE,
248 "EGL_TRANSPARENT_BLUE_VALUE",
  /frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
GLPerfView.java 213 EGL10.EGL_TRANSPARENT_BLUE_VALUE,
248 "EGL_TRANSPARENT_BLUE_VALUE",
  /frameworks/native/opengl/tests/gldual/src/com/android/gldual/
GLDualGL2View.java 216 EGL10.EGL_TRANSPARENT_BLUE_VALUE,
251 "EGL_TRANSPARENT_BLUE_VALUE",
  /development/ndk/platforms/android-14/include/EGL/
egl.h 116 #define EGL_TRANSPARENT_BLUE_VALUE 0x3035
  /development/ndk/platforms/android-18/include/EGL/
egl.h 116 #define EGL_TRANSPARENT_BLUE_VALUE 0x3035
  /development/ndk/platforms/android-19/include/EGL/
egl.h 116 #define EGL_TRANSPARENT_BLUE_VALUE 0x3035
  /development/ndk/platforms/android-21/include/EGL/
egl.h 116 #define EGL_TRANSPARENT_BLUE_VALUE 0x3035
  /development/ndk/platforms/android-23/include/EGL/
egl.h 116 #define EGL_TRANSPARENT_BLUE_VALUE 0x3035
  /development/ndk/platforms/android-24/include/EGL/
egl.h 116 #define EGL_TRANSPARENT_BLUE_VALUE 0x3035

Completed in 134 milliseconds

1 2 3 4 5 6 7