Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_context.c75 *error = __DRI_CTX_ERROR_BAD_VERSION; in nouveau_context_create()
102 *error = __DRI_CTX_ERROR_BAD_VERSION; in nouveau_context_create()
/external/mesa3d/src/gallium/state_trackers/dri/common/
Ddri_context.c133 *error = __DRI_CTX_ERROR_BAD_VERSION; in dri_create_context()
/external/mesa3d/src/gallium/state_trackers/dri/drm/
Ddri_context.c133 *error = __DRI_CTX_ERROR_BAD_VERSION; in dri_create_context()
/external/mesa3d/src/gallium/state_trackers/dri/sw/
Ddri_context.c133 *error = __DRI_CTX_ERROR_BAD_VERSION; in dri_create_context()
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_context.c185 *error = __DRI_CTX_ERROR_BAD_VERSION; in i915CreateContext()
Dintel_screen.c795 *error = __DRI_CTX_ERROR_BAD_VERSION; in intelCreateContext()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_context.c124 *error = __DRI_CTX_ERROR_BAD_VERSION; in brwCreateContext()
Dintel_screen.c795 *error = __DRI_CTX_ERROR_BAD_VERSION; in intelCreateContext()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_context.c184 *error = __DRI_CTX_ERROR_BAD_VERSION; in r100CreateContext()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_context.c218 *error = __DRI_CTX_ERROR_BAD_VERSION; in r200CreateContext()
/external/mesa3d/include/GL/internal/
Ddri_interface.h846 #define __DRI_CTX_ERROR_BAD_VERSION 3 macro
/external/mesa3d/src/mesa/drivers/dri/swrast/
Dswrast.c727 *error = __DRI_CTX_ERROR_BAD_VERSION; in dri_create_context()
/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_screen.c795 *error = __DRI_CTX_ERROR_BAD_VERSION; in intelCreateContext()
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c681 case __DRI_CTX_ERROR_BAD_VERSION: in dri2_create_context_attribs_error()