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

1 2 3 4

  /external/deqp/framework/egl/
egluConfigInfo.cpp 65 case EGL_TRANSPARENT_TYPE: return transparentType;
102 egl.getConfigAttrib(display, config, EGL_TRANSPARENT_TYPE, (EGLint*)&dst->transparentType);
egluStrUtil.cpp 53 case EGL_TRANSPARENT_TYPE:
egluStrUtil.inl 103 case EGL_TRANSPARENT_TYPE: return "EGL_TRANSPARENT_TYPE";
  /frameworks/native/opengl/tests/configdump/
configdump.cpp 49 ATTRIBUTE( EGL_TRANSPARENT_TYPE ),
  /frameworks/native/opengl/tests/lib/
glTestLib.cpp 93 X(EGL_TRANSPARENT_TYPE),
  /frameworks/native/opengl/tools/glgen/stubs/egl/
EGL14Header.java-if 73 public static final int EGL_TRANSPARENT_TYPE = 0x3034;
  /external/deqp/modules/egl/
teglChooseConfigTests.cpp 216 EGL_TRANSPARENT_TYPE,
271 { EGL_TRANSPARENT_TYPE, EGL_TRANSPARENT_RGB },
442 // { EGL_TRANSPARENT_TYPE, EGL_TRANSPARENT_RGB,},
529 { EGL_TRANSPARENT_TYPE, "transparent_type" },
627 EGL_TRANSPARENT_TYPE,
teglQueryConfigTests.cpp 325 log << TestLog::Message << "Fail, invalid EGL_TRANSPARENT_TYPE value" << TestLog::EndMessage;
378 case EGL_TRANSPARENT_TYPE:
509 const EGLint transparentType = getValue(config, EGL_TRANSPARENT_TYPE);
582 { EGL_TRANSPARENT_TYPE, "transparent_type" },
teglChooseConfigReference.cpp 262 rules[EGL_TRANSPARENT_TYPE] = AttribRule(EGL_TRANSPARENT_TYPE, EGL_NONE, CRITERIA_EXACT, SORTORDER_NONE);
teglConfigList.cpp 164 egl.getConfigAttrib(display, configs[i], EGL_TRANSPARENT_TYPE, &val);
  /frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java 55 int EGL_TRANSPARENT_TYPE = 0x3034;
  /cts/tests/tests/graphics/src/android/opengl/cts/
EglConfigGLSurfaceView.java 266 EGL10.EGL_TRANSPARENT_TYPE,
301 "EGL_TRANSPARENT_TYPE",
  /development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/
GL2JNIView.java 254 EGL10.EGL_TRANSPARENT_TYPE,
289 "EGL_TRANSPARENT_TYPE",
  /external/mesa3d/src/egl/main/
eglconfig.h 114 ATTRIB_MAP(EGL_TRANSPARENT_TYPE, TransparentType);
eglconfig.c 228 { EGL_TRANSPARENT_TYPE, ATTRIB_TYPE_ENUM,
301 case EGL_TRANSPARENT_TYPE:
  /frameworks/base/opengl/java/android/opengl/
EGL14.java 73 public static final int EGL_TRANSPARENT_TYPE = 0x3034;
  /frameworks/native/opengl/tests/angeles/include/GLES/
egl.h 138 #define EGL_TRANSPARENT_TYPE 0x3034
  /frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
GL2JNIView.java 210 EGL10.EGL_TRANSPARENT_TYPE,
245 "EGL_TRANSPARENT_TYPE",
  /frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
GLPerfView.java 210 EGL10.EGL_TRANSPARENT_TYPE,
245 "EGL_TRANSPARENT_TYPE",
  /frameworks/native/opengl/tests/gldual/src/com/android/gldual/
GLDualGL2View.java 213 EGL10.EGL_TRANSPARENT_TYPE,
248 "EGL_TRANSPARENT_TYPE",
  /development/ndk/platforms/android-9/include/EGL/
egl.h 115 #define EGL_TRANSPARENT_TYPE 0x3034
136 #define EGL_TRANSPARENT_RGB 0x3052 /* EGL_TRANSPARENT_TYPE value */
  /external/mesa3d/include/EGL/
egl.h 115 #define EGL_TRANSPARENT_TYPE 0x3034
136 #define EGL_TRANSPARENT_RGB 0x3052 /* EGL_TRANSPARENT_TYPE value */
  /frameworks/native/opengl/include/EGL/
egl.h 115 #define EGL_TRANSPARENT_TYPE 0x3034
136 #define EGL_TRANSPARENT_RGB 0x3052 /* EGL_TRANSPARENT_TYPE value */
  /frameworks/native/opengl/tests/gl2_basic/
gl2_basic.cpp 201 X(EGL_TRANSPARENT_TYPE),
  /frameworks/native/opengl/tests/gl_basic/
gl_basic.cpp 120 X(EGL_TRANSPARENT_TYPE),

Completed in 46 milliseconds

1 2 3 4