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

1 2 3 4 5 6

  /external/deqp/modules/egl/
teglRenderCase.cpp 64 else if (typeBit == EGL_PIXMAP_BIT)
151 if (m_surfaceTypeMask & EGL_PIXMAP_BIT)
165 executeForSurface(display, *surface, Config(config, EGL_PIXMAP_BIT, 0));
428 { "pixmap", EGL_PIXMAP_BIT, surfaceType<EGL_PIXMAP_BIT>, },
450 RenderFilterList filters ("other", "", EGL_WINDOW_BIT|EGL_PIXMAP_BIT|EGL_PBUFFER_BIT);
teglCreateSurfaceTests.cpp 313 baseFilters << surfaceType<EGL_PIXMAP_BIT>;
358 baseFilters << surfaceType<EGL_PIXMAP_BIT>;
  /external/mesa3d/src/egl/main/
eglsurface.c 81 texture_type |= EGL_PIXMAP_BIT;
277 case EGL_PIXMAP_BIT:
500 texture_type |= EGL_PIXMAP_BIT;
562 texture_type |= EGL_PIXMAP_BIT;
  /frameworks/native/opengl/tools/glgen/stubs/egl/
EGL14Header.java-if 98 public static final int EGL_PIXMAP_BIT = 0x0002;
  /frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java 89 int EGL_PIXMAP_BIT = 0x02;
  /external/deqp/framework/egl/
egluStrUtil.inl 303 tcu::Format::BitDesc(EGL_PIXMAP_BIT, "EGL_PIXMAP_BIT"),
egluGLUtil.cpp 180 case glu::RenderConfig::SURFACETYPE_OFFSCREEN_NATIVE: requiredSurface = EGL_PIXMAP_BIT; break;
  /external/mesa3d/src/egl/drivers/dri2/
platform_x11_dri3.c 262 return dri3_create_surface(drv, disp, EGL_PIXMAP_BIT, conf,
390 if (draw->Type == EGL_PIXMAP_BIT || draw->Type == EGL_PBUFFER_BIT)
platform_x11.c 360 return dri2_x11_create_surface(drv, disp, EGL_PIXMAP_BIT, conf,
746 EGL_PIXMAP_BIT |
816 if (draw->Type == EGL_PIXMAP_BIT || draw->Type == EGL_PBUFFER_BIT)
854 if (draw->Type == EGL_PIXMAP_BIT || draw->Type == EGL_PBUFFER_BIT)
    [all...]
  /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     [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
PVRShellAPI.cpp 470 i32Values[2] & EGL_PIXMAP_BIT ? "PIXMAP " : "");
580 conflist[i] |= EGL_PIXMAP_BIT;
  /development/ndk/platforms/android-14/include/EGL/
egl.h 148 #define EGL_PIXMAP_BIT 0x0002 /* EGL_SURFACE_TYPE mask bits */
  /development/ndk/platforms/android-18/include/EGL/
egl.h 148 #define EGL_PIXMAP_BIT 0x0002 /* EGL_SURFACE_TYPE mask bits */
  /development/ndk/platforms/android-19/include/EGL/
egl.h 148 #define EGL_PIXMAP_BIT 0x0002 /* EGL_SURFACE_TYPE mask bits */
  /development/ndk/platforms/android-21/include/EGL/
egl.h 148 #define EGL_PIXMAP_BIT 0x0002 /* EGL_SURFACE_TYPE mask bits */
  /development/ndk/platforms/android-23/include/EGL/
egl.h 148 #define EGL_PIXMAP_BIT 0x0002 /* EGL_SURFACE_TYPE mask bits */
  /development/ndk/platforms/android-24/include/EGL/
egl.h 148 #define EGL_PIXMAP_BIT 0x0002 /* EGL_SURFACE_TYPE mask bits */
  /development/ndk/platforms/android-9/include/EGL/
egl.h 148 #define EGL_PIXMAP_BIT 0x0002 /* EGL_SURFACE_TYPE mask bits */
  /device/generic/goldfish-opengl/system/include/EGL/
egl.h 148 #define EGL_PIXMAP_BIT 0x0002 /* EGL_SURFACE_TYPE mask bits */
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
egl.h 149 #define EGL_PIXMAP_BIT 0x0002 /* EGL_SURFACE_TYPE mask bits */
  /frameworks/native/opengl/include/EGL/
egl.h 102 #define EGL_PIXMAP_BIT 0x0002
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/EGL/
egl.h 148 #define EGL_PIXMAP_BIT 0x0002 /* EGL_SURFACE_TYPE mask bits */
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/EGL/
egl.h 148 #define EGL_PIXMAP_BIT 0x0002 /* EGL_SURFACE_TYPE mask bits */

Completed in 198 milliseconds

1 2 3 4 5 6