HomeSort by: relevance | last modified time | path
    Searched refs:indx (Results 1 - 25 of 33) sorted by relevancy

1 2

  /xsrc/external/mit/MesaLib.old/dist/src/mesa/vbo/
vbo.h 136 _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);
vbo_exec_api.c 1367 _es_VertexAttrib1f(GLuint indx, GLfloat x)
1369 VertexAttrib4f_nopos(indx, x, 0.0f, 0.0f, 1.0f);
1374 _es_VertexAttrib1fv(GLuint indx, const GLfloat* values)
1376 VertexAttrib4f_nopos(indx, values[0], 0.0f, 0.0f, 1.0f);
1381 _es_VertexAttrib2f(GLuint indx, GLfloat x, GLfloat y)
1383 VertexAttrib4f_nopos(indx, x, y, 0.0f, 1.0f);
1388 _es_VertexAttrib2fv(GLuint indx, const GLfloat* values)
1390 VertexAttrib4f_nopos(indx, values[0], values[1], 0.0f, 1.0f);
1395 _es_VertexAttrib3f(GLuint indx, GLfloat x, GLfloat y, GLfloat z)
1397 VertexAttrib4f_nopos(indx, x, y, z, 1.0f)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/mesa/vbo/
vbo.h 271 _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);
vbo_exec_api.c 1189 _es_VertexAttrib1f(GLuint indx, GLfloat x)
1191 VertexAttrib4f_nopos(indx, x, 0.0f, 0.0f, 1.0f);
1196 _es_VertexAttrib1fv(GLuint indx, const GLfloat* values)
1198 VertexAttrib4f_nopos(indx, values[0], 0.0f, 0.0f, 1.0f);
1203 _es_VertexAttrib2f(GLuint indx, GLfloat x, GLfloat y)
1205 VertexAttrib4f_nopos(indx, x, y, 0.0f, 1.0f);
1210 _es_VertexAttrib2fv(GLuint indx, const GLfloat* values)
1212 VertexAttrib4f_nopos(indx, values[0], values[1], 0.0f, 1.0f);
1217 _es_VertexAttrib3f(GLuint indx, GLfloat x, GLfloat y, GLfloat z)
1219 VertexAttrib4f_nopos(indx, x, y, z, 1.0f)
    [all...]
  /xsrc/external/mit/libXt/dist/src/
ResConfig.c 346 * 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)
406 char token = **indx;
413 (*indx)++; /* get rid of the token */
414 while (**indx && (**indx != '.') && (**indx != '*'))
727 char *indx, *copy; local
    [all...]
  /xsrc/external/mit/libdrm/dist/tests/modetest/
cursor.c 75 static uint32_t indx, count; variable
144 const struct cursor_step *step = &steps[indx % ARRAY_SIZE(steps)];
157 indx++;
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/dri/
dri.h 132 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/
dri.h 142 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/
xf86VidMode.c 54 xf86VidModeGetMonitorValue(ScreenPtr pScreen, int valtyp, int indx)
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/
vidmodeproc.h 70 extern _X_EXPORT vidMonitorValue VidModeGetMonitorValue(pointer monitor, int valtyp, int indx);
xf86VidMode.c 638 VidModeGetMonitorValue(pointer monitor, int valtyp, int indx)
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/dist/hw/xfree86/vgahw/
vgaHW.h 96 typedef void (*vgaHWWriteIndexProcPtr) (vgaHWPtr hwp, CARD8 indx, CARD8 value);
97 typedef CARD8 (*vgaHWReadIndexProcPtr) (vgaHWPtr hwp, CARD8 indx);
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/vgahw/
vgaHW.h 97 typedef void (*vgaHWWriteIndexProcPtr)(vgaHWPtr hwp, CARD8 indx, CARD8 value);
98 typedef CARD8 (*vgaHWReadIndexProcPtr)(vgaHWPtr hwp, CARD8 indx);
  /xsrc/external/mit/libX11/dist/src/xlibi18n/lcUniConv/
cjk_tab_to_h.c 421 int i, row, col, j, p, j1, j2, indx; local
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/xf86-video-r128/dist/src/
r128_accel.c 408 int indx = 0; local
427 dma.request_list = &indx;
441 buf = &info->buffers->list[indx];
r128_dri.c 157 static void R128DRIInitBuffers(WindowPtr pWin, RegionPtr prgn, CARD32 indx)
175 RegionPtr prgnSrc, CARD32 indx)
  /xsrc/external/mit/xorg-server/dist/include/
vidmodestr.h 44 int indx);
  /xsrc/external/mit/xf86-video-s3/dist/src/
s3_dga.c 236 int indx = pScrn->pScreen->myNum; local
240 memcpy(&pS3->CurrentLayout, &SavedLayouts[indx],
  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_accel.c 678 int indx = 0; local
701 dma.request_list = &indx;
715 buf = &info->dri->buffers->list[indx];
radeon_dri.c 476 static void RADEONDRIInitBuffers(WindowPtr pWin, RegionPtr prgn, CARD32 indx)
491 RegionPtr prgnSrc, CARD32 indx)
  /xsrc/external/mit/xf86-video-chips/dist/src/
ct_driver.c 1328 int val, indx; local
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 + 1
    [all...]
  /xsrc/external/mit/xf86-video-mach64/dist/src/
atidri.c 164 static void ATIDRIInitBuffers( WindowPtr pWin, RegionPtr prgn, CARD32 indx )
178 RegionPtr prgnSrc, CARD32 indx )
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
api_arrayelt.c 48 typedef void (GLAPIENTRY *attrib_func)( GLuint indx, const void *data );
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
api_arrayelt.c 48 typedef void (GLAPIENTRY *attrib_func)( GLuint indx, const void *data );
  /xsrc/external/mit/xorg-server.old/dist/fb/
fb.h 1726 fbCloseScreen (int indx, ScreenPtr pScreen);

Completed in 37 milliseconds

1 2