Home
last modified time | relevance | path

Searched refs:print_array (Results 1 – 4 of 4) sorted by relevance

/external/eigen/demos/mix_eigen_and_c/
Dexample.c35 void print_array(double *array, int n) in print_array() function
51 print_array(array, 5); in demo_Map_MatrixXd()
58 print_array(array, 5); in demo_Map_MatrixXd()
/external/mesa3d/src/mesa/main/
Dvarray.c1222 print_array(const char *name, GLint index, const struct gl_client_array *array) in print_array() function
1249 print_array("Vertex", -1, &arrayObj->VertexAttrib[VERT_ATTRIB_POS]); in _mesa_print_arrays()
1251 print_array("Normal", -1, &arrayObj->VertexAttrib[VERT_ATTRIB_NORMAL]); in _mesa_print_arrays()
1253 print_array("Color", -1, &arrayObj->VertexAttrib[VERT_ATTRIB_COLOR0]); in _mesa_print_arrays()
1256 print_array("TexCoord", i, &arrayObj->VertexAttrib[VERT_ATTRIB_TEX(i)]); in _mesa_print_arrays()
1259 print_array("Attrib", i, &arrayObj->VertexAttrib[VERT_ATTRIB_GENERIC(i)]); in _mesa_print_arrays()
/external/vulkan-validation-layers/loader/
DcJSON.c469 static char *print_array(cJSON *item, int depth, int fmt, printbuffer *p);
592 out = print_array(item, depth, fmt, p); in print_value()
616 out = print_array(item, depth, fmt, 0); in print_value()
666 static char *print_array(cJSON *item, int depth, int fmt, printbuffer *p) { in print_array() function
/external/vulkan-validation-layers/
Dvk_helper.py672 …var_name="prefix", postfix = "\\n", struct_var_name="pStruct", struct_ptr=True, print_array=False): argument
687 print_array = False
688 elif struct_member['array'] and not print_array:
721 if print_array and struct_member['array']:
1161 …r], pre_var_name="&m_dummy_prefix", struct_var_name="m_struct", struct_ptr=False, print_array=True)
1867 …_name="", postfix = "\\n", struct_var_name="pStruct", struct_ptr=True, print_array=False, port_lab… argument
1881 print_array = False
1882 elif struct_member['array'] and not print_array:
1915 if print_array and struct_member['array']: