HomeSort by relevance Sort by last modified time
    Searched defs:components (Results 76 - 100 of 399) sorted by null

1 2 34 5 6 7 8 91011>>

  /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/main/
uniform_query.cpp 280 ? 1 : uni->type->components();
479 const unsigned components = MAX2(1, uni->type->vector_elements); local
485 unsigned src_vector_byte_stride = components * 4;
493 (uint8_t *) (&uni->storage[array_index * (components * vectors)].i);
496 printf("%s: %p[%d] components=%u vectors=%u count=%u vector_stride=%u "
498 __func__, dst, array_index, components,
531 for (c = 0; c < components; c++) {
552 for (c = 0; c < components; c++) {
581 unsigned components; local
664 components = 1
835 unsigned components; local
    [all...]
pack.c 337 * Get indexes of color components for a basic color format, such as
5861 GLint components = _mesa_components_in_format(format); local
    [all...]
  /external/selinux/policycoreutils/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
302 if (parse_components(con, components) < 0)
312 items[i] = find_color(i, components[i], raw);
  /external/skia/src/animator/
SkAnimateActive.cpp 173 int count = animate->components();
211 int count = animate->components();
303 int components = animate->components(); local
305 SkOperand* to = &from[animate->components()];
306 existingValues.setCount(components);
311 for (int cIndex = 0; cIndex < components; cIndex++) {
323 fInterpolators[index]->reset(components, 2, SkType_Float);
377 int components = animate->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...]
  /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];
  /libcore/ojluni/src/main/java/sun/security/util/
ObjectIdentifier.java 36 * The individual components are numbers, and they define paths from the
72 * can be put inside if there are huge components that cannot be saved
81 * "components" and "componentLen" instead and inits correctly.
84 * 4. new -> old: old readObject() only recognizes "components" and
85 * "componentLen" fields. If no huge components are involved, they
100 private Object components = null; // path from root field in class:ObjectIdentifier
106 // Is the components field calculated?
114 init((int[])components, componentLen);
123 components = comps;
126 components = HugeOidNotSupportedByOldJDK.theOne
    [all...]
  /external/guice/extensions/struts2/lib/
struts2-core-2.2.1.jar 
  /external/autotest/frontend/client/src/autotest/common/
Utils.java 168 String[] components = urlArguments.split("&"); local
169 for (String component : components) {
189 List<String> components = new ArrayList<String>(); local
193 components.add(key + "=" + value);
195 return joinStrings("&", components);
  /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/libweave/src/
component_manager_impl.cc 337 std::vector<std::string> components = Split(command_name, ".", true, false); local
339 if (components.size() != 2)
341 std::string key = base::StringPrintf("%s.commands.%s", components[0].c_str(),
342 components[1].c_str());
585 // Build state from components.
625 // No components at all. Create a new one with dummy name.
646 if (component && !component->GetDictionary("components", &root)) {
648 component->Set("components", root);
694 // the 'components' element containing child sub-components instead
    [all...]
  /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;
  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
PackageManagerSettingsTests.java 329 ArraySet<String> components = new ArraySet<String>(); local
331 components.add(component1);
332 ps.setDisabledComponents(components, 0);
340 // User 1 should not have any disabled components
344 ps.setEnabledComponents(components, 1);
  /system/core/libpixelflinger/include/pixelflinger/
format.h 123 uint16_t components; // GGLFormatComponents member in struct:__anon73240
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
ByodFlowTestActivity.java 633 * Disable or enable app components in the current profile. When they are disabled only the
639 final String[] components = { local
    [all...]
  /external/deqp/framework/common/
tcuCommandLine.cpp 579 // Match a list of pattern components to a list of path components. A pattern
581 // more whole path components.
616 const vector<string> components = de::splitString(caseName, '.'); local
624 components.begin(), components.end(), allowPrefix))
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
DB_Results.java 208 * The list of all the components stored in the database.
210 private static String[] COMPONENTS;
250 * The list of known Eclipse components.
377 COMPONENTS = null;
471 System.err.println(scenarioName+" does not belongs to a known Eclipse component. So use scenario prefix "+componentName+" as component name by default and add it to the know components"); //$NON-NLS-1$
478 * Get all components read from database.
483 if (COMPONENTS == null) return EMPTY_LIST;
484 int length = COMPONENTS.length;
485 String[] components = new String[length]; local
486 System.arraycopy(COMPONENTS, 0, components, 0, length)
    [all...]
  /external/libchrome/base/files/
file_path.cc 120 // extension components of '.tar.gz' and '.tar.Z' respectively.
220 void FilePath::GetComponents(std::vector<StringType>* components) const {
221 DCHECK(components);
222 if (!components)
224 components->clear();
232 // Capture path components.
252 *components = std::vector<StringType>(ret_val.rbegin(), ret_val.rend());
563 std::vector<StringType> components; local
564 GetComponents(&components);
566 std::vector<StringType>::const_iterator it = components.begin()
    [all...]
  /external/mesa3d/src/glsl/
glsl_types.h 186 * this function gets the scalar type of the individual components. For
197 * individual components. For structs and arrays of structs, this function
237 unsigned components() const function in struct:glsl_type
243 * Calculate the number of components slots required to hold this type
ir.cpp 148 /* Either all the vector components are assigned or the variable is some
181 /* If the RHS is a vector type, assume that all components of the vector
617 * value_list must be a 1-for-1 match with the structure components. Each
626 value_list->move_nodes_to(& this->components);
638 * the components. For matrices, the scalar fills the components of the
648 /* Vector or scalar - fill all components */
652 for (unsigned i = 0; i < type->components(); i++)
656 for (unsigned i = 0; i < type->components(); i++)
660 for (unsigned i = 0; i < type->components(); i++
1372 const unsigned components[4] = { x, y, z, w }; local
    [all...]
  /external/pdfium/core/src/fxcodec/lbmp/
fx_bmp.h 79 int32_t components; member in struct:tag_bmp_decompress_struct
  /frameworks/base/core/java/com/android/internal/content/
PackageMonitor.java 154 * changes to the enabled/disabled state of components in a package
159 * @param components Any components in the package that are changing. If
168 public boolean onPackageChanged(String packageName, int uid, String[] components) {
169 if (components != null) {
170 for (String name : components) {
361 String[] components = intent.getStringArrayExtra( local
367 if (onPackageChanged(pkg, uid, components)) {

Completed in 1177 milliseconds

1 2 34 5 6 7 8 91011>>