Home
last modified time | relevance | path

Searched refs:GL_RGB32F (Results 1 - 25 of 85) sorted by relevance

1234

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A Dutilities.cpp408 case GL_RGB32F: in IsSizedInternalFormat()
1016 case GL_FLOAT: VALIDATE_INTERNALFORMAT(GL_RGB32F, GL_RGB16F, GL_R11F_G11F_B10F, GL_RGB9_E5) in ValidateTextureFormatType()
1350 case GL_RGB32F: in IsColorRenderable()
1460 case GL_RGB32F: in IsDepthRenderable()
1526 case GL_RGB32F: in IsStencilRenderable()
1591 case GL_RGB32F: return 0; in GetAlphaSize()
1640 case GL_RGB32F: return 32; in GetRedSize()
1689 case GL_RGB32F: return 32; in GetGreenSize()
1738 case GL_RGB32F: return 32; in GetBlueSize()
1867 case GL_RGB32F in GetColorComponentType()
[all...]
H A DFramebuffer.cpp570 case GL_RGB32F: return GL_RGB; in getImplementationColorReadFormat()
631 case GL_RGB32F: return GL_FLOAT; in getImplementationColorReadType()
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pTextureFormatTests.cpp74 { "rgb32f", GL_RGB32F, }, in init()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFboTestCase.cpp203 case GL_RGB32F: in isRequiredFormat()
234 case GL_RGB32F: in getEnablingExtensions()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dformat_map_autogen.cpp427 return GL_RGB32F; in GetSizedFormatInternal()
1227 case GL_RGB32F: in ValidES3FormatCombination()
H A DCaps.cpp338 GL_RGBA32F, GL_RGB32F, GL_LUMINANCE_ALPHA32F_EXT, GL_LUMINANCE32F_EXT, GL_ALPHA32F_EXT, in DetermineFloatTextureSupport()
350 GL_RGB32F, in DetermineFloatTextureFilteringSupport()
709 GL_RGB32F, in DetermineColorBufferFloatRGBSupport()
H A DvalidationES2.cpp128 case GL_RGB32F: in IsValidCopyTextureDestinationInternalFormatEnum()
326 (format == GL_RGBA32F || format == GL_RGB32F || format == GL_RG32F || in Valid1to4ComponentFloatColorBufferFormat()
336 (format == GL_RGBA32F || format == GL_RGB32F || format == GL_RG32F)) || in Valid2to4ComponentFloatColorBufferFormat()
344 (format == GL_RGBA32F || format == GL_RGB32F)) || in Valid3to4ComponentFloatColorBufferFormat()
438 colorbufferFormat != GL_RG32F && colorbufferFormat != GL_RGB32F && in ValidateES2CopyTexImageParameters()
451 colorbufferFormat != GL_RG32F && colorbufferFormat != GL_RGB32F && in ValidateES2CopyTexImageParameters()
463 colorbufferFormat != GL_RGBA8_OES && colorbufferFormat != GL_RGB32F && in ValidateES2CopyTexImageParameters()
1357 case GL_RGB32F: in ValidateES2TexImageParametersBase()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fFboTestCase.cpp237 case GL_RGB32F: in getEnablingExtensions()
H A Des31fTextureFormatTests.cpp493 { "rgb32f", GL_RGB32F, }, in init()
/third_party/vk-gl-cts/framework/opengl/
H A DgluTextureUtil.cpp174 case FMT_CASE(RGB, FLOAT): return GL_RGB32F; in getInternalFormat()
503 case GL_RGB32F: return TextureFormat(TextureFormat::RGB, TextureFormat::FLOAT);
588 case GL_RGB32F:
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DCopyTexture3DTest.cpp155 case GL_RGB32F: in testCopy()
839 testCopy(testTarget, kColor, GL_RGB32F, GL_FLOAT, false, false, false, in testFloatFormats()
841 testCopy(testTarget, kColor, GL_RGB32F, GL_FLOAT, false, true, false, in testFloatFormats()
843 testCopy(testTarget, kColor, GL_RGB32F, GL_FLOAT, false, false, true, in testFloatFormats()
H A DTextureUploadFormatTest.cpp586 fnTest({GL_RGB32F, GL_RGB, GL_FLOAT}, {1, 1, 1, 0}); in TEST_P()
H A DSwizzleTest.cpp310 init2DTexture(GL_RGB32F, GL_RGB, GL_FLOAT, data); in TEST_P()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
H A DImage.cpp87 case GL_RGB32F: return GL_RGB; in GetBaseInternalFormat()
186 case GL_FLOAT: return GL_RGB32F; in GetSizedInternalFormat()
360 case GL_RGB32F: return sw::FORMAT_X32B32G32R32F; in SelectInternalFormat()
1450 case GL_RGB32F: in loadImageData()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/
H A DesextcTextureBufferParameters.cpp82 m_internal_formats[GL_RGB32F] = sizeof(glw::GLfloat) * 3 /* components */; in initTest()
H A DesextcTextureBufferTextureBufferRange.cpp354 case GL_RGB32F: in configure()
628 formats.push_back(GL_RGB32F); in initTest()
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
H A DglcSubgroupsTestsUtils.hpp346 FORMAT_R32G32B32_SFLOAT = GL_RGB32F,
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cTextureGatherTests.cpp358 case GL_RGB32F: in IsFloatingPointTexture()
369 GLenum internal_format = GL_RGB32F; in CreateTexture2DRgb()
H A Des31cTextureStorageMultisampleTexStorage3DMultisampleTests.cpp84 /* GL_RGBA32F is renderable if EXT_color_buffer_float extension is supported - replaced with GL_RGB32F */
87 const glw::GLint unsupported_internalformats[] = { GL_RGB8_SNORM, GL_RGB32F, GL_RGB32I };
/third_party/mesa3d/src/mesa/main/
H A Dglformats.c2930 case GL_RGB32F: in _mesa_gles_check_internalformat()
3262 case GL_RGB32F: in _mesa_gles_error_check_format_and_type()
4130 case GL_RGB32F: in _mesa_is_es3_texture_filterable()
H A Dtextureview.c129 {GL_VIEW_CLASS_96_BITS, GL_RGB32F},
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cTextureViewTests.cpp49 GL_RGBA32F, 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()
1428 result = "GL_RGB32F"; in getInternalformatString()
1713 case GL_RGB32F: in getSamplerTypeForInternalformat()
1946 case GL_RGB32F in getTypeCompatibleWithInternalformat()
[all...]
H A Dgl4cCopyImageTests.cpp167 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()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A Dformatutils9.cpp46 GL_RGB32F, in BuildInternalFormatInitialzerMap()
/third_party/vk-gl-cts/external/openglcts/modules/gles3/
H A Des3cCopyTexImageConversionsTests.cpp76 /* GL_RGBA GL_RGB GL_LUMINANCE_ALPHA GL_LUMINANCE GL_ALPHA GL_R8 GL_R8_SNORM GL_RG8 GL_RG8_SNORM GL_RGB8 GL_RGB8_SNORM GL_RGB565 GL_RGBA4 GL_RGB5_A1 GL_RGBA8 GL_RGBA8_SNORM GL_RGB10_A2 GL_RGB10_A2UI GL_SRGB8 GL_SRGB8_ALPHA8 GL_R16F GL_RG16F GL_RGB16F GL_RGBA16F GL_R32F GL_RG32F GL_RGB32F GL_RGBA32F GL_R11F_G11F_B10F GL_RGB9_E5 GL_R8I GL_R8UI GL_R16I GL_R16UI GL_R32I GL_R32UI GL_RG8I GL_RG8UI GL_RG16I GL_RG16UI GL_RG32I GL_RG32UI GL_RGB8I GL_RGB8UI GL_RGB16I GL_RGB16UI GL_RGB32I GL_RGB32UI GL_RGBA8I GL_RGBA8UI GL_RGBA16I GL_RGBA16UI GL_RGBA32I GL_RGBA32UI */
111 /* GL_RGB32F, */ GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_R32F, GL_RG32F, GL_RGB32F, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE,
112 /* GL_RGBA32F, */ GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_R32F, GL_RG32F, GL_RGB32F, GL_RGBA32F, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE,
147 GL_RGB32F,
181 GL_RGBA32UI, GL_R16F, GL_RG16F, GL_R32F, GL_RG32F, GL_RGB16F, GL_RGBA16F, GL_RGB32F, GL_RGBA32F,
540 (internalformat == GL_RG32F) || (internalformat == GL_RGB32F) || (internalformat == GL_RGBA32F); in isInternalFormatCompatibleWithType()
2694 * GL_RGB32F internal format.
2734 result.data_internalformat = GL_RGB32F; in getRGB32FPixelData()
4648 /* GL_RGB32F */ in configureConversionDatabase()
[all...]

Completed in 52 milliseconds

1234