Searched defs:componentCount (Results 1 - 25 of 26) sorted by relevance

12

/external/icu/icu4c/source/layout/
H A DMarkToLigaturePosnSubtables.h38 le_uint16 componentCount; member in struct:LigatureAttachTable
H A DMarkToLigaturePosnSubtables.cpp66 le_int32 componentCount = SWAPW(ligatureAttachTable->componentCount); local
69 if (component >= componentCount) {
71 component = componentCount - 1;
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DLigatureEntry.java18 public LigatureEntry(int ligature, int[] componentChars, int componentCount) argument
20 this.componentChars = new int[componentCount];
22 System.arraycopy(componentChars, 0, this.componentChars, 0, componentCount);
H A DLigatureTreeWalker.java20 protected int componentCount; field in class:LigatureTreeWalker
29 componentCount = 0;
37 componentChars[componentCount] = ch;
38 componentCount += 1;
43 if (componentCount > 0) {
44 componentCount -= 1;
61 ligatureSet.addElement(new LigatureEntry(lig, componentChars, componentCount));
/external/deqp/modules/gles2/stress/
H A Des2sVertexArrayTests.cpp86 const int componentCount = 2; local
87 const int stride = (strides[strideNdx] < 0 ? Array::inputTypeSize(inputTypes[inputTypeNdx]) * componentCount : strides[strideNdx]);
93 componentCount,
150 for (int componentCount = 2; componentCount < 5; componentCount++)
156 const int stride = (strides[strideNdx] < 0 ? Array::inputTypeSize(inputTypes[inputTypeNdx]) * componentCount : strides[strideNdx]);
163 componentCount,
/external/deqp/modules/gles3/stress/
H A Des3sVertexArrayTests.cpp179 for (int componentCount = 2; componentCount < 5; componentCount++)
186 const int stride = (strides[strideNdx] < 0) ? ((packed) ? (16) : (Array::inputTypeSize(m_type) * componentCount)) : (strides[strideNdx]);
187 const int alignment = (packed) ? (Array::inputTypeSize(m_type) * componentCount) : (Array::inputTypeSize(m_type));
190 std::string name = Array::storageToString(storages[storageNdx]) + "_stride" + typeToString(stride) + "_components" + typeToString(componentCount) + "_quads" + typeToString(counts[countNdx]);
192 if((m_type == Array::INPUTTYPE_UNSIGNED_INT_2_10_10_10 || m_type == Array::INPUTTYPE_INT_2_10_10_10) && componentCount != 4)
199 componentCount,
292 const int componentCount = (packed) ? (4) : (2); local
293 const int stride = (strides[strideNdx] < 0) ? ((packed) ? (8) : (Array::inputTypeSize(m_type) * componentCount))
393 const int componentCount = (packed) ? (4) : (2); local
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fVertexArrayTest.cpp85 const int componentCount = 2; local
86 const int stride = (strides[strideNdx] < 0 ? Array::inputTypeSize(inputTypes[inputTypeNdx]) * componentCount : strides[strideNdx]);
92 componentCount,
149 for (int componentCount = 2; componentCount < 5; componentCount++)
155 const int stride = (strides[strideNdx] < 0 ? Array::inputTypeSize(inputTypes[inputTypeNdx]) * componentCount : strides[strideNdx]);
162 componentCount,
356 for (int componentCount = 2; componentCount <
727 const int componentCount = 2; local
[all...]
H A Des2fDrawTests.cpp91 spec.attribs[0].componentCount = 4;
102 spec.attribs[1].componentCount = 2;
164 spec.attribs[0].componentCount = 2;
199 spec.attribs[0].componentCount = 4;
210 spec.attribs[1].componentCount = 2;
245 spec.attribs[0].componentCount = 2;
256 int componentCount; member in struct:deqp::gles2::Functional::__anon4009::IOPair
265 const std::string desc = gls::DrawTestSpec::inputTypeToString(iopairs[ioNdx].input) + de::toString(iopairs[ioNdx].componentCount) + " to " + gls::DrawTestSpec::outputTypeToString(iopairs[ioNdx].output);
271 spec.attribs[1].componentCount = iopairs[ioNdx].componentCount;
[all...]
/external/opencv3/samples/cpp/
H A Dpoints_classifier.cpp250 const int componentCount = 3; local
263 em->setClustersNumber(componentCount);
/external/deqp/modules/gles3/functional/
H A Des3fVertexArrayObjectTests.cpp101 int componentCount; member in struct:deqp::gles3::Functional::__anon4288::BufferSpec
330 case GL_FLOAT: stride = buffer.componentCount * (int)sizeof(GLfloat); break;
331 case GL_INT: stride = buffer.componentCount * (int)sizeof(GLint); break;
332 case GL_UNSIGNED_INT: stride = buffer.componentCount * (int)sizeof(GLuint); break;
333 case GL_SHORT: stride = buffer.componentCount * (int)sizeof(GLshort); break;
334 case GL_UNSIGNED_SHORT: stride = buffer.componentCount * (int)sizeof(GLushort); break;
335 case GL_BYTE: stride = buffer.componentCount * (int)sizeof(GLbyte); break;
336 case GL_UNSIGNED_BYTE: stride = buffer.componentCount * (int)sizeof(GLubyte); break;
349 for (int componentNdx = 0; componentNdx < buffer.componentCount; componentNdx++)
906 case GL_FLOAT: stride = buffer.componentCount * (in
[all...]
H A Des3fVertexArrayTest.cpp176 for (int componentCount = 2; componentCount < 5; componentCount++)
183 const int stride = (strides[strideNdx] < 0) ? ((packed) ? (16) : (Array::inputTypeSize(m_type) * componentCount)) : (strides[strideNdx]);
184 const int alignment = (packed) ? (Array::inputTypeSize(m_type) * componentCount) : (Array::inputTypeSize(m_type));
187 std::string name = Array::storageToString(storages[storageNdx]) + "_stride" + typeToString(stride) + "_components" + typeToString(componentCount) + "_quads" + typeToString(counts[countNdx]);
189 if((m_type == Array::INPUTTYPE_UNSIGNED_INT_2_10_10_10 || m_type == Array::INPUTTYPE_INT_2_10_10_10) && componentCount != 4)
196 componentCount,
289 const int componentCount = (packed) ? (4) : (2); local
290 const int stride = (strides[strideNdx] < 0) ? ((packed) ? (8) : (Array::inputTypeSize(m_type) * componentCount))
390 const int componentCount = (packed) ? (4) : (2); local
940 const int componentCount = 2; local
[all...]
H A Des3fDrawTests.cpp122 spec.attribs[0].componentCount = 4;
133 spec.attribs[1].componentCount = 2;
200 spec.attribs[0].componentCount = 2;
235 spec.attribs[0].componentCount = 4;
246 spec.attribs[1].componentCount = 2;
281 spec.attribs[0].componentCount = 4;
293 spec.attribs[1].componentCount = 2;
306 spec.attribs[2].componentCount = 3;
341 spec.attribs[0].componentCount = 2;
352 int componentCount; member in struct:deqp::gles3::Functional::__anon4136::IOPair
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fDrawTests.cpp202 spec.attribs[0].componentCount = 4;
213 spec.attribs[1].componentCount = 2;
284 spec.attribs[0].componentCount = 2;
320 spec.attribs[0].componentCount = 4;
331 spec.attribs[1].componentCount = 2;
367 spec.attribs[0].componentCount = 4;
379 spec.attribs[1].componentCount = 2;
392 spec.attribs[2].componentCount = 3;
428 spec.attribs[0].componentCount = 2;
439 int componentCount; member in struct:deqp::gles31::Functional::__anon4404::IOPair
[all...]
/external/deqp/modules/glshared/
H A DglsDrawTest.hpp189 static AttributeSpec createAttributeArray (InputType inputType, OutputType outputType, Storage storage, Usage usage, int componentCount, int offset, int stride, bool normalize, int instanceDivisor);
190 static AttributeSpec createDefaultAttribute (InputType inputType, OutputType outputType, int componentCount); //!< allowed inputType values: INPUTTYPE_INT, INPUTTYPE_UNSIGNED_INT, INPUTTYPE_FLOAT
196 int componentCount; member in struct:deqp::gls::DrawTestSpec::AttributeSpec
H A DglsVertexArrayTests.cpp1310 static char* generateArray (int seed, GLValue min, GLValue max, int count, int componentCount, int stride, Array::InputType type);
1311 static char* generateQuads (int seed, int count, int componentCount, int offset, int stride, Array::Primitive primitive, Array::InputType type, GLValue min, GLValue max, float gridSize);
1312 static char* generatePerQuad (int seed, int count, int componentCount, int stride, Array::Primitive primitive, Array::InputType type, GLValue min, GLValue max);
1316 static char* createQuads (int seed, int count, int componentCount, int offset, int stride, Array::Primitive primitive, T min, T max, float gridSize);
1318 static char* createPerQuads (int seed, int count, int componentCount, int stride, Array::Primitive primitive, T min, T max);
1319 static char* createQuadsPacked (int seed, int count, int componentCount, int offset, int stride, Array::Primitive primitive);
1393 char* RandomArrayGenerator::generateArray (int seed, GLValue min, GLValue max, int count, int componentCount, int stride, Array::InputType type) argument
1401 stride = componentCount * Array::inputTypeSize(type);
1407 for (int componentNdx = 0; componentNdx < componentCount; componentNdx++)
1416 char* RandomArrayGenerator::generateQuads (int seed, int count, int componentCount, in argument
1475 createQuadsPacked(int seed, int count, int componentCount, int offset, int stride, Array::Primitive primitive) argument
1554 createQuads(int seed, int count, int componentCount, int offset, int stride, Array::Primitive primitive, T min, T max, float gridSize) argument
1664 generatePerQuad(int seed, int count, int componentCount, int stride, Array::Primitive primitive, Array::InputType type, GLValue min, GLValue max) argument
1719 createPerQuads(int seed, int count, int componentCount, int stride, Array::Primitive primitive, T min, T max) argument
[all...]
H A DglsVertexArrayTests.hpp463 int componentCount; member in class:deqp::gls::MultiVertexArrayTest::Spec::ArraySpec
H A DglsDrawTest.cpp1532 static char* generateArray (int seed, int elementCount, int componentCount, int offset, int stride, DrawTestSpec::InputType type);
1541 static char* generateBasicArray (int seed, int elementCount, int componentCount, int offset, int stride, DrawTestSpec::InputType type);
1543 static char* createBasicArray (int seed, int elementCount, int componentCount, int offset, int stride);
1544 static char* generatePackedArray (int seed, int elementCount, int componentCount, int offset, int stride);
1611 char* RandomArrayGenerator::generateArray (int seed, int elementCount, int componentCount, int offset, int stride, DrawTestSpec::InputType type) argument
1614 return generatePackedArray(seed, elementCount, componentCount, offset, stride);
1616 return generateBasicArray(seed, elementCount, componentCount, offset, stride, type);
1619 char* RandomArrayGenerator::generateBasicArray (int seed, int elementCount, int componentCount, int offset, int stride, DrawTestSpec::InputType type) argument
1623 case DrawTestSpec::INPUTTYPE_FLOAT: return createBasicArray<float, GLValue::Float> (seed, elementCount, componentCount, offset, stride);
1624 case DrawTestSpec::INPUTTYPE_DOUBLE: return createBasicArray<double, GLValue::Double>(seed, elementCount, componentCount, offse
1651 createBasicArray(int seed, int elementCount, int componentCount, int offset, int stride) argument
1702 generatePackedArray(int seed, int elementCount, int componentCount, int offset, int stride) argument
2124 createAttributeArray(InputType inputType, OutputType outputType, Storage storage, Usage usage, int componentCount, int offset, int stride, bool normalize, int instanceDivisor) argument
2143 createDefaultAttribute(InputType inputType, OutputType outputType, int componentCount) argument
[all...]
/external/chromium-trace/catapult/third_party/gsutil/gslib/third_party/storage_apitools/
H A Dstorage_v1_messages.py425 componentCount: Number of underlying components that make up this object.
498 componentCount = messages.IntegerField(4, variant=messages.Variant.INT32) variable in class:Object
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/samples/storage_sample/storage/
H A Dstorage_v1_messages.py413 componentCount: Number of underlying components that make up this object.
486 componentCount = _messages.IntegerField(4, variant=_messages.Variant.INT32) variable in class:Object
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineVertexInputTests.cpp505 const int componentCount = VertexInputTest::s_glslTypeDescriptions[attributeInfo.glslType].vertexInputComponentCount; local
507 const deUint32 totalComponentCount = componentCount * vertexInputCount;
517 for (int rowNdx = 0; rowNdx < componentCount; rowNdx++)
527 if (componentCount > 1)
1232 const int componentCount = VertexInputTest::s_glslTypeDescriptions[attribute.glslType].vertexInputComponentCount; local
1233 const deUint32 totalComponentCount = componentCount * vertexInputCount;
1234 const deUint32 vertexInputIndex = indexId * totalComponentCount + attribute.vertexInputIndex * componentCount;
1238 for (int componentNdx = 0; componentNdx < componentCount; componentNdx++)
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 501 milliseconds

12