Searched defs:renderType (Results 1 - 17 of 17) sorted by relevance

/external/mesa3d/src/glx/tests/
H A Dfake_glx_screen.cpp55 struct glx_context *shareList, int renderType)
58 (void) renderType;
54 indirect_create_context(struct glx_screen *psc, struct glx_config *mode, struct glx_context *shareList, int renderType) argument
H A Dfake_glx_screen.h110 struct glx_context *shareList, int renderType)
113 (void) renderType;
109 create(struct glx_screen *psc, struct glx_config *mode, struct glx_context *shareList, int renderType) argument
/external/mesa3d/src/glx/
H A Dapplegl_glx.c126 struct glx_context *shareList, int renderType)
124 applegl_create_context(struct glx_screen *psc, struct glx_config *config, struct glx_context *shareList, int renderType) argument
H A Dglxconfig.h78 GLint renderType; member in struct:glx_config
H A Dindirect_glx.c343 struct glx_context *shareList, int renderType)
366 gc->renderType = renderType;
444 int renderType = GLX_RGBA_TYPE; local
454 * attributes to correctly set renderType.
458 renderType = attribs[i * 2 + 1];
461 return indirect_create_context(base, config_base, shareList, renderType);
341 indirect_create_context(struct glx_screen *psc, struct glx_config *mode, struct glx_context *shareList, int renderType) argument
H A Ddrisw_glx.c352 struct glx_context *shareList, int renderType)
362 /* Check the renderType value */
363 if (!validate_renderType_against_config(config_base, renderType))
387 pcp->base.renderType = renderType;
417 uint32_t renderType; local
433 &major_ver, &minor_ver, &renderType, &flags,
437 /* Check the renderType value */
438 if (!validate_renderType_against_config(config_base, renderType)) {
473 pcp->base.renderType
350 drisw_create_context(struct glx_screen *base, struct glx_config *config_base, struct glx_context *shareList, int renderType) argument
[all...]
H A Ddriwindows_glx.c161 struct glx_context *shareList, int renderType)
171 /* Check the renderType value */
172 if (!validate_renderType_against_config(config_base, renderType))
196 pcp->base.renderType = renderType;
226 uint32_t renderType = GLX_RGBA_TYPE; local
228 /* Extract renderType from attribs */
232 renderType = attribs[i * 2 + 1];
245 /* Check the renderType value */
246 if (!validate_renderType_against_config(config_base, renderType)) {
159 driwindows_create_context(struct glx_screen *base, struct glx_config *config_base, struct glx_context *shareList, int renderType) argument
[all...]
H A Dglxext.c363 GLint renderType = 0; local
499 renderType = *bp++;
582 if (renderType != 0 && renderType != GLX_DONT_CARE) {
583 config->renderType = renderType;
584 config->floatMode = (renderType &
592 config->renderType =
H A Ddri3_glx.c281 /* Check the renderType value */
348 struct glx_context *shareList, int renderType)
346 dri3_create_context(struct glx_screen *base, struct glx_config *config_base, struct glx_context *shareList, int renderType) argument
H A Ddri_glx.c586 struct glx_context *shareList, int renderType)
597 /* Check the renderType value */
598 if (!validate_renderType_against_config(config_base, renderType))
622 pcp->base.renderType = renderType;
634 renderType, shared, hwContext, pcp);
584 dri_create_context(struct glx_screen *base, struct glx_config *config_base, struct glx_context *shareList, int renderType) argument
H A Dglxclient.h114 int renderType);
421 int renderType; member in struct:glx_context
490 int renderType);
813 struct glx_context *shareList, int renderType);
820 int renderType);
835 struct glx_context *shareList, int renderType);
H A Ddri2_glx.c182 struct glx_context *shareList, int renderType)
189 /* Check the renderType value */
190 if (!validate_renderType_against_config(config_base, renderType))
214 pcp->base.renderType = renderType;
246 uint32_t renderType; local
261 &major_ver, &minor_ver, &renderType, &flags,
265 /* Check the renderType value */
266 if (!validate_renderType_against_config(config_base, renderType))
306 /* The renderType i
180 dri2_create_context(struct glx_screen *base, struct glx_config *config_base, struct glx_context *shareList, int renderType) argument
[all...]
H A Dglxcmds.c229 * \param config GLX FBConfig which will support the returned renderType.
230 * \param renderType The context render type to be verified.
231 * \return True if the value of context renderType was approved, or 0 if no
236 int renderType)
238 switch (renderType) {
240 return (config->renderType & GLX_RGBA_BIT) != 0;
242 return (config->renderType & GLX_COLOR_INDEX_BIT) != 0;
244 return (config->renderType & GLX_RGBA_FLOAT_BIT_ARB) != 0;
246 return (config->renderType & GLX_RGBA_UNSIGNED_FLOAT_BIT_EXT) != 0;
274 * \param renderType Fo
235 validate_renderType_against_config(const struct glx_config *config, int renderType) argument
278 CreateContext(Display *dpy, int generic_id, struct glx_config *config, GLXContext shareList_user, Bool allowDirect, unsigned code, int renderType, int screen) argument
382 int renderType = GLX_RGBA_TYPE; local
1411 int i, renderType; local
1625 glXCreateNewContext(Display * dpy, GLXFBConfig fbconfig, int renderType, GLXContext shareList, Bool allowDirect) argument
2010 glXCreateContextWithConfigSGIX(Display * dpy, GLXFBConfigSGIX fbconfig, int renderType, GLXContext shareList, Bool allowDirect) argument
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fTextureBufferTests.cpp651 const RenderBits renderType = renderTypeCombinations[renderTypeNdx]; local
652 TestCaseGroup* const renderTypeGroup = new TestCaseGroup(context, toTestName(renderType).c_str(), toTestName(renderType).c_str());
661 renderTypeGroup->addChild(new TextureBufferCase(context.getTestContext(), context.getRenderContext(), GL_RGBA8, size, 0, 0, RENDERBITS_NONE, MODIFYBITS_NONE, renderType, name.c_str(), name.c_str()));
670 renderTypeGroup->addChild(new TextureBufferCase(context.getTestContext(), context.getRenderContext(), GL_RGBA8, bufferSize, 0, size, RENDERBITS_NONE, MODIFYBITS_NONE, renderType, name.c_str(), name.c_str()));
680 renderTypeGroup->addChild(new TextureBufferCase(context.getTestContext(), context.getRenderContext(), GL_RGBA8, bufferSize, offset, size, RENDERBITS_NONE, MODIFYBITS_NONE, renderType, name.c_str(), name.c_str()));
740 const RenderBits renderType = renderTypeCombinations[renderTypeNdx]; local
742 const string name (toTestName(renderType));
744 modifyTypeGroup->addChild(new TextureBufferCase(context.getTestContext(), context.getRenderContext(), GL_RGBA8, size, 0, 0, RENDERBITS_NONE, modifyType, renderType, name.c_str(), name.c_str()));
756 const RenderBits renderType local
[all...]
/external/mesa3d/src/mesa/drivers/x11/
H A Dglxapi.c407 glXCreateNewContext(Display *dpy, GLXFBConfig config, int renderType, GLXContext shareList, Bool direct) argument
413 return t->CreateNewContext(dpy, config, renderType, shareList, direct);
H A Dfakeglx.c2250 int renderType, GLXContext shareList, Bool direct )
2256 (renderType != GLX_RGBA_TYPE &&
2257 renderType != GLX_COLOR_INDEX_TYPE &&
2258 renderType != GLX_RGBA_FLOAT_TYPE_ARB &&
2259 renderType != GLX_RGBA_UNSIGNED_FLOAT_TYPE_EXT))
2249 Fake_glXCreateNewContext( Display *dpy, GLXFBConfig config, int renderType, GLXContext shareList, Bool direct ) argument
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
H A Dglx_api.c2187 int renderType, GLXContext shareCtx, Bool direct )
2192 (renderType != GLX_RGBA_TYPE && renderType != GLX_COLOR_INDEX_TYPE))
2401 int renderType, GLXContext shareCtx,
2407 (renderType != GLX_RGBA_TYPE && renderType != GLX_COLOR_INDEX_TYPE))
2742 int renderType = GLX_RGBA_TYPE; local
2765 renderType = attrib_list[++i];
2792 /* check renderType */
2793 if (renderType !
2186 glXCreateNewContext( Display *dpy, GLXFBConfig config, int renderType, GLXContext shareCtx, Bool direct ) argument
2400 glXCreateContextWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, int renderType, GLXContext shareCtx, Bool direct) argument
[all...]

Completed in 218 milliseconds