| /xsrc/external/mit/libXt/dist/src/ |
| H A D | GetResList.c | 117 dlist[dest].resource_type = (String) 118 XrmQuarkToString(TOXRMQUARK(list[i]->resource_type)); 190 dlist[dest].resource_type = (String) 191 XrmQuarkToString(TOXRMQUARK(list[i]->resource_type));
|
| H A D | VarGet.c | 145 from_type = resources[i].resource_type;
|
| H A D | Varargs.c | 193 to_type = resources->resource_type;
|
| H A D | Resources.c | 304 xrmres->xrm_type = PSToQ(resources->resource_type); 325 xrmres->xrm_type = StringToQuark(resources->resource_type);
|
| /xsrc/external/mit/libXres/dist/include/X11/extensions/ |
| H A D | XRes.h | 18 Atom resource_type; member in struct:__anonf8ff88d40208
|
| /xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/ |
| H A D | dxil_container.h | 78 uint32_t resource_type; member in struct:dxil_resource
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/examples/ |
| H A D | res.c | 89 char *name = XGetAtomName(display, types[j].resource_type);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | shaderapi.c | 2651 GLenum resource_type; local in function:_mesa_GetSubroutineUniformLocation 2669 resource_type = _mesa_shader_stage_to_subroutine_uniform(stage); 2670 return _mesa_program_resource_location(shProg, resource_type, name); 2681 GLenum resource_type; local in function:_mesa_GetSubroutineIndex 2699 resource_type = _mesa_shader_stage_to_subroutine(stage); 2700 res = _mesa_program_resource_find_name(shProg, resource_type, name, NULL); 2720 GLenum resource_type; local in function:_mesa_GetActiveSubroutineUniformiv 2733 resource_type = _mesa_shader_stage_to_subroutine_uniform(stage); 2749 res = _mesa_program_resource_find_index(shProg, resource_type, index); 2757 res = _mesa_program_resource_find_index(shProg, resource_type, inde 2802 GLenum resource_type; local in function:_mesa_GetActiveSubroutineUniformName 2836 GLenum resource_type; local in function:_mesa_GetActiveSubroutineName 3021 GLenum resource_type; local in function:_mesa_GetProgramStageiv 3040 GLenum resource_type; local in function:_mesa_GetProgramStageiv [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | shaderapi.c | 2845 GLenum resource_type; local in function:_mesa_GetSubroutineUniformLocation 2863 resource_type = _mesa_shader_stage_to_subroutine_uniform(stage); 2864 return _mesa_program_resource_location(shProg, resource_type, name); 2875 GLenum resource_type; local in function:_mesa_GetSubroutineIndex 2893 resource_type = _mesa_shader_stage_to_subroutine(stage); 2894 res = _mesa_program_resource_find_name(shProg, resource_type, name, NULL); 2914 GLenum resource_type; local in function:_mesa_GetActiveSubroutineUniformiv 2927 resource_type = _mesa_shader_stage_to_subroutine_uniform(stage); 2943 res = _mesa_program_resource_find_index(shProg, resource_type, index); 2951 res = _mesa_program_resource_find_index(shProg, resource_type, inde 2996 GLenum resource_type; local in function:_mesa_GetActiveSubroutineUniformName 3030 GLenum resource_type; local in function:_mesa_GetActiveSubroutineName 3215 GLenum resource_type; local in function:_mesa_GetProgramStageiv 3234 GLenum resource_type; local in function:_mesa_GetProgramStageiv [all...] |
| /xsrc/external/mit/xorg-server.old/dist/Xext/ |
| H A D | xres.c | 167 scratch.resource_type = MakeAtom(name, strlen(name), TRUE); 171 scratch.resource_type = MakeAtom(buf, strlen(buf), TRUE); 178 swapl (&scratch.resource_type, n);
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | gestures.c | 156 GestureAddListener(GestureInfoPtr gi, XID resource, int resource_type, argument 169 gi->listener.resource_type = resource_type;
|
| H A D | touch.c | 634 TouchAddListener(TouchPointInfoPtr ti, XID resource, int resource_type, argument 648 ti->listeners[ti->num_listeners].resource_type = resource_type;
|
| /xsrc/external/mit/listres/dist/ |
| H A D | listres.c | 184 res->resource_name, res->resource_class, res->resource_type); 196 res->resource_name, res->resource_class, res->resource_type);
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/common/ |
| H A D | ac_surface.h | 146 enum gfx9_resource_type resource_type; /* 1D, 2D or 3D */ member in struct:gfx9_surf_layout
|
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| H A D | XResproto.h | 34 CARD32 resource_type; member in struct:__anon297163a30208
|
| /xsrc/external/mit/libXres/dist/src/ |
| H A D | XRes.c | 180 typs[i].resource_type = scratch.resource_type;
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | inputstr.h | 308 int resource_type; /* listener's resource type */ member in struct:_TouchListener 358 int resource_type; /* listener's resource type */ member in struct:_GestureListener
|
| H A D | input.h | 639 extern void TouchAddListener(TouchPointInfoPtr ti, XID resource, int resource_type, 667 extern void GestureAddListener(GestureInfoPtr gi, XID resource, int resource_type,
|
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | Actions.c | 786 XrmPermStringToQuark(xt_list[i].resource_type); 792 xt_list[i].resource_type, 807 XrmPermStringToQuark(cons_list[i - num_xt].resource_type); 813 cons_list[i - num_xt].resource_type,
|
| /xsrc/external/mit/libXmu/dist/src/ |
| H A D | EditresCom.c | 754 if (strcmp(norm_list[i].resource_type, XtRWidget) == 0) 768 if (strcmp(cons_list[i].resource_type, XtRWidget) == 0) 1526 _XEditResPutString8(stream, norm_list[i].resource_type); 1540 _XEditResPutString8(stream, cons_list[i].resource_type); 2166 if (strcmp(XtRString, res->resource_type) == 0) 2180 if (XtConvertAndStore(w,res->resource_type, &from, XtRString, &to))
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | evergreen_state.h | 86 int resource_type; member in struct:__anon0a2b7a930208
|
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| H A D | evergreen_state.h | 86 int resource_type; member in struct:__anon924f4acb0208
|
| /xsrc/external/mit/MesaLib/dist/src/amd/common/ |
| H A D | ac_surface.h | 234 enum gfx9_resource_type resource_type:8; /* 1D, 2D or 3D */
|
| /xsrc/external/mit/xorg-server/dist/Xext/ |
| H A D | xres.c | 344 scratch.resource_type = resourceTypeAtom(i + 1); 348 swapl(&scratch.resource_type);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_sdma_copy_image.c | 190 tiled->surface.u.gfx9.resource_type << 9 |
|