Home
last modified time | relevance | path

Searched refs:glx_pixmap (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/common/libva/va/glx/
Dva_glx_impl.c455 GLXPixmap glx_pixmap; member
467 GLXPixmap glx_pixmap = None; in create_tfp_surface() local
535 glx_pixmap = pOpenGLVTable->glx_create_pixmap( in create_tfp_surface()
544 pSurfaceGLX->glx_pixmap = glx_pixmap; in create_tfp_surface()
563 if (pSurfaceGLX->glx_pixmap) { in destroy_tfp_surface()
564 pOpenGLVTable->glx_destroy_pixmap(ctx->native_dpy, pSurfaceGLX->glx_pixmap); in destroy_tfp_surface()
565 pSurfaceGLX->glx_pixmap = None; in destroy_tfp_surface()
587 pSurfaceGLX->glx_pixmap, in bind_pixmap()
612 pSurfaceGLX->glx_pixmap, in unbind_pixmap()
757 pSurfaceGLX->glx_pixmap = None; in create_surface()