Searched refs:colorFormats (Results 1 - 18 of 18) sorted by relevance

/external/deqp/modules/gles3/functional/
H A Des3fFboColorbufferTests.cpp1026 static const deUint32 colorFormats[] = local
1082 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(colorFormats); ndx++)
1083 clearGroup->addChild(new FboColorClearCase(m_context, getFormatName(colorFormats[ndx]), "", colorFormats[ndx], 129, 117));
1091 for (int fmtNdx = 0; fmtNdx < DE_LENGTH_OF_ARRAY(colorFormats); fmtNdx++)
1092 tex2DGroup->addChild(new FboColorMultiTex2DCase(m_context, getFormatName(colorFormats[fmtNdx]), "",
1093 colorFormats[fmtNdx], IVec2(129, 117),
1094 colorFormats[fmtNdx], IVec2(99, 128)));
1102 for (int fmtNdx = 0; fmtNdx < DE_LENGTH_OF_ARRAY(colorFormats); fmtNdx++)
1103 texCubeGroup->addChild(new FboColorTexCubeCase(m_context, getFormatName(colorFormats[fmtNd
[all...]
H A Des3fFboMultisampleTests.cpp353 static const deUint32 colorFormats[] = local
401 for (int fmtNdx = 0; fmtNdx < DE_LENGTH_OF_ARRAY(colorFormats); fmtNdx++)
402 sampleCountGroup->addChild(new BasicFboMultisampleCase(m_context, getFormatName(colorFormats[fmtNdx]), "", colorFormats[fmtNdx], GL_NONE, IVec2(119, 131), samples));
H A Des3fFboRenderTest.cpp1480 } colorFormats[] = local
1556 for (int colorFmtNdx = 0; colorFmtNdx < DE_LENGTH_OF_ARRAY(colorFormats); colorFmtNdx++)
1559 if (colorFormats[colorFmtNdx].type == FORMATTYPE_INT || colorFormats[colorFmtNdx].type == FORMATTYPE_UINT)
1564 FboConfig config(GL_COLOR_BUFFER_BIT, objectTypes[typeNdx], colorFormats[colorFmtNdx].format, GL_NONE, GL_NONE);
1572 for (int colorFmtNdx = 0; colorFmtNdx < DE_LENGTH_OF_ARRAY(colorFormats); colorFmtNdx++)
1578 if (colorFormats[colorFmtNdx].type == FORMATTYPE_INT ||
1579 colorFormats[colorFmtNdx].type == FORMATTYPE_UINT ||
1580 colorFormats[colorFmtNdx].format == GL_RGBA32F ||
1581 colorFormats[colorFmtNd
[all...]
H A Des3fTextureSpecificationTests.cpp3401 } colorFormats[] = local
3472 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(colorFormats); formatNdx++)
3474 const char* fmtName = colorFormats[formatNdx].name;
3475 deUint32 format = colorFormats[formatNdx].internalFormat;
3495 int formatNdx = rnd.getInt(0, DE_LENGTH_OF_ARRAY(colorFormats)-1);
3499 randomTexImageGroup->addChild(new RandomOrderTexImage2DCase(m_context, (string("2d_") + de::toString(ndx)).c_str(), "", colorFormats[formatNdx].internalFormat, width, height));
3505 int formatNdx = rnd.getInt(0, DE_LENGTH_OF_ARRAY(colorFormats)-1);
3508 randomTexImageGroup->addChild(new RandomOrderTexImageCubeCase(m_context, (string("cube_") + de::toString(ndx)).c_str(), "", colorFormats[formatNdx].internalFormat, size));
3623 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(colorFormats); formatNdx++)
3625 const string fmtName = colorFormats[formatNd
[all...]
H A Des3fFramebufferBlitTests.cpp873 static const deUint32 colorFormats[] =
1016 for (int srcFmtNdx = 0; srcFmtNdx < DE_LENGTH_OF_ARRAY(colorFormats); srcFmtNdx++)
1018 for (int dstFmtNdx = 0; dstFmtNdx < DE_LENGTH_OF_ARRAY(colorFormats); dstFmtNdx++)
1020 deUint32 srcFormat = colorFormats[srcFmtNdx];
1023 deUint32 dstFormat = colorFormats[dstFmtNdx];
1080 for (int fmtNdx = 0; fmtNdx < DE_LENGTH_OF_ARRAY(colorFormats); fmtNdx++)
1082 const deUint32 format = colorFormats[fmtNdx];
H A Des3fFboInvalidateTests.cpp1431 static const deUint32 colorFormats[] = local
1491 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(colorFormats); ndx++)
1492 formatGroup->addChild(new InvalidateSubFboUnbindReadCase(m_context, getFormatName(colorFormats[ndx]), "", colorFormats[ndx], GL_NONE, GL_COLOR_BUFFER_BIT));
/external/deqp/modules/gles31/functional/
H A Des31fFboColorbufferTests.cpp270 static const deUint32 colorFormats[] = local
326 for (int fmtNdx = 0; fmtNdx < DE_LENGTH_OF_ARRAY(colorFormats); fmtNdx++)
327 texCubeArrayGroup->addChild(new FboColorTexCubeArrayCase(m_context, getFormatName(colorFormats[fmtNdx]), "",
328 colorFormats[fmtNdx], IVec3(128, 128, 12)));
H A Des31fTextureSpecificationTests.cpp779 } colorFormats[] = local
850 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(colorFormats); formatNdx++)
852 const char* fmtName = colorFormats[formatNdx].name;
853 deUint32 format = colorFormats[formatNdx].internalFormat;
891 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(colorFormats); formatNdx++)
893 const string fmtName = colorFormats[formatNdx].name;
894 const deUint32 format = colorFormats[formatNdx].internalFormat;
979 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(colorFormats); ndx++)
981 pboGroup->addChild(new TexSubImageCubeArrayBufferCase(m_context, (std::string(colorFormats[ndx].name) + "_cube_array").c_str(), "",
982 colorFormats[nd
[all...]
H A Des31fShaderFramebufferFetchTests.cpp1367 static const deUint32 colorFormats[] = local
1416 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(colorFormats); ndx++)
1417 framebufferFormatTestGroup->addChild(new TextureFormatTestCase(m_context, getFormatName(colorFormats[ndx]), "Framebuffer fetches from texture attachments with varying formats", colorFormats[ndx]));
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/
H A DMediaCodecVideoEncoder.java198 for (int colorFormat : capabilities.colorFormats) {
203 for (int codecColorFormat : capabilities.colorFormats) {
H A DMediaCodecVideoDecoder.java180 for (int colorFormat : capabilities.colorFormats) {
184 for (int codecColorFormat : capabilities.colorFormats) {
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/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/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 411 milliseconds