HomeSort by relevance Sort by last modified time
    Searched full:destroypbuffer (Results 1 - 10 of 10) sorted by null

  /external/mesa3d/src/glx/
g_glxglvnddispatchindices.h 30 // DestroyPbuffer implemented by libglvnd
glx_pbuffer.c 634 DestroyPbuffer(Display * dpy, GLXDrawable drawable)
780 DestroyPbuffer(dpy, pbuf);
  /external/skia/src/utils/win/
SkWGL_win.cpp 101 BOOL SkWGLExtensions::destroyPbuffer(HPBUFFER hPbuffer) const {
290 GET_PROC(DestroyPbuffer, ARB);
492 extensions.destroyPbuffer(pbuf);
502 fExtensions.destroyPbuffer(fPbuffer);
SkWGL.h 77 BOOL destroyPbuffer(HPBUFFER) const;
  /external/skqp/src/utils/win/
SkWGL_win.cpp 101 BOOL SkWGLExtensions::destroyPbuffer(HPBUFFER hPbuffer) const {
290 GET_PROC(DestroyPbuffer, ARB);
492 extensions.destroyPbuffer(pbuf);
502 fExtensions.destroyPbuffer(fPbuffer);
SkWGL.h 77 BOOL destroyPbuffer(HPBUFFER) const;
  /external/mesa3d/src/mapi/glapi/gen/
glX_API.xml 127 <function name="DestroyPbuffer">
  /external/mesa3d/src/mesa/drivers/x11/
glxapi.h 96 void (*DestroyPbuffer)(Display *dpy, GLXPbuffer pbuf);
glxapi.c 457 t->DestroyPbuffer(dpy, pbuf);
    [all...]
fakeglx.c     [all...]

Completed in 160 milliseconds