Searched refs:renderType (Results 1 – 12 of 12) sorted by relevance
104 render_type_is_pbuffer_only(unsigned renderType) in render_type_is_pbuffer_only() argument113 return !!(renderType & (__DRI_ATTRIB_UNSIGNED_FLOAT_BIT in render_type_is_pbuffer_only()124 GLint renderType = 0; in createModeFromConfig() local138 renderType |= GLX_RGBA_BIT; in createModeFromConfig()140 renderType |= GLX_COLOR_INDEX_BIT; in createModeFromConfig()142 renderType |= GLX_RGBA_FLOAT_BIT_ARB; in createModeFromConfig()144 renderType |= GLX_RGBA_UNSIGNED_FLOAT_BIT_EXT; in createModeFromConfig()177 if (!render_type_is_pbuffer_only(renderType)) in createModeFromConfig()182 config->config.renderType = renderType; in createModeFromConfig()198 (render_type_is_pbuffer_only(renderType) || in createModeFromConfig()
85 GLint renderType; member
83 __GLX_SWAP_INT(&req->renderType); in __glXDispSwap_CreateNewContext()103 __GLX_SWAP_INT(&req->renderType); in __glXDispSwap_CreateContextWithConfigSGIX()
922 buf[p++] = (modes->renderType & GLX_RGBA_BIT) ? GL_TRUE : GL_FALSE; in __glXDisp_GetVisualConfigs()1045 (modes->renderType & GLX_RGBA_BIT) ? GL_TRUE : GL_FALSE); in DoGetFBConfigs()1046 WRITE_PAIR(GLX_RENDER_TYPE, modes->renderType); in DoGetFBConfigs()1662 sendBuf[9] = (int) (ctx->config ? ctx->config->renderType : GLX_DONT_CARE); in DoQueryContext()
47 (c1->renderType == c2->renderType) && in AreFBConfigsMatch()
338 int renderType = GLX_RGBA_TYPE; in CreateContext() local346 renderType = GLX_COLOR_INDEX_TYPE; in CreateContext()351 renderType = GLX_RGBA_TYPE; in CreateContext()355 renderType = in CreateContext()356 renderTypeBitsToRenderTypeEnum(glxc->pFBConfig->renderType); in CreateContext()368 be_new_req->renderType = renderType; in CreateContext()394 ext_req->renderType = renderType; in CreateContext()2943 buf[p++] = pFBConfig->renderType; in __glXGetFBConfigs()3232 *pSendBuf++ = renderTypeBitsToRenderTypeEnum(ctx->pFBConfig->renderType); in __glXQueryContext()
143 mode->renderType = (mode->rgbMode) ? GLX_RGBA_BIT : GLX_COLOR_INDEX_BIT; in _gl_copy_visual_to_context_mode()324 *value_return = mode->renderType; in _gl_get_context_mode_data()573 (a->renderType == b->renderType) && in _gl_context_modes_are_same()
230 c->renderType = GLX_RGBA_BIT; in __glXAquaCreateVisualConfigs()
44 virtual void create(INT32 renderType, INT32 display) = 0;
379 config->renderType = value; in GetGLXFBConfigs()454 config->rgbMode = (config->renderType in GetGLXFBConfigs()572 cfg->rgba = !(fbcfg->renderType & GLX_COLOR_INDEX_BIT_SGIX); in GetGLXVisualConfigsFromFBConfigs()
322 (c->renderType & GLX_RGBA_BIT) ? "y" : ".", in fbConfigsDump()323 (c->renderType & GLX_COLOR_INDEX_BIT) ? "y" : ".", in fbConfigsDump()335 (c->renderType & (GLX_RGBA_FLOAT_BIT_ARB | in fbConfigsDump()1882 c->base.renderType = GLX_RGBA_BIT | GLX_COLOR_INDEX_BIT; in glxWinCreateConfigs()1885 c->base.renderType = GLX_RGBA_BIT; in glxWinCreateConfigs()2246 c->base.renderType = GLX_RGBA_BIT | GLX_COLOR_INDEX_BIT; in glxWinCreateConfigsExt()2249 c->base.renderType = GLX_RGBA_BIT; in glxWinCreateConfigsExt()
58426 glx: Allow float renderType in glXCreateContextAttribsARB58429 GLX_RGBA_UNSIGNED_FLOAT_TYPE_EXT as valid renderType parameters to136025 XQuartz: GL: Set the __GLXconfig renderType to GLX_RGBA_BIT.