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

  /hardware/intel/common/libva/va/glx/
va_glx_impl.c 455 GLXPixmap glx_pixmap; member in struct:VASurfaceGLX
467 GLXPixmap glx_pixmap = None; local
535 glx_pixmap = pOpenGLVTable->glx_create_pixmap(
544 pSurfaceGLX->glx_pixmap = glx_pixmap;
563 if (pSurfaceGLX->glx_pixmap) {
564 pOpenGLVTable->glx_destroy_pixmap(ctx->native_dpy, pSurfaceGLX->glx_pixmap);
565 pSurfaceGLX->glx_pixmap = None;
587 pSurfaceGLX->glx_pixmap,
612 pSurfaceGLX->glx_pixmap,
    [all...]

Completed in 517 milliseconds