HomeSort by relevance Sort by last modified time
    Searched refs:EGL_SURFACE_TYPE (Results 51 - 75 of 172) sorted by null

1 23 4 5 6 7

  /external/chromium_org/ui/ozone/platform/dri/
gbm_surface_factory.cc 102 EGL_SURFACE_TYPE, EGL_WINDOW_BIT,
  /external/deqp/modules/egl/
teglConfigList.cpp 158 eglGetConfigAttrib(display, configs[i], EGL_SURFACE_TYPE, &val);
teglQueryConfigTests.cpp 357 case EGL_SURFACE_TYPE:
553 { EGL_SURFACE_TYPE, "surface_type" },
  /external/mesa3d/src/egl/main/
eglconfig.h 113 ATTRIB_MAP(EGL_SURFACE_TYPE, SurfaceType);
eglconfig.c 225 { EGL_SURFACE_TYPE, ATTRIB_TYPE_BITMASK,
316 case EGL_SURFACE_TYPE:
  /external/webrtc/src/modules/audio_processing/test/android/apmtest/jni/
main.c 72 EGL_SURFACE_TYPE, EGL_WINDOW_BIT,
  /frameworks/base/libs/hwui/renderthread/
EglManager.cpp 130 EGL_SURFACE_TYPE, EGL_WINDOW_BIT | swapBehavior,
  /frameworks/base/opengl/java/android/opengl/
EGL14.java 72 public static final int EGL_SURFACE_TYPE = 0x3033;
  /frameworks/native/opengl/tests/angeles/include/GLES/
egl.h 137 #define EGL_SURFACE_TYPE 0x3033
  /frameworks/native/opengl/tests/filter/
filter.cpp 25 EGL_SURFACE_TYPE, EGL_PBUFFER_BIT|EGL_WINDOW_BIT,
  /frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
GL2JNIView.java 209 EGL10.EGL_SURFACE_TYPE,
244 "EGL_SURFACE_TYPE",
  /frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
GLPerfView.java 209 EGL10.EGL_SURFACE_TYPE,
244 "EGL_SURFACE_TYPE",
  /frameworks/native/opengl/tests/gldual/src/com/android/gldual/
GLDualGL2View.java 212 EGL10.EGL_SURFACE_TYPE,
247 "EGL_SURFACE_TYPE",
  /frameworks/native/opengl/tests/tritex/
tritex.cpp 127 EGL_SURFACE_TYPE, EGL_WINDOW_BIT,
  /hardware/libhardware/tests/hwc/
util.c 170 EGL_SURFACE_TYPE, EGL_WINDOW_BIT,
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglconfig.c 225 { EGL_SURFACE_TYPE, ATTRIB_TYPE_BITMASK,
316 case EGL_SURFACE_TYPE:
  /frameworks/rs/driver/
rsdGL.cpp 108 X(EGL_SURFACE_TYPE),
184 configAttribsPtr[0] = EGL_SURFACE_TYPE;
  /development/ndk/platforms/android-9/include/EGL/
egl.h 114 #define EGL_SURFACE_TYPE 0x3033
147 #define EGL_PBUFFER_BIT 0x0001 /* EGL_SURFACE_TYPE mask bits */
148 #define EGL_PIXMAP_BIT 0x0002 /* EGL_SURFACE_TYPE mask bits */
149 #define EGL_WINDOW_BIT 0x0004 /* EGL_SURFACE_TYPE mask bits */
150 #define EGL_VG_COLORSPACE_LINEAR_BIT 0x0020 /* EGL_SURFACE_TYPE mask bits */
151 #define EGL_VG_ALPHA_FORMAT_PRE_BIT 0x0040 /* EGL_SURFACE_TYPE mask bits */
152 #define EGL_MULTISAMPLE_RESOLVE_BOX_BIT 0x0200 /* EGL_SURFACE_TYPE mask bits */
153 #define EGL_SWAP_BEHAVIOR_PRESERVED_BIT 0x0400 /* EGL_SURFACE_TYPE mask bits */
  /external/chromium_org/ppapi/lib/gl/include/EGL/
egl.h 114 #define EGL_SURFACE_TYPE 0x3033
147 #define EGL_PBUFFER_BIT 0x0001 /* EGL_SURFACE_TYPE mask bits */
148 #define EGL_PIXMAP_BIT 0x0002 /* EGL_SURFACE_TYPE mask bits */
149 #define EGL_WINDOW_BIT 0x0004 /* EGL_SURFACE_TYPE mask bits */
150 #define EGL_VG_COLORSPACE_LINEAR_BIT 0x0020 /* EGL_SURFACE_TYPE mask bits */
151 #define EGL_VG_ALPHA_FORMAT_PRE_BIT 0x0040 /* EGL_SURFACE_TYPE mask bits */
152 #define EGL_MULTISAMPLE_RESOLVE_BOX_BIT 0x0200 /* EGL_SURFACE_TYPE mask bits */
153 #define EGL_SWAP_BEHAVIOR_PRESERVED_BIT 0x0400 /* EGL_SURFACE_TYPE mask bits */
  /external/chromium_org/third_party/angle/src/libEGL/
Config.cpp 285 case EGL_SURFACE_TYPE: match = (config->mSurfaceType & attribute[1]) == attribute[1]; break;
  /external/chromium_org/third_party/khronos/EGL/
egl.h 114 #define EGL_SURFACE_TYPE 0x3033
147 #define EGL_PBUFFER_BIT 0x0001 /* EGL_SURFACE_TYPE mask bits */
148 #define EGL_PIXMAP_BIT 0x0002 /* EGL_SURFACE_TYPE mask bits */
149 #define EGL_WINDOW_BIT 0x0004 /* EGL_SURFACE_TYPE mask bits */
150 #define EGL_VG_COLORSPACE_LINEAR_BIT 0x0020 /* EGL_SURFACE_TYPE mask bits */
151 #define EGL_VG_ALPHA_FORMAT_PRE_BIT 0x0040 /* EGL_SURFACE_TYPE mask bits */
152 #define EGL_MULTISAMPLE_RESOLVE_BOX_BIT 0x0200 /* EGL_SURFACE_TYPE mask bits */
153 #define EGL_SWAP_BEHAVIOR_PRESERVED_BIT 0x0400 /* EGL_SURFACE_TYPE mask bits */
  /external/chromium_org/third_party/mesa/src/include/EGL/
egl.h 114 #define EGL_SURFACE_TYPE 0x3033
147 #define EGL_PBUFFER_BIT 0x0001 /* EGL_SURFACE_TYPE mask bits */
148 #define EGL_PIXMAP_BIT 0x0002 /* EGL_SURFACE_TYPE mask bits */
149 #define EGL_WINDOW_BIT 0x0004 /* EGL_SURFACE_TYPE mask bits */
150 #define EGL_VG_COLORSPACE_LINEAR_BIT 0x0020 /* EGL_SURFACE_TYPE mask bits */
151 #define EGL_VG_ALPHA_FORMAT_PRE_BIT 0x0040 /* EGL_SURFACE_TYPE mask bits */
152 #define EGL_MULTISAMPLE_RESOLVE_BOX_BIT 0x0200 /* EGL_SURFACE_TYPE mask bits */
153 #define EGL_SWAP_BEHAVIOR_PRESERVED_BIT 0x0400 /* EGL_SURFACE_TYPE mask bits */
  /external/chromium_org/third_party/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
ViEAndroidGLES20.java 225 EGL10.EGL_SURFACE_TYPE,
260 "EGL_SURFACE_TYPE",
  /external/chromium_org/ui/ozone/platform/egltest/
ozone_platform_egltest.cc 280 EGL_SURFACE_TYPE, EGL_WINDOW_BIT | EGL_PBUFFER_BIT,
  /external/mesa3d/include/EGL/
egl.h 114 #define EGL_SURFACE_TYPE 0x3033
147 #define EGL_PBUFFER_BIT 0x0001 /* EGL_SURFACE_TYPE mask bits */
148 #define EGL_PIXMAP_BIT 0x0002 /* EGL_SURFACE_TYPE mask bits */
149 #define EGL_WINDOW_BIT 0x0004 /* EGL_SURFACE_TYPE mask bits */
150 #define EGL_VG_COLORSPACE_LINEAR_BIT 0x0020 /* EGL_SURFACE_TYPE mask bits */
151 #define EGL_VG_ALPHA_FORMAT_PRE_BIT 0x0040 /* EGL_SURFACE_TYPE mask bits */
152 #define EGL_MULTISAMPLE_RESOLVE_BOX_BIT 0x0200 /* EGL_SURFACE_TYPE mask bits */
153 #define EGL_SWAP_BEHAVIOR_PRESERVED_BIT 0x0400 /* EGL_SURFACE_TYPE mask bits */

Completed in 1678 milliseconds

1 23 4 5 6 7