| /external/mesa3d/src/glx/ |
| pixel.c | 94 GLint components, groupsPerRow, rowSize, padding, elementsPerRow; local 103 components = __glElementsPerGroup(format, GL_BITMAP); 104 rowSize = (groupsPerRow * components + 7) >> 3; 110 ((skipPixels * components) >> 3); 111 bitOffset = (skipPixels * components) & 7; 114 elementsPerRow = width * components; 176 GLint components, elementSize, rowSize, padding, groupsPerRow, groupSize; local 185 components = __glElementsPerGroup(format, type); 200 groupSize = elementSize * components; 213 elementsPerRow = width * components; 280 GLint components, groupsPerRow, rowSize, padding, elementsPerRow; local 402 GLint components, elementSize, rowSize, padding, groupsPerRow, groupSize; local [all...] |
| /external/mesa3d/src/mesa/drivers/dri/i965/ |
| gen7_sol_state.c | 123 const unsigned components = linked_xfb_info->Outputs[i].NumComponents; local 124 unsigned component_mask = (1 << components) - 1; 134 assert(components == 1); 137 assert(components == 1); 140 assert(components == 1); 161 * input by the number of components that should be skipped. 164 * for fake "hole" components, rather than simply taking the offset 186 next_offset[buffer] += components;
|
| brw_blorp.c | 761 const int components = _mesa_base_format_component_count(base_format); local 764 assert(components > 0); 766 for (int i = 0; i < components; i++) { [all...] |
| /external/mesa3d/src/mesa/main/ |
| uniform_query.cpp | 324 ? 1 : uni->type->components(); 566 const unsigned components = MAX2(1, uni->type->vector_elements); local 573 unsigned src_vector_byte_stride = components * 4 * dmul; 581 (uint8_t *) (&uni->storage[array_index * (dmul * components * vectors)].i); 584 printf("%s: %p[%d] components=%u vectors=%u count=%u vector_stride=%u " 586 __func__, dst, array_index, components, 634 for (c = 0; c < components; c++) { 723 const unsigned components = uni->type->is_sampler() local 726 if (components != src_components) { 729 "glUniform%u(\"%s\"@%u has %u components, not %u)" 920 unsigned components; local [all...] |
| pack.c | 1239 GLint components = _mesa_components_in_format(format); local [all...] |
| /external/oj-libjdwp/make/src/classes/build/tools/jdwpgen/ |
| Node.java | 35 List<Node> components; field in class:Node 46 void set(String kind, List<Node> components, int lineno) { 48 this.components = components; 53 for (Iterator<Node> it = components.iterator(); it.hasNext();) { 66 for (Node node : components) { 73 for (Node node : components) { 124 for (Node node : components) { 130 for (Node node : components) { 183 for (Node node : components) { [all...] |
| /external/selinux/mcstrans/src/ |
| mcscolor.c | 274 static int parse_components(context_t con, char **components) { 275 components[COLOR_USER] = (char *)context_user_get(con); 276 components[COLOR_ROLE] = (char *)context_role_get(con); 277 components[COLOR_TYPE] = (char *)context_type_get(con); 278 components[COLOR_RANGE] = (char *)context_range_get(con); 290 char *result, *components[N_COLOR]; local 303 if (parse_components(con, components) < 0) 313 items[i] = find_color(i, components[i], raw);
|
| /external/tensorflow/tensorflow/core/lib/jpeg/ |
| jpeg_mem_unittest.cc | 69 flags.components = 3; 119 [&](int width, int height, int components) { 122 c1 = components; 145 [&](int width, int height, int components) { 148 c = components; 205 for (const int components : {0, 1, 3}) { 206 flags.components = components; 247 flags.components = 3; 337 // Uncompress twice: once with 3 components and once with autodetect 419 const int components = cinfo.output_components; local [all...] |
| /frameworks/base/media/mca/filterfw/native/core/ |
| shader_program.h | 252 // components: The number of components per value. Valid values are 1-4. 261 int components, 276 int components, 282 // The components parameter specifies how many elements per variable should 283 // be assigned (The variable must be able to fit the number of components). 290 int components); 297 int components); 415 int components; member in struct:android::filterfw::ShaderProgram::VertexAttrib 473 int components, [all...] |
| /frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawer/ |
| CategoryManager.java | 212 final Set<ComponentName> components = new ArraySet<>(); local 219 if (components.contains(tileComponent)) { 222 components.add(tileComponent);
|
| /hardware/intel/common/libva/test/decode/ |
| tinyjpeg-internal.h | 48 #define COMPONENTS 4 93 }components[4]; member in struct:jpeg_sos 107 struct component component_infos[COMPONENTS]; 109 unsigned char Q_tables[COMPONENTS][64]; /* quantization tables, zigzag*/ 110 unsigned char Q_tables_valid[COMPONENTS];
|
| /prebuilts/sdk/update_prebuilts/ |
| update_prebuilts.py | 99 # Architecture Components 185 # AndroidX for Architecture Components 230 # Support Library Material Design Components 263 # Androidx Material Design Components 266 # Intermediate-AndroidX Material Design Components 849 components = None variable 852 components = append(components, 'Constraint Layout') variable 858 components = append(components, 'Constraint Layout X') variable 864 components = append(components, 'Support Library') variable 871 components = append(components, 'AndroidX') variable 877 components = append(components, 'Jetifier') variable 884 components = append(components, 'platform SDK') variable 901 components = append(components, 'Design Library') variable 907 components = append(components, 'intermediate-AndroidX Design Library') variable 915 components = append(components, 'build tools') variable [all...] |
| /system/libvintf/ |
| parse_string.cpp | 32 std::vector<std::string> components; local 37 components.push_back(s.substr(startPos, matchPos - startPos)); 42 components.push_back(s.substr(startPos)); 44 return components;
|
| /external/guice/extensions/struts2/lib/ |
| struts2-core-2.2.1.jar | |
| /external/ImageMagick/MagickCore/ |
| utility.c | 565 % ChopPathComponents() removes the number of specified file components from a 570 % ChopPathComponents(char *path,size_t components) 576 % o components: The number of components to chop. 579 MagickPrivate void ChopPathComponents(char *path,const size_t components) 584 for (i=0; i < (ssize_t) components; i++) 1392 **components; local [all...] |
| /external/deqp/modules/gles2/functional/ |
| es2fDefaultVertexAttributeTests.cpp | 95 COMPONENTS = (COMPS) \ 101 tcu::Vector<TYPE, COMPONENTS> value; \ 102 value = convertToTypeVec<Type, COMPONENTS>(v); \ 129 COMPONENTS = (COMPS) \ 135 tcu::Vector<TYPE, COMPONENTS> value; \ 136 value = convertToTypeVec<Type, COMPONENTS>(v); \ 328 const int components = (glu::isDataTypeMatrix(m_dataType)) ? (glu::getDataTypeMatrixNumRows(m_dataType)) : (glu::getDataTypeScalarSize(m_dataType)); local 349 if (components == 1) 351 else if (components == 2) 353 else if (components == 3 405 const int components = (glu::isDataTypeMatrix(m_dataType)) ? (glu::getDataTypeMatrixNumRows(m_dataType)) : (glu::getDataTypeScalarSize(m_dataType)); local [all...] |
| /external/deqp/modules/gles3/functional/ |
| es3fDefaultVertexAttributeTests.cpp | 97 COMPONENTS = (COMPS) \ 103 tcu::Vector<TYPE, COMPONENTS> value; \ 104 value = convertToTypeVec<Type, COMPONENTS>(v); \ 131 COMPONENTS = (COMPS) \ 137 tcu::Vector<TYPE, COMPONENTS> value; \ 138 value = convertToTypeVec<Type, COMPONENTS>(v); \ 165 COMPONENTS = (COMPS) \ 171 tcu::Vector<TYPE, COMPONENTS> value; \ 172 value = convertToTypeVec<Type, COMPONENTS>(v); \ 199 COMPONENTS = (COMPS) 404 const int components = (glu::isDataTypeMatrix(m_dataType)) ? (glu::getDataTypeMatrixNumRows(m_dataType)) : (glu::getDataTypeScalarSize(m_dataType)); local 482 const int components = (glu::isDataTypeMatrix(m_dataType)) ? (glu::getDataTypeMatrixNumRows(m_dataType)) : (glu::getDataTypeScalarSize(m_dataType)); local [all...] |
| /external/guava/guava/src/com/google/common/io/ |
| Files.java | 725 Iterable<String> components = local 730 for (String component : components) {
|
| /external/libxkbcommon/xkbcommon/src/xkbcomp/ |
| ast-build.c | 535 char *const components[] = { local 545 include = IncludeCreate(ctx, components[type], MERGE_DEFAULT);
|
| /external/mesa3d/src/compiler/glsl/ |
| ir_constant_expression.cpp | 50 for (unsigned c = 0; c < op0->type->components(); c++) 62 for (unsigned c = 0; c < op0->type->components(); c++) 631 /* When iterating over a vector or matrix's components, we want to increase 636 unsigned components; local 638 components = op[0]->type->components(); 640 components = op[1]->type->components();
|
| lower_blend_equation_advanced.cpp | 167 /* Return the minimum of a vec3's components */ 174 /* Return the maximum of a vec3's components */ 503 * which writes a subset of the components, starting at location_frac. 514 const int components = var->type->without_array()->vector_elements; local 516 for (int i = 0; i < components; i++) { 523 * We assign <0, 0, 0, 1> to any components with no corresponding output.
|
| opt_algebraic.cpp | 643 unsigned components[4] = { 0 }, count = 0; local 649 components[count] = c; 664 components, count), 666 components, count));
|
| /external/mesa3d/src/gallium/drivers/freedreno/ir3/ |
| ir3.c | 97 unsigned components; local 101 components = reg->size; 103 max = (reg->array.offset + repeat + components - 1) >> 2; 105 components = util_last_bit(reg->wrmask); 108 max = (reg->num + repeat + components - 1) >> 2;
|
| /external/opencv/cv/src/ |
| cvmotempl.cpp | 417 CvSeq* components = 0; local 445 CV_CALL( components = cvCreateSeq( CV_SEQ_KIND_GENERIC, sizeof(CvSeq), 496 cvSeqPush( components, &comp ); 514 return components;
|
| /external/pdfium/core/fxcodec/lbmp/ |
| fx_bmp.h | 90 int32_t components; member in class:BMPDecompressor
|