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

1 2 3 4

  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglsurface.c 127 texture_type |= EGL_PIXMAP_BIT;
292 case EGL_PIXMAP_BIT:
496 texture_type |= EGL_PIXMAP_BIT;
  /external/mesa3d/src/egl/main/
eglsurface.c 127 texture_type |= EGL_PIXMAP_BIT;
292 case EGL_PIXMAP_BIT:
496 texture_type |= EGL_PIXMAP_BIT;
  /frameworks/native/opengl/tools/glgen/stubs/egl/
EGL14Header.java-if 98 public static final int EGL_PIXMAP_BIT = 0x0002;
  /external/deqp/modules/egl/
teglRenderCase.cpp 164 if (m_surfaceTypeMask & EGL_PIXMAP_BIT)
391 addRenderConfigIdSet(configSets, configInfos, baseFilters, (string(name) + "_pixmap").c_str(), colorBits, EGL_PIXMAP_BIT);
428 configSets.push_back(RenderConfigIdSet("other", "", otherCfgSet, EGL_WINDOW_BIT|EGL_PIXMAP_BIT|EGL_PBUFFER_BIT));
teglQueryContextTests.cpp 126 if (m_surfaceTypeMask & EGL_PIXMAP_BIT)
136 info.surfaceType = EGL_PIXMAP_BIT;
419 if (info.surfaceType == EGL_PIXMAP_BIT && renderBuffer != EGL_SINGLE_BUFFER)
teglCreateSurfaceTests.cpp 307 filters << (eglu::ConfigSurfaceType() & EGL_PIXMAP_BIT);
352 filters << (eglu::ConfigSurfaceType() & EGL_PIXMAP_BIT);
teglImageTests.cpp 265 else if (surfaceTypeBits & EGL_PIXMAP_BIT)
310 if (pixmapCfg == 0 && (cfgIter->surfaceType & EGL_PIXMAP_BIT) != 0)
  /frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java 89 int EGL_PIXMAP_BIT = 0x02;
  /external/deqp/framework/egl/
egluStrUtil.inl 263 tcu::Format::BitDesc(EGL_PIXMAP_BIT, "EGL_PIXMAP_BIT"),
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
egl_g3d_api.c 236 case EGL_PIXMAP_BIT:
266 case EGL_PIXMAP_BIT:
339 arg.type = EGL_PIXMAP_BIT;
563 if (gsurf->base.Type == EGL_PIXMAP_BIT ||
  /external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d_api.c 236 case EGL_PIXMAP_BIT:
266 case EGL_PIXMAP_BIT:
339 arg.type = EGL_PIXMAP_BIT;
563 if (gsurf->base.Type == EGL_PIXMAP_BIT ||
  /frameworks/base/opengl/java/android/opengl/
EGL14.java 98 public static final int EGL_PIXMAP_BIT = 0x0002;
  /frameworks/native/opengl/tests/angeles/include/GLES/
egl.h 154 #define EGL_PIXMAP_BIT 0x02
  /frameworks/native/opengl/libagl/
egl.cpp 923 { EGL_SURFACE_TYPE, EGL_WINDOW_BIT|EGL_PBUFFER_BIT|EGL_PIXMAP_BIT },
935 { EGL_SURFACE_TYPE, EGL_WINDOW_BIT|EGL_PBUFFER_BIT|EGL_PIXMAP_BIT },
    [all...]
  /development/ndk/platforms/android-9/include/EGL/
egl.h 148 #define EGL_PIXMAP_BIT 0x0002 /* EGL_SURFACE_TYPE mask bits */
  /external/chromium_org/ppapi/lib/gl/include/EGL/
egl.h 148 #define EGL_PIXMAP_BIT 0x0002 /* EGL_SURFACE_TYPE mask bits */
  /external/chromium_org/third_party/angle/include/EGL/
egl.h 148 #define EGL_PIXMAP_BIT 0x0002 /* EGL_SURFACE_TYPE mask bits */
  /external/chromium_org/third_party/khronos/EGL/
egl.h 148 #define EGL_PIXMAP_BIT 0x0002 /* EGL_SURFACE_TYPE mask bits */
  /external/chromium_org/third_party/mesa/src/include/EGL/
egl.h 148 #define EGL_PIXMAP_BIT 0x0002 /* EGL_SURFACE_TYPE mask bits */
  /external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
platform_x11.c 284 return dri2_create_surface(drv, disp, EGL_PIXMAP_BIT, conf,
630 EGL_PIXMAP_BIT |
673 if (draw->Type == EGL_PIXMAP_BIT || draw->Type == EGL_PBUFFER_BIT)
714 if (draw->Type == EGL_PIXMAP_BIT || draw->Type == EGL_PBUFFER_BIT)
    [all...]
  /external/mesa3d/include/EGL/
egl.h 148 #define EGL_PIXMAP_BIT 0x0002 /* EGL_SURFACE_TYPE mask bits */
  /external/mesa3d/src/egl/drivers/dri2/
platform_x11.c 284 return dri2_create_surface(drv, disp, EGL_PIXMAP_BIT, conf,
630 EGL_PIXMAP_BIT |
673 if (draw->Type == EGL_PIXMAP_BIT || draw->Type == EGL_PBUFFER_BIT)
714 if (draw->Type == EGL_PIXMAP_BIT || draw->Type == EGL_PBUFFER_BIT)
    [all...]
  /frameworks/native/opengl/include/EGL/
egl.h 148 #define EGL_PIXMAP_BIT 0x0002 /* EGL_SURFACE_TYPE mask bits */
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/EGL/
egl.h 148 #define EGL_PIXMAP_BIT 0x0002 /* EGL_SURFACE_TYPE mask bits */
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/EGL/
egl.h 148 #define EGL_PIXMAP_BIT 0x0002 /* EGL_SURFACE_TYPE mask bits */

Completed in 524 milliseconds

1 2 3 4