Home
last modified time | relevance | path

Searched refs:storeValueType (Results 1 – 8 of 8) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/tests/compiler_tests/
H A DShaderImage_test.cpp28 TBasicType storeValueType, in CheckImageStoreCall() argument
46 ASSERT_EQ(storeValueType, storeArgument3Typed->getBasicType()); in CheckImageStoreCall()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/compiler_tests/
H A DShaderImage_test.cpp29 TBasicType storeValueType, in CheckImageStoreCall() argument
47 ASSERT_EQ(storeValueType, storeArgument3Typed->getBasicType()); in CheckImageStoreCall()
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/qml/
H A Dqqmlglobal_p.h238 bool storeValueType(int, const void *, void *, size_t);
H A Dqqmlglobal.cpp182 bool QQmlValueTypeProvider::storeValueType(int type, const void *src, void *dst, size_t dstSize) in storeValueType() function in QQmlValueTypeProvider
H A Dqqmlobjectcreator.cpp490 …if (QQml_valueTypeProvider()->storeValueType(property->propType(), &colorValue, &buffer, sizeof(bu… in setPropertyValue()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/qml/
H A Dqqmlglobal_p.h238 bool storeValueType(int, const void *, void *, size_t);
H A Dqqmlglobal.cpp182 bool QQmlValueTypeProvider::storeValueType(int type, const void *src, void *dst, size_t dstSize) in storeValueType() function in QQmlValueTypeProvider
H A Dqqmlobjectcreator.cpp490 …if (QQml_valueTypeProvider()->storeValueType(property->propType(), &colorValue, &buffer, sizeof(bu… in setPropertyValue()