OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 3232 milliseconds