Home
last modified time | relevance | path

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

/third_party/glfw/src/
H A Dcontext.c289 if (desired->accumGreenBits != GLFW_DONT_CARE) in _glfwChooseFBConfig()
291 extraDiff += (desired->accumGreenBits - current->accumGreenBits) * in _glfwChooseFBConfig()
292 (desired->accumGreenBits - current->accumGreenBits); in _glfwChooseFBConfig()
H A Dwgl_context.c184 u->accumGreenBits = FIND_ATTRIB_VALUE(WGL_ACCUM_GREEN_BITS_ARB); in choosePixelFormatWGL()
259 u->accumGreenBits = pfd.cAccumGreenBits; in choosePixelFormatWGL()
H A Dosmesa_context.c203 fbconfig->accumGreenBits + in _glfwCreateContextOSMesa()
H A Dglx_context.c117 u->accumGreenBits = getGLXFBConfigAttrib(n, GLX_ACCUM_GREEN_SIZE); in chooseGLXFBConfig()
H A Dinternal.h475 int accumGreenBits; member
H A Dwindow.c323 _glfw.hints.framebuffer.accumGreenBits = value; in glfwWindowHint()
/third_party/mesa3d/src/glx/apple/
H A Dapple_visual.c136 if ((mode->accumRedBits + mode->accumGreenBits + mode->accumBlueBits) > 0) { in apple_visual_create_pfobj()
138 attr[numattr++] = mode->accumRedBits + mode->accumGreenBits + in apple_visual_create_pfobj()
/third_party/mesa3d/src/mesa/main/
H A Dglconfig.h22 GLint accumRedBits, accumGreenBits, accumBlueBits, accumAlphaBits; member
H A Dframebuffer.c482 fb->Visual.accumGreenBits = _mesa_get_format_bits(fmt, GL_GREEN_BITS); in _mesa_update_framebuffer_visual()
/third_party/mesa3d/src/glx/
H A Dglxconfig.h45 GLint accumRedBits, accumGreenBits, accumBlueBits, accumAlphaBits; member
H A Dglxconfig.c95 *value_return = mode->accumGreenBits; in glx_config_get()
H A Dglxext.c431 config->accumGreenBits = *bp++; in __glXInitializeVisualConfigFromTags()
510 config->accumGreenBits = *bp++; in __glXInitializeVisualConfigFromTags()
H A Ddri_common.c111 __ATTRIB(__DRI_ATTRIB_ACCUM_GREEN_SIZE, accumGreenBits),
H A Dglxcmds.c1018 MATCH_MINIMUM(accumGreenBits); in fbconfigs_compatible()
1163 PREFER_LARGER_OR_ZERO(accumGreenBits); in fbconfig_compare()
/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddri_screen.c316 modes->accumGreenBits = 16 * j; in driCreateConfigs()
H A Ddri_util.c283 __ATTRIB(__DRI_ATTRIB_ACCUM_GREEN_SIZE, accumGreenBits); in driGetConfigAttribIndex()
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
H A Dglx_api.c244 && (v->mesa_visual.accumGreenBits >= accumGreenSize || accumGreenSize == 0) in save_glx_visual()
1520 *value = xmvis->mesa_visual.accumGreenBits; in get_config()
H A Dxm_api.c857 vis->accumGreenBits = accum_green_size; in XMesaCreateVisual()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_manager.c562 mode->accumGreenBits = in st_visual_to_context_mode()

Completed in 24 milliseconds