| /xsrc/external/mit/mesa-demos/dist/src/samples/ |
| H A D | tkmap.c | 44 static void SetFogRamp(int density, int startIndex) argument 51 colorValues = 1 << startIndex;
|
| /xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/ |
| H A D | monoTriangulation.h | 90 Int findIndexAboveGen(Real v, Int startIndex, Int EndIndex); 91 Int findIndexBelowGen(Real v, Int startIndex, Int EndIndex); 92 Int findIndexStrictBelowGen(Real v, Int startIndex, Int EndIndex); 93 Int findIndexFirstAboveEqualGen(Real v, Int startIndex, Int endIndex);
|
| H A D | monoTriangulation.cc | 1196 *otherwise, startIndex<=endIndex, it is assumed that 1197 * 0<=startIndex<=endIndex<index. 1199 * if v is above all, return startIndex. 1201 Int vertexArray::findIndexBelowGen(Real v, Int startIndex, Int endIndex) argument 1204 if(startIndex > endIndex) 1210 for(i=endIndex-1; i>=startIndex; i--) 1222 *otherwise, startIndex<=endIndex, it is assumed that 1223 * 0<=startIndex<=endIndex<index. 1225 * if v is strictly above all, return startIndex. 1227 Int vertexArray::findIndexStrictBelowGen(Real v, Int startIndex, In argument 1253 findIndexFirstAboveEqualGen(Real v,Int startIndex,Int endIndex) argument 1288 findIndexAboveGen(Real v,Int startIndex,Int endIndex) argument [all...] |
| /xsrc/external/mit/libXt/dist/src/ |
| H A D | TMstate.c | 408 MatchBranchHead(TMSimpleStateTree stateTree, int startIndex, TMEventPtr event) argument 410 TMBranchHead branchHead = &stateTree->branchHeadTbl[startIndex]; 414 for (i = startIndex; i < (int) stateTree->numBranchHeads; i++, branchHead++) { 746 int startIndex, 750 TMBranchHead branchHead = &(stateTree->branchHeadTbl[startIndex]); 753 for (i = startIndex; i < (int) stateTree->numBranchHeads; i++, branchHead++) { 875 int startIndex, 882 for (i = (TMShortCard) startIndex; i < stateTree->numComplexBranchHeads; 745 MatchExact(TMSimpleStateTree stateTree,int startIndex,TMShortCard typeIndex,TMShortCard modIndex) argument 874 MatchComplexBranch(TMComplexStateTree stateTree,int startIndex,TMContext context,StatePtr * leafStateRtn) argument
|
| H A D | TMprint.c | 498 TMShortCard startIndex) 504 for (i = startIndex; noMatch && i < numPrints; i++) { 493 FindNextMatch(PrintRec * printData,TMShortCard numPrints,XtTranslations xlations,TMBranchHead branchHead,StatePtr nextLevel,TMShortCard startIndex) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/ |
| H A D | device9.h | 638 UINT startIndex,
|
| H A D | nine_lock.c | 1495 UINT startIndex, 1500 r = NineDevice9_DrawIndexedPrimitive(This, PrimitiveType, BaseVertexIndex, MinVertexIndex, NumVertices, startIndex, primCount); 1490 LockDevice9_DrawIndexedPrimitive(struct NineDevice9 * This,D3DPRIMITIVETYPE PrimitiveType,INT BaseVertexIndex,UINT MinVertexIndex,UINT NumVertices,UINT startIndex,UINT primCount) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/ |
| H A D | device9.h | 657 UINT startIndex,
|
| H A D | nine_lock.c | 1495 UINT startIndex, 1500 r = NineDevice9_DrawIndexedPrimitive(This, PrimitiveType, BaseVertexIndex, MinVertexIndex, NumVertices, startIndex, primCount); 1490 LockDevice9_DrawIndexedPrimitive(struct NineDevice9 * This,D3DPRIMITIVETYPE PrimitiveType,INT BaseVertexIndex,UINT MinVertexIndex,UINT NumVertices,UINT startIndex,UINT primCount) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| H A D | svga_tgsi_vgpu10.c | 465 unsigned startIndex); 2389 union tgsi_immediate_data x, unsigned startIndex) 2397 for (i = startIndex; i < endIndex; i++) { 5263 unsigned startIndex) 5265 unsigned i, tempIndex = startIndex; 2388 find_immediate(struct svga_shader_emitter_v10 * emit,union tgsi_immediate_data x,unsigned startIndex) argument 5261 create_temp_array(struct svga_shader_emitter_v10 * emit,unsigned arrayID,unsigned first,unsigned count,unsigned startIndex) argument
|
| /xsrc/external/mit/MesaLib.old/dist/include/D3D9/ |
| H A D | d3d9.h | 240 virtual HRESULT WINAPI DrawIndexedPrimitive(D3DPRIMITIVETYPE PrimitiveType, INT BaseVertexIndex, UINT MinVertexIndex, UINT NumVertices, UINT startIndex, UINT primCount) = 0; 828 HRESULT (WINAPI *DrawIndexedPrimitive)(IDirect3DDevice9 *This, D3DPRIMITIVETYPE PrimitiveType, INT BaseVertexIndex, UINT MinVertexIndex, UINT NumVertices, UINT startIndex, UINT primCount); 1079 HRESULT (WINAPI *DrawIndexedPrimitive)(IDirect3DDevice9Ex *This, D3DPRIMITIVETYPE PrimitiveType, INT BaseVertexIndex, UINT MinVertexIndex, UINT NumVertices, UINT startIndex, UINT primCount);
|
| /xsrc/external/mit/MesaLib/dist/include/D3D9/ |
| H A D | d3d9.h | 240 virtual HRESULT WINAPI DrawIndexedPrimitive(D3DPRIMITIVETYPE PrimitiveType, INT BaseVertexIndex, UINT MinVertexIndex, UINT NumVertices, UINT startIndex, UINT primCount) = 0; 828 HRESULT (WINAPI *DrawIndexedPrimitive)(IDirect3DDevice9 *This, D3DPRIMITIVETYPE PrimitiveType, INT BaseVertexIndex, UINT MinVertexIndex, UINT NumVertices, UINT startIndex, UINT primCount); 1079 HRESULT (WINAPI *DrawIndexedPrimitive)(IDirect3DDevice9Ex *This, D3DPRIMITIVETYPE PrimitiveType, INT BaseVertexIndex, UINT MinVertexIndex, UINT NumVertices, UINT startIndex, UINT primCount);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| H A D | svga_tgsi_vgpu10.c | 1675 union tgsi_immediate_data x, unsigned startIndex) 1683 for (i = startIndex; i < endIndex; i++) { 1674 find_immediate(struct svga_shader_emitter_v10 * emit,union tgsi_immediate_data x,unsigned startIndex) argument
|