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

1 2 3 4 5 6 7 8

  /external/mesa3d/src/egl/main/
eglsurface.c 72 EGLint texture_type = EGL_PBUFFER_BIT;
157 if (type != EGL_PBUFFER_BIT) {
168 if (type != EGL_PBUFFER_BIT) {
179 if (type != EGL_PBUFFER_BIT) {
240 if (err == EGL_SUCCESS && type == EGL_PBUFFER_BIT) {
281 case EGL_PBUFFER_BIT:
352 if (surface->Type == EGL_PBUFFER_BIT)
357 if (surface->Type == EGL_PBUFFER_BIT)
361 if (surface->Type == EGL_PBUFFER_BIT)
365 if (surface->Type == EGL_PBUFFER_BIT)
    [all...]
  /external/webrtc/talk/app/webrtc/java/android/org/webrtc/
EglBase.java 73 EGL10.EGL_SURFACE_TYPE, EGL10.EGL_PBUFFER_BIT,
82 EGL10.EGL_SURFACE_TYPE, EGL10.EGL_PBUFFER_BIT,
  /external/skia/tools/fiddle/
egl_context.cpp 14 EGL_SURFACE_TYPE, EGL_PBUFFER_BIT,
  /external/deqp/modules/egl/
teglRenderCase.cpp 66 else if (typeBit == EGL_PBUFFER_BIT)
175 if (m_surfaceTypeMask & EGL_PBUFFER_BIT)
192 executeForSurface(display, *surface, Config(config, EGL_PBUFFER_BIT, 0));
429 { "pbuffer", EGL_PBUFFER_BIT, surfaceType<EGL_PBUFFER_BIT> }
450 RenderFilterList filters ("other", "", EGL_WINDOW_BIT|EGL_PIXMAP_BIT|EGL_PBUFFER_BIT);
teglThreadCleanUpTests.cpp 55 return (c.surfaceType() & EGL_PBUFFER_BIT) == EGL_PBUFFER_BIT;
teglNegativeApiTests.cpp 205 if (getConfig(&config, FilterList() << surfaceBits<EGL_PBUFFER_BIT>))
560 if (getConfig(&genericConfig, FilterList() << surfaceBits<EGL_PBUFFER_BIT>))
574 if (getConfig(&noPbufferConfig, FilterList() << notSurfaceBits<EGL_PBUFFER_BIT>))
633 if (getConfig(&genericConfig, FilterList() << surfaceBits<EGL_PBUFFER_BIT>))
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
SyncTest.java 88 EGL_SURFACE_TYPE, EGL_PBUFFER_BIT,
ANativeWindowTest.java 75 EGL_SURFACE_TYPE, EGL_PBUFFER_BIT,
  /external/mesa3d/src/egl/drivers/dri2/
platform_surfaceless.c 176 return dri2_surfaceless_create_surface(drv, disp, EGL_PBUFFER_BIT, conf,
183 assert(!surf || surf->Type == EGL_PBUFFER_BIT);
212 count + 1, EGL_PBUFFER_BIT, NULL, visuals[j].rgba_masks);
platform_x11_dri3.c 188 if (type == EGL_PBUFFER_BIT) {
211 if (type == EGL_PBUFFER_BIT)
270 return dri3_create_surface(drv, disp, EGL_PBUFFER_BIT, conf,
390 if (draw->Type == EGL_PIXMAP_BIT || draw->Type == EGL_PBUFFER_BIT)
platform_x11.c 228 if (type == EGL_PBUFFER_BIT) {
263 if (type != EGL_PBUFFER_BIT) {
295 if (type == EGL_PBUFFER_BIT || conn_error || error->error_code == BadAlloc)
307 if (type == EGL_PBUFFER_BIT) {
321 if (type == EGL_PBUFFER_BIT)
368 return dri2_x11_create_surface(drv, disp, EGL_PBUFFER_BIT, conf,
389 if (surf->Type == EGL_PBUFFER_BIT)
747 EGL_PBUFFER_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...]
  /cts/tests/tests/effect/src/android/effect/cts/
GLEnv.java 45 EGL10.EGL_SURFACE_TYPE, EGL10.EGL_PBUFFER_BIT,
  /external/skia/tools/viewer/sk_app/android/
GLWindowContext_android.cpp 74 EGL_SURFACE_TYPE, EGL_PBUFFER_BIT,
  /frameworks/native/libs/gui/tests/
MultiTextureConsumer_test.cpp 54 EGL_SURFACE_TYPE, EGL_PBUFFER_BIT,
  /external/skia/tools/gpu/gl/command_buffer/
GLTestContext_command_buffer.cpp 35 #define EGL_PBUFFER_BIT 0x0001
145 EGL_SURFACE_TYPE, EGL_PBUFFER_BIT,
  /frameworks/native/opengl/tools/glgen/stubs/egl/
EGL14Header.java-if 97 public static final int EGL_PBUFFER_BIT = 0x0001;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
CtsMediaOutputSurface.java 144 EGL14.EGL_SURFACE_TYPE, EGL14.EGL_PBUFFER_BIT,
  /cts/tests/tests/media/src/android/media/cts/
OutputSurface.java 140 EGL14.EGL_SURFACE_TYPE, EGL14.EGL_PBUFFER_BIT,
  /frameworks/av/cmds/screenrecord/
EglWindow.cpp 128 EGL_SURFACE_TYPE, EGL_PBUFFER_BIT,
  /frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java 88 int EGL_PBUFFER_BIT = 0x01;
  /external/deqp/framework/egl/
egluStrUtil.inl 302 tcu::Format::BitDesc(EGL_PBUFFER_BIT, "EGL_PBUFFER_BIT"),
egluGLUtil.cpp 181 case glu::RenderConfig::SURFACETYPE_OFFSCREEN_GENERIC: requiredSurface = EGL_PBUFFER_BIT; break;
  /device/generic/goldfish-opengl/system/egl/
egl.cpp 910 if (!(surfaceType & EGL_PBUFFER_BIT)) {
956 EGL_PBUFFER_BIT, w, h, pixelFormat);
1024 if (surface->getSurfaceType() & EGL_PBUFFER_BIT) {
1029 if (surface->getSurfaceType() & EGL_PBUFFER_BIT) {
1050 if (surface->getSurfaceType() & EGL_PBUFFER_BIT) *value = EGL_FALSE;
    [all...]
  /frameworks/native/opengl/tests/EGLTest/
EGL_test.cpp 216 EGL_SURFACE_TYPE, EGL_WINDOW_BIT | EGL_PBUFFER_BIT,
302 EGL_SURFACE_TYPE, EGL_WINDOW_BIT | EGL_PBUFFER_BIT,
486 EGL_SURFACE_TYPE, EGL_WINDOW_BIT | EGL_PBUFFER_BIT,
  /cts/tests/tests/opengl/src/android/opengl/cts/
WrapperTest.java 262 EGL14.EGL_SURFACE_TYPE, EGL14.EGL_PBUFFER_BIT,

Completed in 763 milliseconds

1 2 3 4 5 6 7 8