Searched refs:indx (Results 1 - 25 of 33) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/mesa/vbo/
H A Dvbo.h136 _es_VertexAttrib1f(GLuint indx, GLfloat x);
139 _es_VertexAttrib1fv(GLuint indx, const GLfloat* values);
142 _es_VertexAttrib2f(GLuint indx, GLfloat x, GLfloat y);
145 _es_VertexAttrib2fv(GLuint indx, const GLfloat* values);
148 _es_VertexAttrib3f(GLuint indx, GLfloat x, GLfloat y, GLfloat z);
151 _es_VertexAttrib3fv(GLuint indx, const GLfloat* values);
154 _es_VertexAttrib4fv(GLuint indx, const GLfloat* values);
H A Dvbo_exec_api.c1367 _es_VertexAttrib1f(GLuint indx, GLfloat x) argument
1369 VertexAttrib4f_nopos(indx, x, 0.0f, 0.0f, 1.0f);
1374 _es_VertexAttrib1fv(GLuint indx, const GLfloat* values) argument
1376 VertexAttrib4f_nopos(indx, values[0], 0.0f, 0.0f, 1.0f);
1381 _es_VertexAttrib2f(GLuint indx, GLfloat x, GLfloat y) argument
1383 VertexAttrib4f_nopos(indx, x, y, 0.0f, 1.0f);
1388 _es_VertexAttrib2fv(GLuint indx, const GLfloat* values) argument
1390 VertexAttrib4f_nopos(indx, values[0], values[1], 0.0f, 1.0f);
1395 _es_VertexAttrib3f(GLuint indx, GLfloat x, GLfloat y, GLfloat z) argument
1397 VertexAttrib4f_nopos(indx,
1402 _es_VertexAttrib3fv(GLuint indx,const GLfloat * values) argument
1409 _es_VertexAttrib4fv(GLuint indx,const GLfloat * values) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/vbo/
H A Dvbo.h271 _es_VertexAttrib1f(GLuint indx, GLfloat x);
274 _es_VertexAttrib1fv(GLuint indx, const GLfloat* values);
277 _es_VertexAttrib2f(GLuint indx, GLfloat x, GLfloat y);
280 _es_VertexAttrib2fv(GLuint indx, const GLfloat* values);
283 _es_VertexAttrib3f(GLuint indx, GLfloat x, GLfloat y, GLfloat z);
286 _es_VertexAttrib3fv(GLuint indx, const GLfloat* values);
289 _es_VertexAttrib4fv(GLuint indx, const GLfloat* values);
H A Dvbo_exec_api.c1189 _es_VertexAttrib1f(GLuint indx, GLfloat x) argument
1191 VertexAttrib4f_nopos(indx, x, 0.0f, 0.0f, 1.0f);
1196 _es_VertexAttrib1fv(GLuint indx, const GLfloat* values) argument
1198 VertexAttrib4f_nopos(indx, values[0], 0.0f, 0.0f, 1.0f);
1203 _es_VertexAttrib2f(GLuint indx, GLfloat x, GLfloat y) argument
1205 VertexAttrib4f_nopos(indx, x, y, 0.0f, 1.0f);
1210 _es_VertexAttrib2fv(GLuint indx, const GLfloat* values) argument
1212 VertexAttrib4f_nopos(indx, values[0], values[1], 0.0f, 1.0f);
1217 _es_VertexAttrib3f(GLuint indx, GLfloat x, GLfloat y, GLfloat z) argument
1219 VertexAttrib4f_nopos(indx,
1224 _es_VertexAttrib3fv(GLuint indx,const GLfloat * values) argument
1231 _es_VertexAttrib4fv(GLuint indx,const GLfloat * values) argument
[all...]
/xsrc/external/mit/libXt/dist/src/
H A DResConfig.c346 * indx index into the resource string
359 char *indx,
375 _set_and_search(children[i], indx, remainder, resource,
391 * indx the index into the resource string
396 * indx the index into the resource string
402 _get_part(char *remainder _X_UNUSED, char **indx, char **part) argument
406 char token = **indx;
413 (*indx)++; /* get rid of the token */
414 while (**indx && (**indx !
358 _search_child(Widget w,char * indx,char * remainder,char * resource,char * value,char last_token,char * last_part) argument
521 _set_and_search(Widget w,char * indx,char * remainder,char * resource,char * value,char last_token,char * last_part) argument
727 char *indx, *copy; local in function:_search_widget_tree
[all...]
/xsrc/external/mit/libdrm/dist/tests/modetest/
H A Dcursor.c75 static uint32_t indx, count; variable in typeref:typename:uint32_t
144 const struct cursor_step *step = &steps[indx % ARRAY_SIZE(steps)];
157 indx++;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/dri/
H A Ddri.h132 void (*InitBuffers) (WindowPtr pWin, RegionPtr prgn, CARD32 indx);
134 DDXPointRec ptOldOrg, RegionPtr prgnSrc, CARD32 indx);
138 void (*SetDrawableIndex) (WindowPtr pWin, CARD32 indx);
240 unsigned int *indx,
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dri/
H A Ddri.h142 CARD32 indx);
146 CARD32 indx);
150 void (*SetDrawableIndex)(WindowPtr pWin, CARD32 indx);
255 unsigned int* indx,
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86VidMode.c54 xf86VidModeGetMonitorValue(ScreenPtr pScreen, int valtyp, int indx) argument
77 ret.f = (100.0 * monitor->hsync[indx].lo);
80 ret.f = (100.0 * monitor->hsync[indx].hi);
83 ret.f = (100.0 * monitor->vrefresh[indx].lo);
86 ret.f = (100.0 * monitor->vrefresh[indx].hi);
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dvidmodeproc.h70 extern _X_EXPORT vidMonitorValue VidModeGetMonitorValue(pointer monitor, int valtyp, int indx);
H A Dxf86VidMode.c638 VidModeGetMonitorValue(pointer monitor, int valtyp, int indx) argument
656 ret.f = (100.0 * ((MonPtr)monitor)->hsync[indx].lo);
659 ret.f = (100.0 * ((MonPtr)monitor)->hsync[indx].hi);
662 ret.f = (100.0 * ((MonPtr)monitor)->vrefresh[indx].lo);
665 ret.f = (100.0 * ((MonPtr)monitor)->vrefresh[indx].hi);
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/vgahw/
H A DvgaHW.h97 typedef void (*vgaHWWriteIndexProcPtr)(vgaHWPtr hwp, CARD8 indx, CARD8 value);
98 typedef CARD8 (*vgaHWReadIndexProcPtr)(vgaHWPtr hwp, CARD8 indx);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/vgahw/
H A DvgaHW.h96 typedef void (*vgaHWWriteIndexProcPtr) (vgaHWPtr hwp, CARD8 indx, CARD8 value);
97 typedef CARD8 (*vgaHWReadIndexProcPtr) (vgaHWPtr hwp, CARD8 indx);
/xsrc/external/mit/libX11/dist/src/xlibi18n/lcUniConv/
H A Dcjk_tab_to_h.c421 int i, row, col, j, p, j1, j2, indx; local in function:output_uni2charset_sparse
449 indx = 0;
451 summary_indx[j1] = indx;
456 indx2charset[indx++] = enc->uni2charset[j];
476 printf("static const unsigned short %s_2charset[%d] = {\n", name, indx);
477 for (i = 0; i < indx; ) {
481 if ((i % 8) == 0 || i == indx) printf("\n");
523 printf(" /* Add `summary->indx' and the number of bits set in `used'. */\n");
528 printf(" c = %s_2charset[summary->indx + used];\n", name);
/xsrc/external/mit/xorg-server/dist/include/
H A Dvidmodestr.h44 int indx);
/xsrc/external/mit/xf86-video-s3/dist/src/
H A Ds3_dga.c236 int indx = pScrn->pScreen->myNum; local in function:S3_SetMode
240 memcpy(&pS3->CurrentLayout, &SavedLayouts[indx],
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_accel.c678 int indx = 0; local in function:RADEONCPGetBuffer
701 dma.request_list = &indx;
715 buf = &info->dri->buffers->list[indx];
H A Dradeon_dri.c476 static void RADEONDRIInitBuffers(WindowPtr pWin, RegionPtr prgn, CARD32 indx) argument
491 RegionPtr prgnSrc, CARD32 indx)
490 RADEONDRIMoveBuffers(WindowPtr pParent,DDXPointRec ptOldOrg,RegionPtr prgnSrc,CARD32 indx) argument
/xsrc/external/mit/xf86-video-chips/dist/src/
H A Dct_driver.c1328 int val, indx; local in function:chipsPreInitHiQV
2117 if (xf86GetOptValInteger(cPtr->Options, OPTION_CRT_CLK_INDX, &indx)) {
2119 indx);
2120 cPtr->CRTclkInx = indx;
2122 if (xf86GetOptValInteger(cPtr->Options, OPTION_FP_CLK_INDX, &indx)) {
2124 "Force FP Clock index to %d\n", indx);
2125 cPtr->FPclkInx = indx;
2127 if (indx == cPtr->FPclkInx) {
2128 if (indx == 2)
2131 cPtr->FPclkInx = indx
[all...]
/xsrc/external/mit/xf86-video-r128/dist/src/
H A Dr128_accel.c1557 int indx = 0; local in function:R128CCEGetBuffer
1576 dma.request_list = &indx;
1590 buf = &info->buffers->list[indx];
H A Dr128_dri.c160 static void R128DRIInitBuffers(WindowPtr pWin, RegionPtr prgn, CARD32 indx) argument
228 RegionPtr prgnSrc, CARD32 indx)
227 R128DRIMoveBuffers(WindowPtr pWin,DDXPointRec ptOldOrg,RegionPtr prgnSrc,CARD32 indx) argument
/xsrc/external/mit/xf86-video-mach64/dist/src/
H A Datidri.c233 static void ATIDRIInitBuffers( WindowPtr pWin, RegionPtr prgn, CARD32 indx ) argument
300 RegionPtr prgnSrc, CARD32 indx )
299 ATIDRIMoveBuffers(WindowPtr pWin,DDXPointRec ptOldOrg,RegionPtr prgnSrc,CARD32 indx) argument
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dapi_arrayelt.c48 typedef void (GLAPIENTRY *attrib_func)( GLuint indx, const void *data );
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dapi_arrayelt.c48 typedef void (GLAPIENTRY *attrib_func)( GLuint indx, const void *data );
/xsrc/external/mit/xorg-server.old/dist/fb/
H A Dfb.h1726 fbCloseScreen (int indx, ScreenPtr pScreen);

Completed in 33 milliseconds

12