Home
last modified time | relevance | path

Searched refs:accumAlphaBits (Results 1 - 19 of 19) sorted by relevance

/third_party/glfw/src/
H A Dcontext.c301 if (desired->accumAlphaBits != GLFW_DONT_CARE) in _glfwChooseFBConfig()
303 extraDiff += (desired->accumAlphaBits - current->accumAlphaBits) * in _glfwChooseFBConfig()
304 (desired->accumAlphaBits - current->accumAlphaBits); in _glfwChooseFBConfig()
H A Dwgl_context.c186 u->accumAlphaBits = FIND_ATTRIB_VALUE(WGL_ACCUM_ALPHA_BITS_ARB); in choosePixelFormatWGL()
261 u->accumAlphaBits = pfd.cAccumAlphaBits; in choosePixelFormatWGL()
H A Dosmesa_context.c205 fbconfig->accumAlphaBits; in _glfwCreateContextOSMesa()
H A Dglx_context.c119 u->accumAlphaBits = getGLXFBConfigAttrib(n, GLX_ACCUM_ALPHA_SIZE); in chooseGLXFBConfig()
H A Dinternal.h477 int accumAlphaBits; member
H A Dwindow.c329 _glfw.hints.framebuffer.accumAlphaBits = value; in glfwWindowHint()
/third_party/mesa3d/src/mesa/main/
H A Dglconfig.h22 GLint accumRedBits, accumGreenBits, accumBlueBits, accumAlphaBits; member
H A Dframebuffer.c484 fb->Visual.accumAlphaBits = _mesa_get_format_bits(fmt, GL_ALPHA_BITS); in _mesa_update_framebuffer_visual()
/third_party/mesa3d/src/glx/
H A Dglxconfig.h45 GLint accumRedBits, accumGreenBits, accumBlueBits, accumAlphaBits; member
H A Dglxconfig.c101 *value_return = mode->accumAlphaBits; in glx_config_get()
H A Dglxext.c433 config->accumAlphaBits = *bp++; in __glXInitializeVisualConfigFromTags()
516 config->accumAlphaBits = *bp++; in __glXInitializeVisualConfigFromTags()
H A Ddri_common.c113 __ATTRIB(__DRI_ATTRIB_ACCUM_ALPHA_SIZE, accumAlphaBits),
H A Dglxcmds.c1020 MATCH_MINIMUM(accumAlphaBits); in fbconfigs_compatible()
1165 PREFER_LARGER_OR_ZERO(accumAlphaBits); in fbconfig_compare()
/third_party/mesa3d/src/glx/apple/
H A Dapple_visual.c139 mode->accumBlueBits + mode->accumAlphaBits; in apple_visual_create_pfobj()
/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddri_screen.c318 modes->accumAlphaBits = 16 * j; in driCreateConfigs()
H A Ddri_util.c285 __ATTRIB(__DRI_ATTRIB_ACCUM_ALPHA_SIZE, accumAlphaBits); in driGetConfigAttribIndex()
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
H A Dglx_api.c246 && (v->mesa_visual.accumAlphaBits >= accumAlphaSize || accumAlphaSize == 0)) { in save_glx_visual()
1526 *value = xmvis->mesa_visual.accumAlphaBits; in get_config()
H A Dxm_api.c859 vis->accumAlphaBits = accum_alpha_size; in XMesaCreateVisual()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_manager.c568 mode->accumAlphaBits = in st_visual_to_context_mode()

Completed in 45 milliseconds