HomeSort by relevance Sort by last modified time
    Searched refs:eglCreatePbufferSurface (Results 26 - 50 of 95) sorted by null

12 3 4

  /frameworks/native/opengl/tests/angeles/include/GLES/
egl.h 208 GLAPI EGLSurface APIENTRY eglCreatePbufferSurface (EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list);
  /frameworks/native/opengl/tests/filter/
filter.cpp 57 surface = eglCreatePbufferSurface(dpy, config, attribs);
59 printf("eglCreatePbufferSurface error %x\n", eglGetError());
  /frameworks/native/services/surfaceflinger/RenderEngine/
RenderEngine.cpp 70 EGLSurface dummy = eglCreatePbufferSurface(display, config, attribs);
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
egl.cpp 371 EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list)
373 EGLSurface surface = getDispatch()->eglCreatePbufferSurface(dpy, config, attrib_list);
  /sdk/emulator/opengl/host/libs/libOpenglRender/
FrameBuffer.cpp 53 surface = s_egl.eglCreatePbufferSurface(p_dpy, config, pbufAttribs);
236 fb->m_pbufSurface = s_egl.eglCreatePbufferSurface(fb->m_eglDisplay,
  /development/ndk/platforms/android-9/include/EGL/
egl.h 268 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config,
  /external/chromium_org/ppapi/lib/gl/include/EGL/
egl.h 268 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config,
  /external/chromium_org/third_party/angle/include/EGL/
egl.h 268 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config,
  /external/chromium_org/third_party/khronos/EGL/
egl.h 268 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config,
  /external/chromium_org/third_party/mesa/src/include/EGL/
egl.h 268 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config,
  /external/mesa3d/include/EGL/
egl.h 268 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config,
  /frameworks/native/opengl/include/EGL/
egl.h 268 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config,
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/EGL/
egl.h 268 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config,
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/EGL/
egl.h 268 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config,
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/EGL/
egl.h 268 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config,
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/EGL/
egl.h 268 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config,
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/EGL/
egl.h 268 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config,
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/EGL/
egl.h 268 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config,
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/EGL/
egl.h 268 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config,
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/EGL/
egl.h 268 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config,
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/EGL/
egl.h 268 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config,
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/EGL/
egl.h 268 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config,
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/EGL/
egl.h 268 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config,
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/EGL/
egl.h 268 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config,
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/EGL/
egl.h 268 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config,

Completed in 3730 milliseconds

12 3 4