HomeSort by relevance Sort by last modified time
    Searched refs:glx_destroy_pixmap (Results 1 - 2 of 2) sorted by null

  /hardware/intel/common/libva/va/glx/
va_glx_private.h 52 PFNGLXDESTROYPIXMAPPROC glx_destroy_pixmap; member in struct:VAOpenGLVTable
va_glx_impl.c 229 pOpenGLVTable->glx_destroy_pixmap = (PFNGLXDESTROYPIXMAPPROC)
231 if (!pOpenGLVTable->glx_destroy_pixmap)
564 pOpenGLVTable->glx_destroy_pixmap(ctx->native_dpy, pSurfaceGLX->glx_pixmap);

Completed in 429 milliseconds