/external/deqp/modules/gles3/performance/ |
D | es3pTextureFormatTests.cpp | 74 { "rgb32f", GL_RGB32F, }, in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fFboTestCase.cpp | 203 case GL_RGB32F: in isRequiredFormat() 234 case GL_RGB32F: in getEnablingExtensions()
|
/external/angle/src/libANGLE/ |
D | format_map_autogen.cpp | 427 return GL_RGB32F; in GetSizedFormatInternal() 1217 case GL_RGB32F: in ValidES3FormatCombination()
|
D | Caps.cpp | 338 GL_RGBA32F, GL_RGB32F, GL_LUMINANCE_ALPHA32F_EXT, GL_LUMINANCE32F_EXT, GL_ALPHA32F_EXT, in DetermineFloatTextureSupport() 350 GL_RGB32F, in DetermineFloatTextureFilteringSupport() 707 GL_RGB32F, in DetermineColorBufferFloatRGBSupport()
|
D | validationES2.cpp | 121 case GL_RGB32F: in IsValidCopyTextureDestinationInternalFormatEnum() 324 (format == GL_RGBA32F || format == GL_RGB32F || format == GL_RG32F || in Valid1to4ComponentFloatColorBufferFormat() 334 (format == GL_RGBA32F || format == GL_RGB32F || format == GL_RG32F)) || in Valid2to4ComponentFloatColorBufferFormat() 342 (format == GL_RGBA32F || format == GL_RGB32F)) || in Valid3to4ComponentFloatColorBufferFormat() 437 colorbufferFormat != GL_RG32F && colorbufferFormat != GL_RGB32F && in ValidateES2CopyTexImageParameters() 451 colorbufferFormat != GL_RG32F && colorbufferFormat != GL_RGB32F && in ValidateES2CopyTexImageParameters() 464 colorbufferFormat != GL_RGBA8_OES && colorbufferFormat != GL_RGB32F && in ValidateES2CopyTexImageParameters() 1366 case GL_RGB32F: in ValidateES2TexImageParametersBase()
|
/external/angle/src/tests/gl_tests/ |
D | CopyTexture3DTest.cpp | 156 case GL_RGB32F: in testCopy() 850 testCopy(testTarget, kColor, GL_RGB32F, GL_FLOAT, false, false, false, in testFloatFormats() 852 testCopy(testTarget, kColor, GL_RGB32F, GL_FLOAT, false, true, false, in testFloatFormats() 854 testCopy(testTarget, kColor, GL_RGB32F, GL_FLOAT, false, false, true, in testFloatFormats()
|
D | SwizzleTest.cpp | 320 init2DTexture(GL_RGB32F, GL_RGB, GL_FLOAT, data); in TEST_P()
|
D | TextureUploadFormatTest.cpp | 592 fnTest(TexFormat(GL_RGB32F, GL_RGB, GL_FLOAT), {1, 1, 1, 0}); in TEST_P()
|
/external/deqp/framework/opengl/ |
D | gluTextureUtil.cpp | 174 case FMT_CASE(RGB, FLOAT): return GL_RGB32F; in getInternalFormat() 503 case GL_RGB32F: return TextureFormat(TextureFormat::RGB, TextureFormat::FLOAT); in mapGLInternalFormat() 588 case GL_RGB32F: in isGLInternalColorFormatFilterable()
|
D | gluStrUtil.inl | 843 case GL_RGB32F: return "GL_RGB32F"; 1693 case GL_RGB32F: return "GL_RGB32F";
|
/external/deqp/modules/gles31/functional/ |
D | es31fFboTestCase.cpp | 237 case GL_RGB32F: in getEnablingExtensions()
|
D | es31fTextureFormatTests.cpp | 493 { "rgb32f", GL_RGB32F, }, in init()
|
/external/deqp/external/openglcts/modules/glesext/texture_buffer/ |
D | esextcTextureBufferParameters.cpp | 82 m_internal_formats[GL_RGB32F] = sizeof(glw::GLfloat) * 3 /* components */; in initTest()
|
D | esextcTextureBufferTextureBufferRange.cpp | 354 case GL_RGB32F: in configure() 628 formats.push_back(GL_RGB32F); in initTest()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cTextureViewTests.cpp | 49 … VIEW_CLASS_128_BITS, GL_RGBA32UI, VIEW_CLASS_128_BITS, GL_RGBA32I, VIEW_CLASS_128_BITS, GL_RGB32F, 122 GL_RGB32F, /* >= GL 4.0 */ 232 case GL_RGB32F: in getAmountOfComponentsForInternalformat() 465 case GL_RGB32F: in getComponentSizeForInternalformat() 837 case GL_RGB32F: in getFormatOfInternalformat() 944 case GL_RGB32F: in getGLFormatOfInternalformat() 1427 case GL_RGB32F: in getInternalformatString() 1713 case GL_RGB32F: in getSamplerTypeForInternalformat() 1946 case GL_RGB32F: in getTypeCompatibleWithInternalformat() 2483 case GL_RGB32F: in isInternalformatSupported() [all …]
|
D | gl4cCopyImageTests.cpp | 167 GL_RGB32F, GL_RGB32I, GL_RGB32UI, 565 case GL_RGB32F: in getEpsilon() 665 case GL_RGB32F: in getFormat() 765 case GL_RGB32F: in getNumberOfChannels() 913 case GL_RGB32F: in getType() 1062 case GL_RGB32F: in getPixelSizeForFormat() 2329 case GL_RGB32F: in packPixel()
|
D | gl3cTextureSizePromotion.cpp | 1323 …{ glu::ContextType(3, 0, glu::PROFILE_CORE), GL_RGB32F, STR(GL_RGB32F), false, true, 32, 32, 32, 0…
|
/external/deqp/external/openglcts/modules/common/subgroups/ |
D | glcSubgroupsTestsUtils.hpp | 346 FORMAT_R32G32B32_SFLOAT = GL_RGB32F,
|
/external/mesa3d/src/mesa/main/ |
D | textureview.c | 126 {GL_VIEW_CLASS_96_BITS, GL_RGB32F},
|
/external/angle/src/libANGLE/renderer/d3d/d3d9/ |
D | formatutils9.cpp | 46 GL_RGB32F, in BuildInternalFormatInitialzerMap()
|
/external/deqp/external/openglcts/modules/gles3/ |
D | es3cCopyTexImageConversionsTests.cpp | 111 … GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_R32F, GL_RG32F, GL_RGB32F, GL_NONE, GL_NON… 112 … GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_R32F, GL_RG32F, GL_RGB32F, GL_RGBA32F, GL_… 147 GL_RGB32F, 181 …GL_RGBA32UI, GL_R16F, GL_RG16F, GL_R32F, GL_RG32F, GL_RGB16F, GL_RGBA16F, GL_RGB32F, GL_R… 540 … (internalformat == GL_RG32F) || (internalformat == GL_RGB32F) || (internalformat == GL_RGBA32F); in isInternalFormatCompatibleWithType() 2734 result.data_internalformat = GL_RGB32F; in getRGB32FPixelData() 5262 case GL_RGB32F: in getFormatAndTypeCompatibleWithInternalformat() 5394 case GL_RGB32F: in getFormatForInternalformat() 5957 internalformat == GL_RGB32F || internalformat == GL_RGBA32F)) in isColorRenderableInternalFormat() 6196 case GL_RGB32F: in getInternalformatString() [all …]
|
/external/deqp/external/openglcts/modules/common/ |
D | glcTextureRepeatModeTests.cpp | 295 …{ GL_RGB32F, GL_RGB, GL_RGB, GL_FLOAT, SAMPLER_FLOAT, { {32,32,32, 0, 0, 0, 0, 0, NO_FL… 384 …{ GL_RGB32F, GL_RGB, GL_RGB, GL_FLOAT, SAMPLER_FLOAT, { {32,32,32, 0, 0, 0, 0, 0, NO_…
|
D | glcInternalformatTests.cpp | 1580 TF(GL_RGB, GL_FLOAT, GL_RGB32F, OES_texture_float), in getESTestData() 1582 TF(GL_RGB, GL_FLOAT, GL_RGB32F, OES_texture_float_linear, DE_NULL, GL_LINEAR, GL_LINEAR), in getESTestData() 1778 TF(GL_RGB, GL_FLOAT, GL_RGB32F, ARB_texture_float), in getGLTestData()
|
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cTextureGatherTests.cpp | 358 case GL_RGB32F: in IsFloatingPointTexture() 369 GLenum internal_format = GL_RGB32F; in CreateTexture2DRgb()
|
D | es31cTextureStorageMultisampleTexStorage3DMultisampleTests.cpp | 87 const glw::GLint unsupported_internalformats[] = { GL_RGB8_SNORM, GL_RGB32F, GL_RGB32I };
|