/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageAstcDecodeModeTests.cpp | 117 m_parameters.testedFormat, // VkFormat format; in iterate() 137 m_parameters.resultFormat, // VkFormat format; in iterate() 176 m_parameters.testedFormat, // VkFormat format; in iterate() 414 TCU_THROW(NotSupportedError, "Operation not supported with this image format"); in checkSupport() 419 TCU_THROW(NotSupportedError, "Operation not supported with this image format"); in checkSupport() 478 VkFormat format; in createImageAstcDecodeModeTests() member 528 for (const FormatData& format : astcFormats) in createImageAstcDecodeModeTests() 536 format.format, in createImageAstcDecodeModeTests() 537 format in createImageAstcDecodeModeTests() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/ |
H A D | vktFragmentOperationsTransientAttachmentTests.cpp | 136 VkImageCreateInfo makeImageCreateInfo (const VkFormat format, const tcu::IVec2& size, VkImageUsageFlags usage) in makeImageCreateInfo() argument 144 format, // VkFormat format; in makeImageCreateInfo() 160 const VkFormat format, in makeAttachment() 166 const tcu::TextureFormat tcuFormat = mapVkFormat(format); in makeAttachment() 173 format, // VkFormat format; in makeAttachment() 188 const tcu::TextureFormat tcuFormat = mapVkFormat(attachmentDescriptions[0].format); in makeRenderPass() 159 makeAttachment( const VkFormat format, const VkAttachmentLoadOp loadOp, const VkAttachmentStoreOp storeOp, const VkImageLayout initialLayout, const VkImageLayout finalLayout) makeAttachment() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageAstcDecodeModeTests.cpp | 117 m_parameters.testedFormat, // VkFormat format; in iterate() 137 m_parameters.resultFormat, // VkFormat format; in iterate() 176 m_parameters.testedFormat, // VkFormat format; in iterate() 416 TCU_THROW(NotSupportedError, "Operation not supported with this image format"); in checkSupport() 421 TCU_THROW(NotSupportedError, "Operation not supported with this image format"); in checkSupport() 480 VkFormat format; in createImageAstcDecodeModeTests() member 529 for (const FormatData& format : astcFormats) in createImageAstcDecodeModeTests() 537 format.format, in createImageAstcDecodeModeTests() 538 format in createImageAstcDecodeModeTests() [all...] |
/third_party/skia/src/image/ |
H A D | SkSurface_Gpu.cpp | 261 GrBackendFormat format = readSurfaceView.proxy()->backendFormat(); in onCharacterize() local 269 format, in onCharacterize() 365 GrBackendFormat format = targetView.asRenderTargetProxy()->backendFormat(); in onIsCompatible() local 373 characterization.backendFormat() == format && in onIsCompatible() 662 bufferDesc.format, in MakeFromAHardwareBuffer() 687 GrAHardwareBufferUtils::GetSkColorTypeFromBufferFormat(bufferDesc.format); in MakeFromAHardwareBuffer()
|
/third_party/skia/src/gpu/ops/ |
H A D | LatticeOp.cpp | 47 SkString format; variable 48 format.printf("ShaderDfx_LatticeGP_%d", GrColorSpaceXform::XformKey(fColorSpaceXform.get())); 49 return format; 474 const GrBackendFormat format = 478 auto proxy = context->priv().proxyProvider()->createProxy(format, 536 context->priv().caps()->getReadSwizzle(format, GrColorType::kRGBA_8888));
|
/third_party/skia/tests/ |
H A D | ResourceAllocatorTest.cpp | 64 const GrBackendFormat format = caps->getDefaultBackendFormat(p.fColorType, p.fRenderable); in make_deferred() local 65 return proxyProvider->createProxy(format, {p.fSize, p.fSize}, p.fRenderable, p.fSampleCnt, in make_deferred() 91 const GrBackendFormat format = caps->getDefaultBackendFormat(p.fColorType, p.fRenderable); in make_fully_lazy() local 100 return GrProxyProvider::MakeFullyLazyProxy(std::move(cb), format, p.fRenderable, p.fSampleCnt, in make_fully_lazy() 107 const GrBackendFormat format = caps->getDefaultBackendFormat(p.fColorType, p.fRenderable); in make_lazy() local 116 return proxyProvider->createLazyProxy(std::move(cb), format, {p.fSize, p.fSize}, in make_lazy()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-cff-common.hh | 58 /* format does not support size > 4; caller should handle it as an error */ in calcOffSize() 570 switch (format) in get_size() 572 case 0: return format.static_size + u.format0.get_size (num_glyphs); in get_size() 573 case 3: return format.static_size + u.format3.get_size (); in get_size() 582 switch (format) in get_fd() 596 switch (format) in sanitize() 604 HBUINT8 format; member
|
/third_party/toybox/toys/pending/ |
H A D | dhcp6.c | 129 static void (*dbg)(char *format, ...); 130 static void dummy(char *format, ...) in dummy() argument 135 static void logit(char *format, ...) in logit() argument 144 va_start(p, format); in logit() 146 used = vsnprintf(NULL, 0, format, t); in logit() 151 vsnprintf(msg, used, format, p); in logit()
|
/third_party/vk-gl-cts/framework/platform/null/ |
H A D | tcuNullRenderContext.cpp | 654 GLW_APICALL void GLW_APIENTRY glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid* pixels) in glReadPixels() argument 661 const tcu::TextureFormat transferFormat = glu::mapGLTransferFormat(format, type); in glReadPixels() 672 if (!(format == GL_RGBA && type == GL_UNSIGNED_BYTE) && in glReadPixels() 673 !(format == GL_RGBA_INTEGER && type == GL_INT) && in glReadPixels() 674 !(format == GL_RGBA_INTEGER && type == GL_UNSIGNED_INT) && in glReadPixels() 675 !(format == GL_RGBA && type == GL_FLOAT)) in glReadPixels()
|
/third_party/vixl/src/aarch64/ |
H A D | assembler-aarch64.cc | 1643 // clang-format off 1649 // clang-format on 1664 // clang-format off 1674 // clang-format on 1688 // clang-format off 1694 // clang-format on 1719 // clang-format off 1746 // clang-format on 2926 Instr format, op = vop; 2929 format [all...] |
/base/global/resource_management/frameworks/resmgr/test/unittest/common/ |
H A D | resource_manager_test_common.h | 61 void TestPluralStringById(int quantity, const char *cmp, bool format = false); 63 void TestPluralStringByName(int quantity, const char *cmp, bool format = false);
|
/base/print/print_fwk/frameworks/helper/scan_helper/src/ |
H A D | scan_parameters_helper.cpp | 22 static constexpr const char *PARAM_SCAN_PARA_FORMAT = "format"; 51 ScanFrame format = (ScanFrame)NapiScanUtils::GetUint32Property(env, jsValue, PARAM_SCAN_PARA_FORMAT); in BuildFromJs() local 52 nativeObj->SetFormat(format); in BuildFromJs()
|
H A D | scan_parameters.cpp | 60 void ScanParameters::SetFormat(const ScanFrame &format) in SetFormat() argument 62 format_ = format; in SetFormat()
|
/base/security/asset/frameworks/definition/src/ |
H A D | macros.rs | 134 let str = format!($($arg)*); 153 let str = format!($($arg)*);
|
/base/security/asset/frameworks/js/napi/inc/ |
H A D | asset_napi_check.h | 30 #define NAPI_THROW_INVALID_ARGUMENT(env, format, arg...) \ 33 if ((sprintf_s(msg, MAX_MESSAGE_LEN, format, ##arg)) == -1) { \
|
/base/security/certificate_framework/frameworks/js/napi/certificate/src/ |
H A D | napi_pub_key.cpp | 53 const char *format = this->GetPubKey()->base.getFormat(&(this->GetPubKey()->base));
in ConvertToJsPubKey() local 60 napi_create_string_utf8(env, format, NAPI_AUTO_LENGTH, &napiFormat);
in ConvertToJsPubKey()
|
H A D | napi_key.cpp | 65 const char *format = key->getFormat(key);
in JsGetFormat() local 67 napi_create_string_utf8(env, format, NAPI_AUTO_LENGTH, &instance);
in JsGetFormat() 104 {.utf8name = "format", .getter = NapiKey::JsGetFormat},
in DefineHcfKeyJSClass()
|
/test/testfwk/xdevice/src/xdevice/_core/context/ |
H A D | abs.py | 42 raise ParamError(ErrorMessage.Common.Code_0101012.format(command)) 47 LOG.error(ErrorMessage.Common.Code_0101013.format(exec_type))
|
/test/xts/acts/ai/nncore/opstest/include/ |
H A D | nncore_utils.h | 35 OH_NN_Format format = OH_NN_FORMAT_NONE; member 70 NN_TensorDesc* createTensorDesc(const int32_t* shape, size_t shapeNum, OH_NN_DataType dataType, OH_NN_Format format);
|
/test/xts/acts/multimedia/image_effect/OHImageEffectNDK/entry/src/main/cpp/utils/ |
H A D | pixelmap_helper.cpp | 69 Image_MimeType format = { .data = const_cast<char *>(MIME_TYPE_JPEG), .size = strlen(MIME_TYPE_JPEG) }; in CreatePackingOptions() local 70 OH_PackingOptions_SetMimeType(optionsPtr.get(), &format); in CreatePackingOptions()
|
/test/xts/dcts/communication/softbus_standard/common/ |
H A D | socket_common.h | 216 #define LOG(format, ...) \
224 fprintf(stdout, "[Test-softbus] %s " format "\n", strTime, ##__VA_ARGS__); \
|
H A D | net_trans_common.h | 173 #define LOG(format, ...) \
181 fprintf(stdout, "[Test-softbus] %s " format "\n", strTime, ##__VA_ARGS__); \
|
/test/xts/dcts/distributedhardware/distributedscreentest/ |
H A D | decoder_demo.h | 48 void OnOutputFormatChanged(const Media::Format &format) override; 67 int32_t Configure(const Media::Format &format);
|
/third_party/eudev/src/udev/ |
H A D | udev-builtin-kmod.c | 66 _printf_(6,0) static void udev_kmod_log(void *data, int priority, const char *file, int line, const char *fn, const char *format, va_list args) { in udev_kmod_log() argument 67 log_internalv(priority, 0, file, line, fn, format, args); in udev_kmod_log()
|
/third_party/curl/tests/ |
H A D | dictserver.py | 100 response_data = VERIFIED_RSP.format(pid=pid) 106 response = "552 {0}\n".format(response_data)
|