Searched defs:render_type (Results 1 - 5 of 5) sorted by relevance

/external/selinux/checkpolicy/test/
H A Ddispol.c57 int render_type(uint32_t type, policydb_t * p, FILE * fp) function
135 render_type(datum->data, p, fp);
141 render_type(datum->data, p, fp);
147 render_type(datum->data, p, fp);
/external/mesa3d/src/glx/
H A Ddri_common.c466 int render_type = GLX_RGBA_TYPE; local
500 render_type = attribs[i * 2 + 1];
571 if (*major_ver >= 3 && render_type == GLX_COLOR_INDEX_TYPE) {
/external/mesa3d/src/mesa/drivers/x11/
H A Dglxapi.c792 glXCreateContextWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool direct) argument
798 return (t->CreateContextWithConfigSGIX)(dpy, config, render_type, share_list, direct);
H A Dfakeglx.c2539 Fake_glXCreateContextWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool direct) argument
/external/libgdx/backends/gdx-backend-lwjgl3/libs/
H A Dlwjgl.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/lwjgl/ org/lwjgl/egl/ org/lwjgl/glfw/ org/ ...

Completed in 236 milliseconds