Home
last modified time | relevance | path

Searched refs:colorFormats (Results 1 – 14 of 14) 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.cpp1482 } colorFormats[] = in init() local
1558 for (int colorFmtNdx = 0; colorFmtNdx < DE_LENGTH_OF_ARRAY(colorFormats); colorFmtNdx++) in init()
1561 …if (colorFormats[colorFmtNdx].type == FORMATTYPE_INT || colorFormats[colorFmtNdx].type == FORMATTY… in init()
1566 …FboConfig config(GL_COLOR_BUFFER_BIT, objectTypes[typeNdx], colorFormats[colorFmtNdx].format, GL_N… in init()
1574 for (int colorFmtNdx = 0; colorFmtNdx < DE_LENGTH_OF_ARRAY(colorFormats); colorFmtNdx++) in init()
1580 if (colorFormats[colorFmtNdx].type == FORMATTYPE_INT || in init()
1581 colorFormats[colorFmtNdx].type == FORMATTYPE_UINT || in init()
1582 colorFormats[colorFmtNdx].format == GL_RGBA32F || in init()
1583 colorFormats[colorFmtNdx].format == GL_RGB32F || in init()
1584 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/angle/src/libANGLE/renderer/vulkan/
Dvk_caps_utils.h39 egl::ConfigSet GenerateConfigs(const GLenum *colorFormats,
46 egl::ConfigSet GenerateConfigs(const GLenum (&colorFormats)[ColorFormatCount], in GenerateConfigs()
50 return GenerateConfigs(colorFormats, ColorFormatCount, depthStencilFormats, in GenerateConfigs()
Dvk_caps_utils.cpp1192 egl::ConfigSet GenerateConfigs(const GLenum *colorFormats, in GenerateConfigs() argument
1228 gl::GetSizedInternalFormatInfo(colorFormats[colorFormatIdx]); in GenerateConfigs()
1246 else if (colorFormats[colorFormatIdx] == GL_NONE) in GenerateConfigs()
/external/deqp/modules/gles31/functional/
Des31fTextureSpecificationTests.cpp781 } colorFormats[] = in init() local
852 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(colorFormats); formatNdx++) in init()
854 const char* fmtName = colorFormats[formatNdx].name; in init()
855 deUint32 format = colorFormats[formatNdx].internalFormat; in init()
893 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(colorFormats); formatNdx++) in init()
895 const string fmtName = colorFormats[formatNdx].name; in init()
896 const deUint32 format = colorFormats[formatNdx].internalFormat; in init()
981 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(colorFormats); ndx++) in init()
983 …pboGroup->addChild(new TexSubImageCubeArrayBufferCase(m_context, (std::string(colorFormats[ndx].na… in init()
984 colorFormats[ndx].internalFormat, in init()
[all …]
Des31fFboColorbufferTests.cpp358 static const deUint32 colorFormats[] = in init() local
421 for (int fmtNdx = 0; fmtNdx < DE_LENGTH_OF_ARRAY(colorFormats); fmtNdx++) in init()
422 …texCubeArrayGroup->addChild(new FboColorTexCubeArrayCase(m_context, getFormatName(colorFormats[fmt… in init()
423 colorFormats[fmtNdx], IVec3(128, 128, 12))); in init()
Des31fShaderFramebufferFetchTests.cpp1399 static const deUint32 colorFormats[] = in init() local
1448 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(colorFormats); ndx++) in init()
1449 …(m_context, getFormatName(colorFormats[ndx]), "Framebuffer fetches from texture attachments with v… in init()
/external/webrtc/sdk/android/src/java/org/webrtc/
DMediaCodecUtils.java72 for (int codecColorFormat : capabilities.colorFormats) { in selectColorFormat()
/external/exoplayer/tree/playbacktests/src/androidTest/java/com/google/android/exoplayer2/playbacktests/gts/
DEnumerateDecodersTest.java128 result.append(", colorFormats=").append(Arrays.toString(codecCapabilities.colorFormats)); in codecCapabilitiesToString()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleShaderFragmentMaskTests.cpp1248 const VkFormat colorFormats[] = in createShaderFragmentMaskTestsInGroup() local
1283 …for (const VkFormat* pColorFormat = colorFormats; pColorFormat != DE_ARRAY_END(colorFormats); ++pC… in createShaderFragmentMaskTestsInGroup()