/third_party/rust/crates/clap/clap_derive/src/ |
H A D | item.rs | 287 description: format!( in push_method() 304 description: format!( in push_method() 1274 description: format!( in attribute() 1314 .map(|k| format!("`#[{}({})]`", k.as_str(), attr.name)) in assert_attr_kind()
|
/third_party/skia/third_party/externals/angle2/include/GLES/ |
H A D | glext.h | 686 typedef void (GL_APIENTRYP PFNGLREADNPIXELSEXTPROC) (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void *data); 691 GL_API void GL_APIENTRY glReadnPixelsEXT (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void *data); 878 typedef void (GL_APIENTRYP PFNGLEXTGETTEXSUBIMAGEQCOMPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, void *texels); 887 GL_API void GL_APIENTRY glExtGetTexSubImageQCOM (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, void *texels);
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fFboInvalidateTests.cpp | 593 glTexImage2D (GL_TEXTURE_2D, 0, m_colorFmt, getWidth(), getHeight(), 0, transferFmt.format, transferFmt.dataType, DE_NULL); in render() 603 glTexImage2D (GL_TEXTURE_2D, 0, m_depthStencilFmt, getWidth(), getHeight(), 0, transferFmt.format, transferFmt.dataType, DE_NULL); in render() 694 throw tcu::NotSupportedError("Unsupported color format"); in preCheck() 697 throw tcu::NotSupportedError("Unsupported depth/stencil format"); in preCheck() 957 glTexImage2D (GL_TEXTURE_2D, 0, m_colorFmt, getWidth(), getHeight(), 0, transferFmt.format, transferFmt.dataType, DE_NULL); in render() 968 glTexImage2D (GL_TEXTURE_2D, 0, m_depthStencilFmt, getWidth(), getHeight(), 0, transferFmt.format, transferFmt.dataType, DE_NULL); in render() 1073 throw tcu::NotSupportedError("Unsupported color format"); in preCheck() 1076 throw tcu::NotSupportedError("Unsupported depth/stencil format"); in preCheck() 1425 // invalidate.format. in init() 1427 tcu::TestCaseGroup* formatGroup = new tcu::TestCaseGroup(m_testCtx, "format", "Invalidatin in init() [all...] |
H A D | es3fTextureUnitTests.cpp | 1076 context.texImage2D(GL_TEXTURE_2D, levelNdx, m_textureParams[texNdx].internalFormat, width, height, 0 /* border */, formatGl.format, formatGl.dataType, access.getDataPtr()); in upload2dTexture() 1102 context.texImage2D(s_cubeFaceTargets[face], levelNdx, m_textureParams[texNdx].internalFormat, width, height, 0 /* border */, formatGl.format, formatGl.dataType, access.getDataPtr()); in uploadCubeTexture() 1129 context.texImage3D(GL_TEXTURE_2D_ARRAY, levelNdx, m_textureParams[texNdx].internalFormat, width, height, layers, 0 /* border */, formatGl.format, formatGl.dataType, access.getDataPtr()); in upload2dArrayTexture() 1155 context.texImage3D(GL_TEXTURE_3D, levelNdx, m_textureParams[texNdx].internalFormat, width, height, depth, 0 /* border */, formatGl.format, formatGl.dataType, access.getDataPtr()); in upload3dTexture()
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsShaderExecUtil.cpp | 631 const deUint32 format = glu::getInternalFormat(getRenderbufferFormatForOutput(output.varType, useIntOutputs)); in execute() local 634 gl.renderbufferStorage(GL_RENDERBUFFER, format, framebufferW, framebufferH); in execute() 668 const tcu::TextureFormat format = getRenderbufferFormatForOutput(output.varType, useIntOutputs); in execute() local 669 const tcu::TextureFormat readFormat (tcu::TextureFormat::RGBA, format.type); in execute()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/ |
H A D | vktProtectedMemWsiSwapchainTests.cpp | 258 formats[0].format, in generateSwapchainParameterCases() 383 curFmt->format, in generateSwapchainParameterCases() 411 cases.back().imageFormat = curFmt->format; in generateSwapchainParameterCases() 793 formats[0].format, in getBasicSwapchainParameters()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/ |
H A D | vktPrimitivesGeneratedQueryTests.cpp | 208 colorFormat, // VkFormat format in iterate() 241 dsFormat, // VkFormat format in iterate() 599 for (VkFormat format : formats) in selectDepthStencilFormat() 601 const VkFormatFeatureFlags features = getPhysicalDeviceFormatProperties(vki, physicalDevice, format).optimalTilingFeatures; in selectDepthStencilFormat() 604 return format; in selectDepthStencilFormat() 644 attributeDescription.format = VK_FORMAT_R32G32_SFLOAT; in makeGraphicsPipeline()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ |
H A D | vktShaderLibrary.cpp | 772 Move<vk::VkImage> createImage2D (Context& context, deUint32 width, deUint32 height, vk::VkFormat format, vk::VkImageTiling tiling, vk::VkImageUsageFlags usageFlags) in createImage2D() argument 781 format, // format in createImage2D() 797 Move<vk::VkImageView> createAttachmentView (Context& context, vk::VkImage image, vk::VkFormat format) in createAttachmentView() argument 806 format, // format in createAttachmentView() 830 colorAttFormat, // format in createRenderPass() 992 vk::VK_FORMAT_R32G32_SFLOAT, // format in getVertexAttributeDescriptions() 1022 vecFmt, // format in getVertexAttributeDescriptions()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/ |
H A D | vktWsiSurfaceTests.cpp | 61 return (a.format != b.format) || (a.colorSpace != b.colorSpace); in operator !=() 769 formatsSurface[i].format != formatsNull[i].format) in querySurfaceFormatsTestSurfaceless()
|
/third_party/backends/backend/ |
H A D | epsonds.c | 1366 DBG(6, "params.format = %d\n", params.format); in print_params() 2545 if (s->params.format == SANE_FRAME_RGB) in upside_down_backside_image() 2549 else if (s->params.format == SANE_FRAME_GRAY) in upside_down_backside_image() 2657 if (s->params.format == SANE_FRAME_RGB) in sane_get_parameters() 2663 if (s->params.format == SANE_FRAME_GRAY && s->params.depth == 8) in sane_get_parameters() 2669 if (s->params.format == SANE_FRAME_GRAY && s->params.depth == 1) in sane_get_parameters() 2683 if (s->params.format == SANE_FRAME_RGB) in sane_get_parameters() 2689 if (s->params.format == SANE_FRAME_GRAY && s->params.depth == 8) in sane_get_parameters() 2695 if (s->params.format in sane_get_parameters() [all...] |
H A D | canon-sane.c | 1063 s->params.format = SANE_FRAME_GRAY; in sane_get_parameters() 1071 s->params.format = SANE_FRAME_GRAY; in sane_get_parameters() 1078 s->params.format = SANE_FRAME_RGB; in sane_get_parameters() 1084 s->params.format = SANE_FRAME_RGB; in sane_get_parameters() 2131 if (s->hw->info.model == FB620 && s->params.format == SANE_FRAME_RGB) in sane_read()
|
H A D | hp5590.c | 1439 params->format = SANE_FRAME_GRAY; in sane_get_parameters() 1444 params->format = SANE_FRAME_GRAY; in sane_get_parameters() 1450 params->format = SANE_FRAME_RGB; in sane_get_parameters() 1455 params->format = SANE_FRAME_RGB; in sane_get_parameters() 1463 DBG (DBG_proc, "format: %u, last_frame: %u, bytes_per_line: %u, " in sane_get_parameters() 1465 params->format, params->last_frame, in sane_get_parameters()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | jsXNode.js | 1625 static rgbOrRGBA(format) { 1628 const rgbMatch = rgbPattern.exec(format); 1629 const rgbaMatch = rgbaPattern.exec(format); 1639 const error = new Error('Parameter error. The format of the input color string is not RGB or RGBA.'); 1681 static isHexFormat(format) { 1682 return /#(([0-9A-Fa-f]{3})|([0-9A-Fa-f]{6})|([0-9A-Fa-f]{4})|([0-9A-Fa-f]{8}))/.test(format);
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_client_profile.cpp | 1530 uint8_t format = data->attFindInformationResponse.findInforRsponse.format; in DiscoverAllCharacteristicDescriptorsParsing() local 1535 if (format == UUID_16BIT_FORMAT) { in DiscoverAllCharacteristicDescriptorsParsing() 1538 } else if (format == UUID_128BIT_FORMAT) { in DiscoverAllCharacteristicDescriptorsParsing() 1542 LOG_ERROR("%{public}s: FindInformationResponse format is failed. Format = %hhu", __FUNCTION__, format); in DiscoverAllCharacteristicDescriptorsParsing()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_uni_render_util.cpp | 1238 vkImageInfo->format = imageInfo.format; in SetVkImageInfo() 1246 Drawing::BackendTexture RSUniRenderUtil::MakeBackendTexture(uint32_t width, uint32_t height, VkFormat format) in MakeBackendTexture() argument 1256 .format = format, in MakeBackendTexture()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/ |
H A D | image_source_test.cpp | 1035 string format = "";
in HWTEST_F() local 1036 auto ret = imageSource->GetFormatExtended(format);
in HWTEST_F() 1443 std::string format;
in HWTEST_F() local 1446 uint32_t ret = imageSource->GetFormatExtended(format);
in HWTEST_F() 1450 ret = imageSource->GetFormatExtended(format);
in HWTEST_F()
|
/foundation/multimedia/av_codec/test/unittest/media_demuxer_test/ |
H A D | media_demuxer_unit_test.cpp | 1620 Meta format;
in HWTEST_F() local 1622 format.Set<Tag::MEDIA_HAS_VIDEO>(true);
in HWTEST_F() 1623 format.Set<Tag::MEDIA_HAS_AUDIO>(true);
in HWTEST_F() 1624 format.Set<Tag::MEDIA_HAS_SUBTITLE>(true);
in HWTEST_F() 1625 Status ret = demuxerPluginManager->UpdateGeneralValue(trackCount, format, formatNew);
in HWTEST_F()
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsclone.c | 7 * Special image format support copyright (c) 2004 Per Olofsson 227 /* This is the first endianness safe format version. */ 237 * NOTE: Only bump the minor version if the image format and header are still 281 __attribute__((format(printf, 1, 2))) 292 __attribute__((format(printf, 1, 2))) 306 __attribute__((format(printf, 1, 2))) 319 __attribute__((format(printf, 1, 2))) 335 __attribute__((format(printf, 1, 2))) 361 " -s, --save-image Save to the special image format\n" in usage() 362 " -r, --restore-image Restore from the special image format\ in usage() [all...] |
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_graphics_state.c | 253 vi->attributes[a].format = desc->format; in vk_vertex_input_state_init() 1532 COPY_MEMBER(VI, vi->attributes[a].format); in vk_dynamic_graphics_state_copy() 1698 SET_DYN_VALUE(dyn, VI, vi->attributes[a].format, desc->format); in vk_common_CmdSetVertexInputEXT()
|
/third_party/python/Lib/test/ |
H A D | test__xxsubinterpreters.py | 121 'name mismatch (expected "main", got "{}")'.format(name)) 880 "{}: {}".format(exctype, msg)) 2285 print(i, fix, '({} actions)'.format(len(actions))) 2303 with self.subTest('{} {} {}'.format(i, fix, actions)): 2315 with self.subTest('{} {} {}'.format(i, fix, actions)):
|
H A D | test_tempfile.py | 1595 with self.subTest(mode=format(mode, '03o')): 1739 """.format(dir=dir, mod=mod) 1769 """.format(working_dir=working_dir) 1800 """.format(dir=dir) 1843 with self.subTest(mode=format(mode, '03o')):
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassFragmentDensityMapTests.cpp | 257 VkFormat format, in prepareImageAndImageView() 277 format, // VkFormat format; in prepareImageAndImageView() 304 format, // VkFormat format; in prepareImageAndImageView() 415 m_testParams.densityMapFormat, // VkFormat format in createRenderPassProduceDynamicDensityMap() 498 VK_FORMAT_R8G8B8A8_UNORM, // VkFormat format in createRenderPassProduceSubsampledImage() 516 VK_FORMAT_R8G8B8A8_UNORM, // VkFormat format in createRenderPassProduceSubsampledImage() 534 VK_FORMAT_R8G8B8A8_UNORM, // VkFormat format in createRenderPassProduceSubsampledImage() 550 m_testParams.densityMapFormat, // VkFormat format in createRenderPassProduceSubsampledImage() 253 prepareImageAndImageView(const DeviceInterface& vk, VkDevice vkDevice, SimpleAllocator& memAlloc, VkImageCreateFlags imageCreateFlags, VkFormat format, VkExtent3D extent, deUint32 arrayLayers, VkSampleCountFlagBits samples, VkImageUsageFlags usage, deUint32 queueFamilyIndex, VkImageViewCreateFlags viewFlags, VkImageViewType viewType, const VkComponentMapping& channels, const VkImageSubresourceRange& subresourceRange, Move<VkImage>& image, de::MovePtr<Allocation>& imageAlloc, Move<VkImageView>& imageView) prepareImageAndImageView() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | entry_points_gles_3_1_autogen.cpp | 58 GLenum format) in GL_BindImageTexture() 63 "%s, format = %s", in GL_BindImageTexture() 66 GLenumToString(GLenumGroup::InternalFormat, format)); in GL_BindImageTexture() 75 texturePacked, level, layered, layer, access, format)); in GL_BindImageTexture() 78 context->bindImageTexture(unit, texturePacked, level, layered, layer, access, format); in GL_BindImageTexture() 81 layer, access, format); in GL_BindImageTexture() 52 GL_BindImageTexture(GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLenum format) GL_BindImageTexture() argument
|
/third_party/protobuf/python/google/protobuf/internal/ |
H A D | text_format_test.py | 4 # Protocol Buffers - Google's data interchange format 389 'payload {{\n {0}\n {1}\n {2}\n {3}\n}}\n'.format( 397 'payload {{ {0} {1} {2} {3} }}'.format(*formatted_fields)) 410 'payload {{\n {0}\n {1}\n {2}\n {3}\n}}\n'.format( 420 'payload {{\n {0}\n {1}\n {2}\n {3}\n}}\n'.format( 432 'payload {{\n {0}\n {1}\n {2}\n {3}\n}}\n'.format( 1145 # Maps are serialized to text format using their underlying repeated 1175 # In cpp implementation, __str__ calls the cpp implementation of text format.
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassFragmentDensityMapTests.cpp | 253 VkFormat format, in prepareImageAndImageView() 273 format, // VkFormat format; in prepareImageAndImageView() 300 format, // VkFormat format; in prepareImageAndImageView() 411 m_testParams.densityMapFormat, // VkFormat format in createRenderPassProduceDynamicDensityMap() 494 VK_FORMAT_R8G8B8A8_UNORM, // VkFormat format in createRenderPassProduceSubsampledImage() 512 VK_FORMAT_R8G8B8A8_UNORM, // VkFormat format in createRenderPassProduceSubsampledImage() 530 VK_FORMAT_R8G8B8A8_UNORM, // VkFormat format in createRenderPassProduceSubsampledImage() 546 m_testParams.densityMapFormat, // VkFormat format in createRenderPassProduceSubsampledImage() 249 prepareImageAndImageView(const DeviceInterface& vk, VkDevice vkDevice, SimpleAllocator& memAlloc, VkImageCreateFlags imageCreateFlags, VkFormat format, VkExtent3D extent, deUint32 arrayLayers, VkSampleCountFlagBits samples, VkImageUsageFlags usage, deUint32 queueFamilyIndex, VkImageViewCreateFlags viewFlags, VkImageViewType viewType, const VkComponentMapping& channels, const VkImageSubresourceRange& subresourceRange, Move<VkImage>& image, de::MovePtr<Allocation>& imageAlloc, Move<VkImageView>& imageView) prepareImageAndImageView() argument [all...] |