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

1 2 3 4 5 6

  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglsurface.c 115 EGLint texture_type = EGL_PBUFFER_BIT;
187 if (type != EGL_PBUFFER_BIT) {
198 if (type != EGL_PBUFFER_BIT) {
209 if (type != EGL_PBUFFER_BIT) {
296 case EGL_PBUFFER_BIT:
370 if (surface->Type == EGL_PBUFFER_BIT)
374 if (surface->Type == EGL_PBUFFER_BIT)
378 if (surface->Type == EGL_PBUFFER_BIT)
382 if (surface->Type == EGL_PBUFFER_BIT)
489 EGLint texture_type = EGL_PBUFFER_BIT;
    [all...]
  /external/mesa3d/src/egl/main/
eglsurface.c 115 EGLint texture_type = EGL_PBUFFER_BIT;
187 if (type != EGL_PBUFFER_BIT) {
198 if (type != EGL_PBUFFER_BIT) {
209 if (type != EGL_PBUFFER_BIT) {
296 case EGL_PBUFFER_BIT:
370 if (surface->Type == EGL_PBUFFER_BIT)
374 if (surface->Type == EGL_PBUFFER_BIT)
378 if (surface->Type == EGL_PBUFFER_BIT)
382 if (surface->Type == EGL_PBUFFER_BIT)
489 EGLint texture_type = EGL_PBUFFER_BIT;
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/angle/
SkANGLEGLContext.cpp 65 EGL_SURFACE_TYPE, EGL_PBUFFER_BIT,
  /external/skia/src/gpu/gl/angle/
SkANGLEGLContext.cpp 65 EGL_SURFACE_TYPE, EGL_PBUFFER_BIT,
  /sdk/emulator/opengl/host/libs/libOpenglRender/
FBConfig.cpp 104 if (!(surfaceType & EGL_PBUFFER_BIT)) continue;
178 attrib_p[1] = EGL_PBUFFER_BIT; //replace whatever was there before
189 *(attrib_p++) = EGL_PBUFFER_BIT;
  /cts/tests/tests/effect/src/android/effect/cts/
GLEnv.java 45 EGL10.EGL_SURFACE_TYPE, EGL10.EGL_PBUFFER_BIT,
  /external/chromium_org/third_party/skia/src/gpu/gl/android/
SkNativeGLContext_android.cpp 106 EGL_SURFACE_TYPE, EGL_PBUFFER_BIT,
  /external/skia/src/gpu/gl/android/
SkNativeGLContext_android.cpp 106 EGL_SURFACE_TYPE, EGL_PBUFFER_BIT,
  /frameworks/native/libs/gui/tests/
MultiTextureConsumer_test.cpp 54 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;
  /external/deqp/modules/egl/
teglRenderCase.cpp 186 if (m_surfaceTypeMask & EGL_PBUFFER_BIT)
392 addRenderConfigIdSet(configSets, configInfos, baseFilters, (string(name) + "_pbuffer").c_str(), colorBits, EGL_PBUFFER_BIT);
428 configSets.push_back(RenderConfigIdSet("other", "", otherCfgSet, EGL_WINDOW_BIT|EGL_PIXMAP_BIT|EGL_PBUFFER_BIT));
teglNegativeApiTests.cpp 506 if (getConfig(&genericConfig, FilterList() << (ConfigSurfaceType() & EGL_PBUFFER_BIT)))
520 if (getConfig(&noPbufferConfig, FilterList() << (ConfigSurfaceType() ^ EGL_PBUFFER_BIT)))
    [all...]
teglQueryContextTests.cpp 150 if (m_surfaceTypeMask & EGL_PBUFFER_BIT)
166 info.surfaceType = EGL_PBUFFER_BIT;
424 else if (info.surfaceType == EGL_PBUFFER_BIT && renderBuffer != EGL_BACK_BUFFER)
  /cts/tests/tests/media/src/android/media/cts/
OutputSurface.java 136 EGL14.EGL_SURFACE_TYPE, EGL14.EGL_PBUFFER_BIT,
  /cts/tests/tests/nativeopengl/standalone/jni/tests/
EGLCleanup_test.cpp 226 EGL_SURFACE_TYPE, EGL_PBUFFER_BIT,
GLTest_test.cpp 126 EGL_SURFACE_TYPE, EGL_PBUFFER_BIT,
  /frameworks/av/cmds/screenrecord/
EglWindow.cpp 129 EGL_SURFACE_TYPE, EGL_PBUFFER_BIT,
  /frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java 88 int EGL_PBUFFER_BIT = 0x01;
  /external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
platform_x11.c 201 if (type == EGL_PBUFFER_BIT) {
237 if (type != EGL_PBUFFER_BIT) {
259 if (type == EGL_PBUFFER_BIT)
292 return dri2_create_surface(drv, disp, EGL_PBUFFER_BIT, conf,
316 if (surf->Type == EGL_PBUFFER_BIT)
631 EGL_PBUFFER_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/deqp/framework/egl/
egluStrUtil.inl 262 tcu::Format::BitDesc(EGL_PBUFFER_BIT, "EGL_PBUFFER_BIT"),
  /external/mesa3d/src/egl/drivers/dri2/
platform_x11.c 201 if (type == EGL_PBUFFER_BIT) {
237 if (type != EGL_PBUFFER_BIT) {
259 if (type == EGL_PBUFFER_BIT)
292 return dri2_create_surface(drv, disp, EGL_PBUFFER_BIT, conf,
316 if (surf->Type == EGL_PBUFFER_BIT)
631 EGL_PBUFFER_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/chromium_org/ui/gl/
gl_surface_egl.cc 126 EGL_SURFACE_TYPE, EGL_WINDOW_BIT | EGL_PBUFFER_BIT,
343 EGL_SURFACE_TYPE, EGL_WINDOW_BIT | EGL_PBUFFER_BIT,
  /cts/suite/cts/deviceTests/opengl/jni/graphics/
Renderer.cpp 69 EGL_SURFACE_TYPE, EGL_PBUFFER_BIT,
  /cts/tests/tests/opengl/src/android/opengl/cts/
WrapperTest.java 257 EGL14.EGL_SURFACE_TYPE, EGL14.EGL_PBUFFER_BIT,
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
egl_g3d_api.c 358 if (!_eglInitSurface(&gsurf->base, dpy, EGL_PBUFFER_BIT, conf, attribs)) {
564 gsurf->base.Type == EGL_PBUFFER_BIT)
702 if (!gsurf || gsurf->base.Type != EGL_PBUFFER_BIT)
757 if (!gsurf || gsurf->base.Type != EGL_PBUFFER_BIT ||

Completed in 712 milliseconds

1 2 3 4 5 6