Searched refs:newType (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/xkbcomp/dist/
H A Dkeycodes.c224 const char *oldType, *newType; local in function:AddIndicatorName
231 newType = "virtual indicator";
233 newType = "real indicator";
246 newType, XkbAtomText(NULL, ignoring, XkbMessage));
/xsrc/external/mit/MesaLib/dist/src/mesa/vbo/
H A Dvbo_exec_api.c258 GLuint attr, GLuint newSize, GLenum newType)
304 exec->vtx.attr[attr].type = newType;
427 GLuint newSize, GLenum newType)
434 newType != exec->vtx.attr[attr].type) {
438 vbo_exec_wrap_upgrade_vertex(exec, attr, newSize, newType);
257 vbo_exec_wrap_upgrade_vertex(struct vbo_exec_context * exec,GLuint attr,GLuint newSize,GLenum newType) argument
426 vbo_exec_fixup_vertex(struct gl_context * ctx,GLuint attr,GLuint newSize,GLenum newType) argument
H A Dvbo_save_api.c1216 GLuint sz, GLenum newType)
1221 newType != save->attrtype[attr]) {
1215 fixup_vertex(struct gl_context * ctx,GLuint attr,GLuint sz,GLenum newType) argument
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_span.c939 convert_color_type(SWspan *span, GLenum srcType, GLenum newType, GLuint output) argument
955 if (newType == GL_UNSIGNED_BYTE) {
958 else if (newType == GL_UNSIGNED_SHORT) {
966 newType, dst,
969 span->array->ChanType = newType;
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_span.c939 convert_color_type(SWspan *span, GLenum srcType, GLenum newType, GLuint output) argument
955 if (newType == GL_UNSIGNED_BYTE) {
958 else if (newType == GL_UNSIGNED_SHORT) {
966 newType, dst,
969 span->array->ChanType = newType;
/xsrc/external/mit/libXaw/dist/src/
H A DText.c2852 XawTextSelectType newType; local in function:DoSelection
2856 newType = ctx->text.s.type;
2866 newType = *(ctx->text.sarray);
2868 newType = *(sarray + 1);
2869 if (newType == XawselectNull)
2870 newType = *(ctx->text.sarray);
2874 newType = *(ctx->text.sarray);
2878 switch (newType) {
2891 if (newType == XawselectWord)
2893 else if (newType
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/vbo/
H A Dvbo_exec_api.c406 GLuint newSize, GLenum newType)
413 newType != exec->vtx.attrtype[attr]) {
432 exec->vtx.attrtype[attr] = newType;
405 vbo_exec_fixup_vertex(struct gl_context * ctx,GLuint attr,GLuint newSize,GLenum newType) argument
H A Dvbo_save_api.c935 GLuint sz, GLenum newType)
940 newType != save->attrtype[attr]) {
934 fixup_vertex(struct gl_context * ctx,GLuint attr,GLuint sz,GLenum newType) argument

Completed in 33 milliseconds