Home
last modified time | relevance | path

Searched refs:convertedFormat (Results 1 – 25 of 43) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/renderer/metal/
H A DVertexArrayMtl.mm738 const mtl::VertexFormat &convertedFormat =
752 mCurrentArrayBufferFormats[attribIndex] = &convertedFormat;
757 const angle::Format &convertedAngleFormat = convertedFormat.actualAngleFormat();
761 bool canExpandComponentsOnGPU = convertedFormat.actualSameGLType;
777 convertedFormat, stride, numVertices,
787 mCurrentArrayBufferFormats[attribIndex] = &convertedFormat;
827 binding.getStride(), convertedFormat.vertexLoadFunction,
859 params.srcDefaultAlphaData = convertedFormat.defaultAlpha;
864 params.dstComponents = convertedFormat.actualAngleFormat().channelCount;
891 contextMtl, convertedFormat.intendedAngleFormat(), params));
[all …]
H A DVertexArrayMtl.h102 const mtl::VertexFormat &convertedFormat,
110 const mtl::VertexFormat &convertedFormat,
/dports/editors/calligra/calligra-3.2.1/filters/sheets/excel/sidewinder/
H A Dworksheetsubstreamhandler.cpp272 cell->setFormat(d->globals->convertedFormat(xfIndex)); in handleBlank()
288 cell->setFormat(d->globals->convertedFormat(xfIndex)); in handleBoolErr()
325 column->setFormat(d->globals->convertedFormat(xfIndex)); in handleColInfo()
376 cell->setFormat(d->globals->convertedFormat(xfIndex)); in handleFormula()
492 cell->setFormat(d->globals->convertedFormat(xfIndex)); in handleLabel()
515 cell->setFormat(d->globals->convertedFormat(xfIndex)); in handleLabelSST()
587 cell->setFormat(d->globals->convertedFormat(record->xfIndex(column - firstColumn))); in handleMulRK()
604 cell->setFormat(d->globals->convertedFormat(xfIndex)); in handleNumber()
636 cell->setFormat(d->globals->convertedFormat(xfIndex)); in handleRK()
653 row->setFormat(d->globals->convertedFormat(xfIndex)); in handleRow()
[all …]
H A Dglobalssubstreamhandler.h82 const Format* convertedFormat(unsigned index) const;
/dports/www/firefox-esr/firefox-91.8.0/security/nss/cmd/libpkix/pkix_pl/system/
H A Dtest_string.c166 char *convertedFormat = "%s %lx %lu %ld"; in testSprintf() local
192 temp = PR_smprintf(convertedFormat, plainText, x, y, y); in testSprintf()
/dports/security/nss/nss-3.76.1/nss/cmd/libpkix/pkix_pl/system/
H A Dtest_string.c166 char *convertedFormat = "%s %lx %lu %ld"; in testSprintf() local
192 temp = PR_smprintf(convertedFormat, plainText, x, y, y); in testSprintf()
/dports/www/firefox-legacy/firefox-52.8.0esr/security/nss/cmd/libpkix/pkix_pl/system/
H A Dtest_string.c166 char *convertedFormat = "%s %lx %lu %ld"; in testSprintf() local
192 temp = PR_smprintf(convertedFormat, plainText, x, y, y); in testSprintf()
/dports/security/ca_root_nss/nss-3.71/nss/cmd/libpkix/pkix_pl/system/
H A Dtest_string.c166 char *convertedFormat = "%s %lx %lu %ld"; in testSprintf() local
192 temp = PR_smprintf(convertedFormat, plainText, x, y, y); in testSprintf()
/dports/www/firefox/firefox-99.0/security/nss/cmd/libpkix/pkix_pl/system/
H A Dtest_string.c166 char *convertedFormat = "%s %lx %lu %ld"; in testSprintf() local
192 temp = PR_smprintf(convertedFormat, plainText, x, y, y); in testSprintf()
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/cmd/libpkix/pkix_pl/system/
H A Dtest_string.c166 char *convertedFormat = "%s %lx %lu %ld"; in testSprintf() local
192 temp = PR_smprintf(convertedFormat, plainText, x, y, y); in testSprintf()
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/cmd/libpkix/pkix_pl/system/
H A Dtest_string.c166 char *convertedFormat = "%s %lx %lu %ld"; in testSprintf() local
192 temp = PR_smprintf(convertedFormat, plainText, x, y, y); in testSprintf()
/dports/lang/spidermonkey78/firefox-78.9.0/security/nss/cmd/libpkix/pkix_pl/system/
H A Dtest_string.c166 char *convertedFormat = "%s %lx %lu %ld"; in testSprintf() local
192 temp = PR_smprintf(convertedFormat, plainText, x, y, y); in testSprintf()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineDepthTests.cpp781 tcu::Maybe<tcu::TextureFormat> convertedFormat; in verifyImage() local
785 convertedFormat = tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNORM_INT24); in verifyImage()
789 convertedFormat = tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNORM_INT16); in verifyImage()
793 convertedFormat = tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::FLOAT); in verifyImage()
796 if (convertedFormat) in verifyImage()
798 …convertedReferenceLevel = de::MovePtr<tcu::TextureLevel>(new tcu::TextureLevel(*convertedFormat, r… in verifyImage()
/dports/multimedia/zoneminder/zoneminder-1.36.5/web/api/lib/Cake/Utility/
H A DCakeTime.php371 $convertedFormat = static::convertSpecifiers($format, $timestamp);
372 return static::_strftimeWithTimezone($convertedFormat, $timestamp, $date, $timezone);
1074 $convertedFormat = static::convertSpecifiers($format, $timestamp);
1075 return static::_strftimeWithTimezone($convertedFormat, $timestamp, $date, $timezone);
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/libANGLE/renderer/d3d/d3d9/
H A Drenderer9_utils.cpp311 GLenum convertedFormat = gl::GetInternalFormatInfo(internalFormat).format; in IsFormatChannelEquivalent() local
312 return convertedFormat == format; in IsFormatChannelEquivalent()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/d3d/d3d9/
H A Drenderer9_utils.cpp412 GLenum convertedFormat = gl::GetSizedInternalFormatInfo(internalFormat).format; in IsFormatChannelEquivalent() local
413 return convertedFormat == format; in IsFormatChannelEquivalent()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A Drenderer9_utils.cpp313 GLenum convertedFormat = gl::GetSizedInternalFormatInfo(internalFormat).format; in IsFormatChannelEquivalent() local
314 return convertedFormat == format; in IsFormatChannelEquivalent()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/renderer/d3d/d3d9/
H A Drenderer9_utils.cpp412 GLenum convertedFormat = gl::GetSizedInternalFormatInfo(internalFormat).format; in IsFormatChannelEquivalent() local
413 return convertedFormat == format; in IsFormatChannelEquivalent()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A Drenderer9_utils.cpp313 GLenum convertedFormat = gl::GetSizedInternalFormatInfo(internalFormat).format; in IsFormatChannelEquivalent() local
314 return convertedFormat == format; in IsFormatChannelEquivalent()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A Drenderer9_utils.cpp313 GLenum convertedFormat = gl::GetSizedInternalFormatInfo(internalFormat).format; in IsFormatChannelEquivalent() local
314 return convertedFormat == format; in IsFormatChannelEquivalent()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A Drenderer9_utils.cpp313 GLenum convertedFormat = gl::GetSizedInternalFormatInfo(internalFormat).format; in IsFormatChannelEquivalent() local
314 return convertedFormat == format; in IsFormatChannelEquivalent()
/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d9/
H A Drenderer9_utils.cpp412 GLenum convertedFormat = gl::GetSizedInternalFormatInfo(internalFormat).format; in IsFormatChannelEquivalent() local
413 return convertedFormat == format; in IsFormatChannelEquivalent()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d9/
H A Drenderer9_utils.cpp412 GLenum convertedFormat = gl::GetSizedInternalFormatInfo(internalFormat).format; in IsFormatChannelEquivalent() local
413 return convertedFormat == format; in IsFormatChannelEquivalent()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A Drenderer9_utils.cpp313 GLenum convertedFormat = gl::GetSizedInternalFormatInfo(internalFormat).format; in IsFormatChannelEquivalent() local
314 return convertedFormat == format; in IsFormatChannelEquivalent()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A Drenderer9_utils.cpp313 GLenum convertedFormat = gl::GetSizedInternalFormatInfo(internalFormat).format; in IsFormatChannelEquivalent() local
314 return convertedFormat == format; in IsFormatChannelEquivalent()

12