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

/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/chromium_org/third_party/angle/src/libGLESv2/
H A Dformatutils.h76 GLuint componentCount; member in struct:gl::InternalFormat
H A Dformatutils.cpp261 componentCount(0),
300 formatInfo.componentCount = ((red > 0) ? 1 : 0) + ((green > 0) ? 1 : 0) + ((blue > 0) ? 1 : 0) + ((alpha > 0) ? 1 : 0);
320 formatInfo.componentCount = ((luminance > 0) ? 1 : 0) + ((alpha > 0) ? 1 : 0);
340 formatInfo.componentCount = ((depthBits > 0) ? 1 : 0) + ((stencilBits > 0) ? 1 : 0);
352 GLuint componentCount, GLenum format, GLenum type, bool srgb,
361 formatInfo.componentCount = componentCount;
605 return componentCount * typeInfo.bytes * width * height;
351 CompressedFormat(GLuint compressedBlockWidth, GLuint compressedBlockHeight, GLuint compressedBlockSize, GLuint componentCount, GLenum format, GLenum type, bool srgb, InternalFormat::SupportCheckFunction textureSupport, InternalFormat::SupportCheckFunction renderSupport, InternalFormat::SupportCheckFunction filterSupport) argument
/external/chromium_org/third_party/angle/tests/perf_tests/
H A DBufferSubData.cpp17 GLfloat *GetFloatData(GLint componentCount) argument
40 switch (componentCount)
82 GLsizeiptr GetVertexData(GLenum type, GLint componentCount, GLboolean normalized, std::vector<uint8_t> *data) argument
85 GLfloat *floatData = GetFloatData(componentCount);
89 triDataSize = sizeof(GLfloat) * componentCount * 3;
95 GLsizeiptr numElements = componentCount * 3;
110 GLsizeiptr numElements = componentCount * 3;
/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::__anon19874::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/deqp/modules/gles3/functional/
H A Des3fVertexArrayObjectTests.cpp101 int componentCount; member in struct:deqp::gles3::Functional::__anon20152::BufferSpec
330 case GL_FLOAT: stride = buffer.componentCount * sizeof(GLfloat); break;
331 case GL_INT: stride = buffer.componentCount * sizeof(GLint); break;
332 case GL_UNSIGNED_INT: stride = buffer.componentCount * sizeof(GLuint); break;
333 case GL_SHORT: stride = buffer.componentCount * sizeof(GLshort); break;
334 case GL_UNSIGNED_SHORT: stride = buffer.componentCount * sizeof(GLushort); break;
335 case GL_BYTE: stride = buffer.componentCount * sizeof(GLbyte); break;
336 case GL_UNSIGNED_BYTE: stride = buffer.componentCount * sizeof(GLubyte); break;
349 for (int componentNdx = 0; componentNdx < buffer.componentCount; componentNdx++)
906 case GL_FLOAT: stride = buffer.componentCount * sizeo
[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::__anon20003::IOPair
[all...]
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
H A DDynamicHLSL.cpp41 std::string HLSLComponentTypeString(GLenum componentType, int componentCount) argument
43 return HLSLComponentTypeString(componentType) + (componentCount > 1 ? Str(componentCount) : "");
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
H A Dformatutils11.cpp662 if (formatInfo.componentCount != 4 || texFormat == DXGI_FORMAT_UNKNOWN ||
874 static void AddVertexFormatInfo(D3D11VertexFormatInfoMap *map, GLenum inputType, GLboolean normalized, GLuint componentCount, argument
877 gl::VertexFormat inputFormat(inputType, normalized, componentCount, false);
887 static void AddIntegerVertexFormatInfo(D3D11VertexFormatInfoMap *map, GLenum inputType, GLuint componentCount, argument
890 gl::VertexFormat inputFormat(inputType, GL_FALSE, componentCount, true);
H A DRenderer11.cpp1452 unsigned int componentCount = (4 - uniform->registerElement); local
1459 memcpy(&mapVS[uniform->vsRegisterIndex][uniform->registerElement], uniform->data, uniform->registerCount * sizeof(float) * componentCount);
1464 memcpy(&mapPS[uniform->psRegisterIndex][uniform->registerElement], uniform->data, uniform->registerCount * sizeof(float) * componentCount);
2490 if (internalFormatInfo.componentCount == 3)
/external/deqp/modules/gles31/functional/
H A Des31fDrawTests.cpp204 spec.attribs[0].componentCount = 4;
215 spec.attribs[1].componentCount = 2;
286 spec.attribs[0].componentCount = 2;
322 spec.attribs[0].componentCount = 4;
333 spec.attribs[1].componentCount = 2;
369 spec.attribs[0].componentCount = 4;
381 spec.attribs[1].componentCount = 2;
394 spec.attribs[2].componentCount = 3;
430 spec.attribs[0].componentCount = 2;
441 int componentCount; member in struct:deqp::gles31::Functional::__anon20263::IOPair
[all...]
/external/deqp/modules/glshared/
H A DglsDrawTest.hpp188 static AttributeSpec createAttributeArray (InputType inputType, OutputType outputType, Storage storage, Usage usage, int componentCount, int offset, int stride, bool normalize, int instanceDivisor);
189 static AttributeSpec createDefaultAttribute (InputType inputType, OutputType outputType, int componentCount); //!< allowed inputType values: INPUTTYPE_INT, INPUTTYPE_UNSIGNED_INT, INPUTTYPE_FLOAT
195 int componentCount; member in struct:deqp::gls::DrawTestSpec::AttributeSpec
H A DglsVertexArrayTests.hpp424 int componentCount; member in class:deqp::gls::MultiVertexArrayTest::Spec::ArraySpec
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 249 milliseconds