Home
last modified time | relevance | path

Searched defs:format (Results 451 - 475 of 5998) sorted by relevance

1...<<11121314151617181920>>...240

/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/
H A Dbitmap_glyph_info.cc21 BitmapGlyphInfo(int32_t glyph_id, int32_t block_offset, int32_t start_offset, int32_t length, int32_t format) BitmapGlyphInfo() argument
34 BitmapGlyphInfo(int32_t glyph_id, int32_t start_offset, int32_t length, int32_t format) BitmapGlyphInfo() argument
/third_party/pulseaudio/src/pulsecore/
H A Dcore-format.c31 pa_format_info *format = NULL; in pa_format_info_from_sample_spec2() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
H A DFormatters.h51 static void format(const codeview::TypeIndex &V, raw_ostream &Stream, in format() function
64 static void format(const codeview::GUID &V, llvm::raw_ostream &Stream, in format() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DFormatCommon.h29 void format(raw_ostream &S, StringRef Options) { in format() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DFormatCommon.h28 void format(raw_ostream &S, StringRef Options) { in format() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DChrono.cpp53 void format_provider<TimePoint<>>::format(const TimePoint<> &T, raw_ostream &OS, in format() function in llvm::format_provider
/third_party/skia/third_party/externals/tint/src/sem/
H A Dstorage_texture_type.cc48 sem::Type* StorageTexture::SubtypeFor(ast::ImageFormat format, in SubtypeFor() argument
24 StorageTexture(ast::TextureDimension dim, ast::ImageFormat format, ast::Access access, sem::Type* subtype) StorageTexture() argument
/third_party/skia/third_party/externals/dawn/src/utils/
H A DTextureUtils.cpp18 bool TextureFormatSupportsStorageTexture(wgpu::TextureFormat format) { in TextureFormatSupportsStorageTexture() argument
H A DComboRenderPipelineDescriptor.cpp138 EnableDepthStencil( wgpu::TextureFormat format) EnableDepthStencil() argument
/third_party/python/Modules/_ssl/clinic/
H A Dcert.c.h24 int format = PY_SSL_ENCODING_PEM; in _ssl_Certificate_public_bytes() local
/third_party/selinux/libsepol/src/
H A Ddebug.c71 sepol_msg_set_callback(sepol_handle_t * handle, __attribute__ ((format(printf, 3, 4))) void (*msg_callback) (void *varg, sepol_handle_t * handle, const char *fmt, ...), void *msg_callback_arg) sepol_msg_set_callback() argument
/third_party/spirv-tools/utils/vscode/src/lsp/jsonrpc2/
H A Djsonrpc2.go
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineSpecConstantUtil.cpp34 VkImageCreateInfo makeImageCreateInfo (const tcu::IVec2& size, const VkFormat format, const VkImageUsageFlags usage) in makeImageCreateInfo() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
H A DvktSparseResourcesShaderIntrinsicsSampled.hpp36 SparseShaderIntrinsicsCaseSampledBase(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseShaderIntrinsicsCaseSampledBase() argument
57 SparseShaderIntrinsicsCaseSampledExplicit(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseShaderIntrinsicsCaseSampledExplicit() argument
72 SparseCaseOpImageSparseSampleExplicitLod(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseCaseOpImageSparseSampleExplicitLod() argument
91 SparseShaderIntrinsicsCaseSampledImplicit(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseShaderIntrinsicsCaseSampledImplicit() argument
106 SparseCaseOpImageSparseSampleImplicitLod(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseCaseOpImageSparseSampleImplicitLod() argument
125 SparseCaseOpImageSparseGather(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseCaseOpImageSparseGather() argument
[all...]
H A DvktSparseResourcesShaderIntrinsicsStorage.hpp36 SparseShaderIntrinsicsCaseStorage(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseShaderIntrinsicsCaseStorage() argument
60 SparseCaseOpImageSparseFetch(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseCaseOpImageSparseFetch() argument
84 SparseCaseOpImageSparseRead(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseCaseOpImageSparseRead() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
H A DvktSubgroupsScanHelpers.cpp59 string getOpOperation (Operator op, VkFormat format, string lhs, string rhs) in getOpOperation() argument
155 string getIdentity (Operator op, VkFormat format) in getIdentity() argument
277 getCompare(Operator op, VkFormat format, string lhs, string rhs) getCompare() argument
[all...]
/third_party/vk-gl-cts/framework/delibs/deimage/
H A DdeImage.h41 deImageFormat format; member
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrContext.cpp44 deUint32 format = GL_NONE; in texImage2D() local
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fCompressedTextureTests.cpp46 static const string getASTCFormatShortName (CompressedTexFormat format) in getASTCFormatShortName() argument
81 const CompressedTexFormat format = (CompressedTexFormat)formatI; in init() local
100 const CompressedTexFormat format = (CompressedTexFormat)formatI; init() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dgl_enum_utils.cpp94 const char *GLinternalFormatToString(unsigned int format) in GLinternalFormatToString() argument
/base/print/print_fwk/frameworks/ohprint/src/
H A Dprint_converter.cpp106 std::string GetDocumentFormatString(Print_DocumentFormat format) in GetDocumentFormatString() argument
/base/security/crypto_framework/test/unittest/src/ecc/
H A Dcrypto_ecc_asy_key_generator_by_spec_sub_one_test.cpp1123 const char *format = keyPair->priKey->base.getFormat(&keyPair->priKey->base); in HWTEST_F() local
1147 const char *format = keyPair->priKey->base.getFormat(&keyPair->priKey->base); in HWTEST_F() local
1172 const char *format = keyPair->priKey->base.getFormat(nullptr); in HWTEST_F() local
1196 const char *format = keyPair->priKey->base.getFormat((HcfKey *)&g_obj); in HWTEST_F() local
H A Dcrypto_ecc_asy_key_generator_by_spec_test.cpp1241 const char *format = keyPair->pubKey->base.getFormat(&(keyPair->pubKey->base)); in HWTEST_F() local
1265 const char *format = pubKey->base.getFormat(&(pubKey->base)); in HWTEST_F() local
1289 const char *format = priKey->base.getFormat(&(priKey->base)); in HWTEST_F() local
1313 const char *format = keyPair->pubKey->base.getFormat(&(keyPair->pubKey->base)); in HWTEST_F() local
1337 const char *format = pubKey->base.getFormat(&(pubKey->base)); in HWTEST_F() local
1361 const char *format = priKey->base.getFormat(&(priKey->base)); HWTEST_F() local
1386 const char *format = keyPair->pubKey->base.getFormat(nullptr); HWTEST_F() local
1410 const char *format = keyPair->pubKey->base.getFormat((HcfKey *)&g_obj); HWTEST_F() local
[all...]
/base/security/security_guard/test/unittest/model_manager/include/
H A Dconfig_define.h26 std::string format; member
/base/security/security_guard/test/unittest/mock/config_manager/
H A Dconfig_define.h26 std::string format; member

Completed in 12 milliseconds

1...<<11121314151617181920>>...240