Searched defs:indices (Results 1 - 25 of 191) sorted by relevance

12345678

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/
H A DAndroid.mk
/xsrc/external/mit/mesa-demos/dist/src/redbook/
H A Dmvarray.c87 static GLvoid * indices[2] = {oneIndices, twoIndices}; local in function:display
H A Daapoly.c73 static GLubyte indices[NFACE][4] = { local in function:drawCube
H A Dvarray.c113 GLuint indices[4] = {0, 1, 3, 4}; local in function:display
/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dcva.c35 GLuint indices[] = { 0, 1, 2, 3 }; variable in typeref:typename:GLuint[]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_draw.h70 util_draw_elements(struct pipe_context * pipe,void * indices,unsigned index_size,int index_bias,enum pipe_prim_type mode,uint start,uint count) argument
114 util_draw_elements_instanced(struct pipe_context * pipe,void * indices,unsigned index_size,int index_bias,enum pipe_prim_type mode,uint start,uint count,uint start_instance,uint instance_count) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tessellator/
H A Dp_tessellator.h47 uint32_t *indices; member in struct:pipe_tessellator_data
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/ramdac/
H A Dxf86RamDacCmap.c43 RamDacLoadPalette(ScrnInfoPtr pScrn, int numColors, int *indices, LOCO *colors, argument
/xsrc/external/mit/mesa-demos/dist/src/trivial/
H A Ddrawelements-large.c13 GLushort indices[NR_VERTS*2]; variable in typeref:typename:GLushort[]
H A Ddrawelements.c25 GLuint indices[] = { 1, 2, 3 }; variable in typeref:typename:GLuint[]
H A Ddrawrange.c25 GLuint indices[] = { 1, 2, 3 }; variable in typeref:typename:GLuint[]
H A Dlineloop-elts.c25 GLuint indices[] = { 1, 2, 3 }; variable in typeref:typename:GLuint[]
H A Dtri-array-interleaved.c29 GLuint indices[] = { 1, 2, 3 }; variable in typeref:typename:GLuint[]
H A Dvp-array-int.c25 GLuint indices[] = { 0, 1, 2, 3 }; variable in typeref:typename:GLuint[]
H A Dvp-array.c25 GLuint indices[] = { 0, 1, 2, 3 }; variable in typeref:typename:GLuint[]
H A Dtri-multitex-vbo.c63 GLuint indices[] = { 0, 1, 2, 3 }; variable in typeref:typename:GLuint[]
H A Dvbo-drawelements.c33 GLuint indices[] = { 0, 1, 2, 3 }; variable in typeref:typename:GLuint[]
H A Dvbo-drawrange.c35 GLuint indices[] = { 1, 2, 3 }; variable in typeref:typename:GLuint[]
/xsrc/external/mit/freetype/dist/src/psaux/
H A Dt1cmap.h74 FT_UShort* indices; member in struct:T1_CMapCustomRec_
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_draw.h73 util_draw_elements(struct pipe_context * pipe,void * indices,unsigned index_size,int index_bias,enum pipe_prim_type mode,uint start,uint count) argument
123 util_draw_elements_instanced(struct pipe_context * pipe,void * indices,unsigned index_size,int index_bias,enum pipe_prim_type mode,uint start,uint count,uint start_instance,uint instance_count) argument
/xsrc/external/mit/xf86-video-glint/dist/src/
H A Dpm2ramdac.c101 Permedia2LoadPalette(ScrnInfoPtr pScrn,int numColors,int * indices,LOCO * colors,VisualPtr pVisual) argument
134 Permedia2LoadPalette16(ScrnInfoPtr pScrn,int numColors,int * indices,LOCO * colors,VisualPtr pVisual) argument
/xsrc/external/mit/xf86-video-i128/dist/src/
H A Di128init.c572 I128LoadPalette(ScrnInfoPtr pScrn, int numColors, int *indices, LOCO *colors, argument
/xsrc/external/mit/xf86-video-newport/dist/src/
H A Dnewport_cmap.c22 void NewportLoadPalette(ScrnInfoPtr pScrn, int numColors, int *indices, \ argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_tex_sample.cpp109 LLVMValueRef indices[4]; local in function:swr_texture_member
206 LLVMValueRef indices[ local in function:SWR_TEXTURE_MEMBER
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_llvm_sample.c94 LLVMValueRef indices[4]; local in function:draw_llvm_texture_member
140 LLVMValueRef indices[4]; local in function:draw_llvm_sampler_member
[all...]

Completed in 15 milliseconds

12345678