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

  /hardware/intel/common/libva/va/glx/
va_glx_private.h 64 PFNGLCHECKFRAMEBUFFERSTATUSEXTPROC gl_check_framebuffer_status; member in struct:VAOpenGLVTable
va_glx_impl.c 284 pOpenGLVTable->gl_check_framebuffer_status = (PFNGLCHECKFRAMEBUFFERSTATUSEXTPROC)
286 if (!pOpenGLVTable->gl_check_framebuffer_status)
661 status = pOpenGLVTable->gl_check_framebuffer_status(GL_DRAW_FRAMEBUFFER_EXT);

Completed in 81 milliseconds