Home
last modified time | relevance | path

Searched refs:colorFormats (Results 1 – 11 of 11) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fFboColorbufferTests.cpp1026 static const deUint32 colorFormats[] = in init() local
1082 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(colorFormats); ndx++) in init()
1083 …->addChild(new FboColorClearCase(m_context, getFormatName(colorFormats[ndx]), "", colorFormats[ndx… in init()
1091 for (int fmtNdx = 0; fmtNdx < DE_LENGTH_OF_ARRAY(colorFormats); fmtNdx++) in init()
1092 …tex2DGroup->addChild(new FboColorMultiTex2DCase(m_context, getFormatName(colorFormats[fmtNdx]), "", in init()
1093 colorFormats[fmtNdx], IVec2(129, 117), in init()
1094 colorFormats[fmtNdx], IVec2(99, 128))); in init()
1102 for (int fmtNdx = 0; fmtNdx < DE_LENGTH_OF_ARRAY(colorFormats); fmtNdx++) in init()
1103 … texCubeGroup->addChild(new FboColorTexCubeCase(m_context, getFormatName(colorFormats[fmtNdx]), "", in init()
1104 colorFormats[fmtNdx], IVec2(128, 128))); in init()
[all …]
Des3fFboRenderTest.cpp1480 } colorFormats[] = in init() local
1556 for (int colorFmtNdx = 0; colorFmtNdx < DE_LENGTH_OF_ARRAY(colorFormats); colorFmtNdx++) in init()
1559 …if (colorFormats[colorFmtNdx].type == FORMATTYPE_INT || colorFormats[colorFmtNdx].type == FORMATTY… in init()
1564 …FboConfig config(GL_COLOR_BUFFER_BIT, objectTypes[typeNdx], colorFormats[colorFmtNdx].format, GL_N… in init()
1572 for (int colorFmtNdx = 0; colorFmtNdx < DE_LENGTH_OF_ARRAY(colorFormats); colorFmtNdx++) in init()
1578 if (colorFormats[colorFmtNdx].type == FORMATTYPE_INT || in init()
1579 colorFormats[colorFmtNdx].type == FORMATTYPE_UINT || in init()
1580 colorFormats[colorFmtNdx].format == GL_RGBA32F || in init()
1581 colorFormats[colorFmtNdx].format == GL_RGB32F || in init()
1582 colorFormats[colorFmtNdx].format == GL_RG32F || in init()
[all …]
Des3fFboMultisampleTests.cpp353 static const deUint32 colorFormats[] = in init() local
401 for (int fmtNdx = 0; fmtNdx < DE_LENGTH_OF_ARRAY(colorFormats); fmtNdx++) in init()
402 …ild(new BasicFboMultisampleCase(m_context, getFormatName(colorFormats[fmtNdx]), "", colorFormats[f… in init()
Des3fTextureSpecificationTests.cpp3401 } colorFormats[] = in init() local
3472 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(colorFormats); formatNdx++) in init()
3474 const char* fmtName = colorFormats[formatNdx].name; in init()
3475 deUint32 format = colorFormats[formatNdx].internalFormat; in init()
3495 int formatNdx = rnd.getInt(0, DE_LENGTH_OF_ARRAY(colorFormats)-1); in init()
3499 …age2DCase(m_context, (string("2d_") + de::toString(ndx)).c_str(), "", colorFormats[formatNdx].inte… in init()
3505 int formatNdx = rnd.getInt(0, DE_LENGTH_OF_ARRAY(colorFormats)-1); in init()
3508 …ubeCase(m_context, (string("cube_") + de::toString(ndx)).c_str(), "", colorFormats[formatNdx].inte… in init()
3623 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(colorFormats); formatNdx++) in init()
3625 const string fmtName = colorFormats[formatNdx].name; in init()
[all …]
Des3fFramebufferBlitTests.cpp873 static const deUint32 colorFormats[] = in init() local
1016 for (int srcFmtNdx = 0; srcFmtNdx < DE_LENGTH_OF_ARRAY(colorFormats); srcFmtNdx++) in init()
1018 for (int dstFmtNdx = 0; dstFmtNdx < DE_LENGTH_OF_ARRAY(colorFormats); dstFmtNdx++) in init()
1020 deUint32 srcFormat = colorFormats[srcFmtNdx]; in init()
1023 deUint32 dstFormat = colorFormats[dstFmtNdx]; in init()
1080 for (int fmtNdx = 0; fmtNdx < DE_LENGTH_OF_ARRAY(colorFormats); fmtNdx++) in init()
1082 const deUint32 format = colorFormats[fmtNdx]; in init()
Des3fFboInvalidateTests.cpp1431 static const deUint32 colorFormats[] = in init() local
1491 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(colorFormats); ndx++) in init()
1492 …w InvalidateSubFboUnbindReadCase(m_context, getFormatName(colorFormats[ndx]), "", colorFormats[ndx… in init()
/external/deqp/modules/gles31/functional/
Des31fTextureSpecificationTests.cpp779 } colorFormats[] = in init() local
850 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(colorFormats); formatNdx++) in init()
852 const char* fmtName = colorFormats[formatNdx].name; in init()
853 deUint32 format = colorFormats[formatNdx].internalFormat; in init()
891 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(colorFormats); formatNdx++) in init()
893 const string fmtName = colorFormats[formatNdx].name; in init()
894 const deUint32 format = colorFormats[formatNdx].internalFormat; in init()
979 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(colorFormats); ndx++) in init()
981 …pboGroup->addChild(new TexSubImageCubeArrayBufferCase(m_context, (std::string(colorFormats[ndx].na… in init()
982 colorFormats[ndx].internalFormat, in init()
[all …]
Des31fFboColorbufferTests.cpp270 static const deUint32 colorFormats[] = in init() local
326 for (int fmtNdx = 0; fmtNdx < DE_LENGTH_OF_ARRAY(colorFormats); fmtNdx++) in init()
327 …texCubeArrayGroup->addChild(new FboColorTexCubeArrayCase(m_context, getFormatName(colorFormats[fmt… in init()
328 colorFormats[fmtNdx], IVec3(128, 128, 12))); in init()
Des31fShaderFramebufferFetchTests.cpp1367 static const deUint32 colorFormats[] = in init() local
1416 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(colorFormats); ndx++) in init()
1417 …(m_context, getFormatName(colorFormats[ndx]), "Framebuffer fetches from texture attachments with v… in init()
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/
DMediaCodecVideoEncoder.java198 for (int colorFormat : capabilities.colorFormats) { in findHwEncoder()
203 for (int codecColorFormat : capabilities.colorFormats) { in findHwEncoder()
DMediaCodecVideoDecoder.java180 for (int colorFormat : capabilities.colorFormats) { in findDecoder()
184 for (int codecColorFormat : capabilities.colorFormats) { in findDecoder()