| /xsrc/external/mit/MesaLib.old/dist/src/egl/main/ |
| H A D | eglarray.h | 84 _eglGetArraySize(_EGLArray *array) argument
|
| H A D | eglarray.c | 41 _eglGrowArray(_EGLArray *array) argument 70 _EGLArray *array; local in function:_eglCreateArray 90 _eglDestroyArray(_EGLArray * array,void (* free_cb)(void *)) argument 106 _eglAppendArray(_EGLArray * array,void * elem) argument 119 _eglEraseArray(_EGLArray * array,EGLint i,void (* free_cb)(void *)) argument 135 _eglFindArray(_EGLArray * array,void * elem) argument 153 _eglFilterArray(_EGLArray * array,void ** data,EGLint size,_EGLArrayForEach filter,void * filter_data) argument 181 _eglFlattenArray(_EGLArray * array,void * buffer,EGLint elem_size,EGLint size,_EGLArrayForEach flatten) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/egl/main/ |
| H A D | eglarray.h | 84 _eglGetArraySize(_EGLArray *array) argument
|
| /xsrc/external/mit/brotli/dist/c/enc/ |
| H A D | write_bits.h | 34 BrotliWriteBits(size_t n_bits,uint64_t bits,size_t * BROTLI_RESTRICT pos,uint8_t * BROTLI_RESTRICT array) argument 76 BrotliWriteBitsPrepareStorage(size_t pos,uint8_t * array) argument
|
| /xsrc/external/mit/libXdmcp/dist/ |
| H A D | Write.c | 63 XdmcpWriteARRAY8 (XdmcpBufferPtr buffer, const ARRAY8Ptr array) argument 76 XdmcpWriteARRAY16 (XdmcpBufferPtr buffer, const ARRAY16Ptr array) argument 89 XdmcpWriteARRAY32 (XdmcpBufferPtr buffer, const ARRAY32Ptr array) argument 102 XdmcpWriteARRAYofARRAY8(XdmcpBufferPtr buffer,ARRAYofARRAY8Ptr array) argument [all...] |
| H A D | Read.c | 53 XdmcpReadARRAY8 (XdmcpBufferPtr buffer, ARRAY8Ptr array) argument 90 XdmcpReadARRAY16(XdmcpBufferPtr buffer,ARRAY16Ptr array) argument 127 XdmcpReadARRAY32(XdmcpBufferPtr buffer,ARRAY32Ptr array) argument 164 XdmcpReadARRAYofARRAY8(XdmcpBufferPtr buffer,ARRAYofARRAY8Ptr array) argument [all...] |
| H A D | Array.c | 65 XdmcpAllocARRAY8 (ARRAY8Ptr array, int length) argument 82 XdmcpAllocARRAY16 (ARRAY16Ptr array, int length) argument 99 XdmcpAllocARRAY32(ARRAY32Ptr array,int length) argument 116 XdmcpAllocARRAYofARRAY8(ARRAYofARRAY8Ptr array,int length) argument 157 XdmcpReallocARRAY8(ARRAY8Ptr array,int length) argument 174 XdmcpReallocARRAYofARRAY8(ARRAYofARRAY8Ptr array,int length) argument 194 XdmcpReallocARRAY16(ARRAY16Ptr array,int length) argument 210 XdmcpReallocARRAY32(ARRAY32Ptr array,int length) argument 227 XdmcpDisposeARRAY8(ARRAY8Ptr array) argument 235 XdmcpDisposeARRAY16(ARRAY16Ptr array) argument 243 XdmcpDisposeARRAY32(ARRAY32Ptr array) argument 251 XdmcpDisposeARRAYofARRAY8(ARRAYofARRAY8Ptr array) argument [all...] |
| /xsrc/external/mit/glu/dist/src/libnurbs/internals/ |
| H A D | reader.cc | 60 O_pwlcurve::O_pwlcurve( long _type, long count, INREAL *array, long byte_stride, TrimVertex *trimpts ) argument 112 O_pwlcurve(long _type,long count,INREAL * array,long byte_stride,TrimVertex * trimpts) argument [all...] |
| /xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/ |
| H A D | monoTriangulation.h | 78 Real** array; member in class:vertexArray
|
| H A D | rectBlock.h | 62 rectBlock** array; member in class:rectBlockArray
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| H A D | clientattrib.c | 40 do_enable_disable(GLenum array, GLboolean val) argument 56 __indirect_glEnableClientState(GLenum array) argument 62 __indirect_glDisableClientState(GLenum array) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | varray.h | 45 _mesa_vertex_attrib_address(const struct gl_array_attributes *array, argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_fifo.h | 56 void **array = (void**)&fifo[1]; local in function:u_fifo_add 73 void **array = (void**)&fifo[1]; local in function:u_fifo_pop
|
| H A D | u_surfaces.h | 40 struct pipe_surface **array; member in union:util_surfaces::__anone36e56bd010a
|
| /xsrc/external/mit/MesaLib/dist/src/glx/ |
| H A D | clientattrib.c | 40 do_enable_disable(GLenum array, GLboolean val) argument 56 __indirect_glEnableClientState(GLenum array) argument 62 __indirect_glDisableClientState(GLenum array) argument
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | u_fifo.h | 56 void **array = (void**)&fifo[1]; local in function:u_fifo_add 73 void **array = (void**)&fifo[1]; local in function:u_fifo_pop
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | link_uniform_block_active_visitor.h | 45 struct uniform_block_array_elements *array; member in struct:uniform_block_array_elements 52 struct uniform_block_array_elements *array; member in struct:link_uniform_block_active
|
| H A D | ast_array_index.cpp | 116 get_implicit_array_size(struct _mesa_glsl_parse_state * state,ir_rvalue * array) argument 143 _mesa_ast_array_index_to_hir(void * mem_ctx,struct _mesa_glsl_parse_state * state,ir_rvalue * array,ir_rvalue * idx,YYLTYPE & loc,YYLTYPE & idx_loc) argument [all...] |
| H A D | ir_array_refcount.cpp | 144 ir_rvalue *const array = deref->array; local in function:ir_array_refcount_visitor::visit_enter [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | link_uniform_block_active_visitor.h | 36 struct uniform_block_array_elements *array; member in struct:uniform_block_array_elements 43 struct uniform_block_array_elements *array; member in struct:link_uniform_block_active
|
| H A D | ir_array_refcount.cpp | 192 ir_rvalue *const array = deref->array; local in function:ir_array_refcount_visitor::visit_enter [all...] |
| H A D | ast_array_index.cpp | 116 get_implicit_array_size(struct _mesa_glsl_parse_state * state,ir_rvalue * array) argument 143 _mesa_ast_array_index_to_hir(void * mem_ctx,struct _mesa_glsl_parse_state * state,ir_rvalue * array,ir_rvalue * idx,YYLTYPE & loc,YYLTYPE & idx_loc) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/ |
| H A D | gtest-param-test.h | 304 internal::ParamGenerator<T> ValuesIn(const T (&array)[N]) { argument
|
| /xsrc/external/mit/libdrm/dist/radeon/ |
| H A D | bof.h | 42 struct bof **array; member in struct:bof
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | varray.h | 58 _mesa_vertex_attrib_address(const struct gl_array_attributes *array, argument
|