Home
last modified time | relevance | path

Searched refs:IsFloatFormat (Results 1 – 21 of 21) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/OpenGL/libGLESv2/
H A Dutilities.h81 bool IsFloatFormat(GLint internalformat);
H A Dutilities.cpp731 else if(IsFloatFormat(internalformat)) in ValidateReadPixelsFormatType()
1968 bool IsFloatFormat(GLint internalformat) in IsFloatFormat() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/OpenGL/libGLESv2/
H A Dutilities.h81 bool IsFloatFormat(GLint internalformat);
H A Dutilities.cpp702 else if(IsFloatFormat(internalformat)) in ValidateReadPixelsFormatType()
1939 bool IsFloatFormat(GLint internalformat) in IsFloatFormat() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/command_buffer/common/
H A Dgles2_cmd_utils.h211 static bool IsFloatFormat(uint32_t internal_format);
H A Dgles2_cmd_utils.cc1712 bool GLES2Util::IsFloatFormat(uint32_t internal_format) { in IsFloatFormat() function in gpu::gles2::GLES2Util
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/common/
H A Dgles2_cmd_utils.h211 static bool IsFloatFormat(uint32_t internal_format);
H A Dgles2_cmd_utils.cc1717 bool GLES2Util::IsFloatFormat(uint32_t internal_format) { in IsFloatFormat() function in gpu::gles2::GLES2Util
/dports/audio/faudio/FAudio-21.01/src/
H A DFAudioFX_reverb.c1078 static inline int8_t IsFloatFormat(const FAudioWaveFormatEx *format) in IsFloatFormat() function
1135 if (!IsFloatFormat(pRequestedInputFormat)) in FAudioFXReverb_IsInputFormatSupported()
1189 if (!IsFloatFormat(pRequestedOutputFormat)) in FAudioFXReverb_IsOutputFormatSupported()
1239 if (!IsFloatFormat(pInputLockedParameters->pFormat)) in FAudioFXReverb_LockForProcess()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/graphics/gpu/
H A Dwebgl_image_conversion.cc1966 struct IsFloatFormat { struct
1967 STATIC_ONLY(IsFloatFormat);
2014 bool IsFloat = IsFloatFormat<Format>::value,
2187 IsFloatFormat<Format>::value || IsHalfFloatFormat<Format>::value ||
2465 if (!IsFloatFormat<DstFormat>::value && IsFloatFormat<SrcFormat>::value) { in Convert()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/tests/end2end/
H A DVertexFormatTests.cpp93 bool IsFloatFormat(wgpu::VertexFormat format) { in IsFloatFormat() function in VertexFormatTest
224 bool isFloat = IsFloatFormat(format); in MakeTestPipeline()
/dports/www/firefox-esr/firefox-91.8.0/dom/canvas/
H A DWebGLTexelConversions.h290 struct IsFloatFormat { struct
313 template <WebGLTexelFormat Format, bool IsFloat = IsFloatFormat<Format>::Value, argument
343 IsFloatFormat<Format>::Value ? WebGLTexelFormat::RGBA32F
/dports/lang/spidermonkey78/firefox-78.9.0/dom/canvas/
H A DWebGLTexelConversions.h286 struct IsFloatFormat { struct
309 template <WebGLTexelFormat Format, bool IsFloat = IsFloatFormat<Format>::Value, argument
338 static const WebGLTexelFormat Value = IsFloatFormat<Format>::Value
/dports/www/firefox/firefox-99.0/dom/canvas/
H A DWebGLTexelConversions.h290 struct IsFloatFormat { struct
313 template <WebGLTexelFormat Format, bool IsFloat = IsFloatFormat<Format>::Value, argument
343 IsFloatFormat<Format>::Value ? WebGLTexelFormat::RGBA32F
/dports/mail/thunderbird/thunderbird-91.8.0/dom/canvas/
H A DWebGLTexelConversions.h290 struct IsFloatFormat { struct
313 template <WebGLTexelFormat Format, bool IsFloat = IsFloatFormat<Format>::Value, argument
343 IsFloatFormat<Format>::Value ? WebGLTexelFormat::RGBA32F
/dports/lang/spidermonkey60/firefox-60.9.0/dom/canvas/
H A DWebGLTexelConversions.h286 struct IsFloatFormat { struct
309 template <WebGLTexelFormat Format, bool IsFloat = IsFloatFormat<Format>::Value, argument
338 static const WebGLTexelFormat Value = IsFloatFormat<Format>::Value
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/canvas/
H A DWebGLTexelConversions.h313 struct IsFloatFormat struct
347 bool IsFloat = IsFloatFormat<Format>::Value,
383 = IsFloatFormat<Format>::Value
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/graphics/gpu/
H A Dwebgl_image_conversion.cc2888 struct IsFloatFormat { struct
2889 STATIC_ONLY(IsFloatFormat);
2936 bool IsFloat = IsFloatFormat<Format>::value,
3109 IsFloatFormat<Format>::value || IsHalfFloatFormat<Format>::value ||
3391 if (!IsFloatFormat<DstFormat>::value && IsFloatFormat<SrcFormat>::value) { in Convert()
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/service/
H A Dgl_utils.cc918 : GLES2Util::IsFloatFormat(internal_format); in ValidateCopyTexFormatHelper()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/command_buffer/service/
H A Dgl_utils.cc904 : GLES2Util::IsFloatFormat(internal_format); in ValidateCopyTexFormatHelper()
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/tests/
H A Dgl_copy_texture_CHROMIUM_unittest.cc826 if (gles2::GLES2Util::IsFloatFormat(dest_format_type.internal_format) && in TEST_P()