Home
last modified time | relevance | path

Searched refs:renderType (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/external/xserver/glx/
H A Dglxdricommon.c104 render_type_is_pbuffer_only(unsigned renderType) in render_type_is_pbuffer_only() argument
113 return !!(renderType & (__DRI_ATTRIB_UNSIGNED_FLOAT_BIT in render_type_is_pbuffer_only()
124 GLint renderType = 0; in createModeFromConfig() local
138 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()
H A Dglxscreens.h85 GLint renderType; member
H A Dglxcmdsswap.c83 __GLX_SWAP_INT(&req->renderType); in __glXDispSwap_CreateNewContext()
103 __GLX_SWAP_INT(&req->renderType); in __glXDispSwap_CreateContextWithConfigSGIX()
H A Dglxcmds.c922 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()
/OK3568_Linux_fs/external/xserver/hw/dmx/glxProxy/
H A Dglxfbconfig.c47 (c1->renderType == c2->renderType) && in AreFBConfigsMatch()
H A Dglxcmds.c338 int renderType = GLX_RGBA_TYPE; in CreateContext() local
346 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()
/OK3568_Linux_fs/external/xserver/hw/xquartz/GL/
H A Dglcontextmodes.c143 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()
H A DvisualConfigs.c230 c->renderType = GLX_RGBA_BIT; in __glXAquaCreateVisualConfigs()
/OK3568_Linux_fs/external/rockit/tgi/sdk/include/
H A DRTSubtitleSinkInterface.h44 virtual void create(INT32 renderType, INT32 display) = 0;
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmx_glxvisuals.c379 config->renderType = value; in GetGLXFBConfigs()
454 config->rgbMode = (config->renderType in GetGLXFBConfigs()
572 cfg->rgba = !(fbcfg->renderType & GLX_COLOR_INDEX_BIT_SGIX); in GetGLXVisualConfigsFromFBConfigs()
/OK3568_Linux_fs/external/xserver/hw/xwin/glx/
H A Dindirect.c322 (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()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog58426 glx: Allow float renderType in glXCreateContextAttribsARB
58429 GLX_RGBA_UNSIGNED_FLOAT_TYPE_EXT as valid renderType parameters to
136025 XQuartz: GL: Set the __GLXconfig renderType to GLX_RGBA_BIT.