/external/mesa3d/src/mesa/main/ |
D | texcompress.c | 36 #include "formats.h" 165 * formats that are supported. 167 * Some formats are \b not returned by this function. The 168 * \c GL_COMPRESSED_TEXTURE_FORMATS query only returns formats that are 175 * GL_COMPRESSED_TEXTURE_FORMATS queries return the RGTC formats? 181 * corresponding to formats suitable for general-purpose usage. 182 * The renderer will not enumerate formats with restrictions that 189 * Applications that seek to use the RGTC formats should do so 200 * "22) Should the new COMPRESSED_SRGB_* formats be listed in an 203 * RESOLVED: No. Section 3.8.1 says formats listed by [all …]
|
D | format_fallback.py | 41 def get_unorm_to_srgb_map(formats): argument 42 names = set(fmt.name for fmt in formats) 44 for fmt in formats: 69 def get_rgbx_to_rgba_map(formats): argument 70 names = set(fmt.name for fmt in formats) 72 for fmt in formats: 88 def get_intensity_to_red_map(formats): argument 89 names = set(fmt.name for fmt in formats) 91 for fmt in formats: 103 #include "formats.h" [all …]
|
/external/OpenCL-CTS/test_conformance/gles/ |
D | test_images_2D_info.cpp | 62 /* skip formats not supported by OpenGL */ in test_image_object_info() 92 } formats[] = { in test_images_2D_getinfo() local 112 // Loop through a set of GL formats, testing a set of sizes against each one in test_images_2D_getinfo() 113 for( fmtIdx = 0; fmtIdx < sizeof( formats ) / sizeof( formats[ 0 ] ); fmtIdx++ ) in test_images_2D_getinfo() 120 GetGLFormatName( formats[ fmtIdx ].internal ), in test_images_2D_getinfo() 121 GetGLBaseFormatName( formats[ fmtIdx ].format ), in test_images_2D_getinfo() 122 GetGLTypeName( formats[ fmtIdx ].datatype ) ); in test_images_2D_getinfo() 128 formats[ fmtIdx ].format, in test_images_2D_getinfo() 129 formats[ fmtIdx ].internal, in test_images_2D_getinfo() 130 formats[ fmtIdx ].datatype, in test_images_2D_getinfo() [all …]
|
D | test_images_2D.cpp | 158 /* skip formats not supported by OpenGL */ in test_image_format_read() 207 } formats[] = { in test_images_read() local 224 // Loop through a set of GL formats, testing a set of sizes against each one in test_images_read() 225 for( fmtIdx = 0; fmtIdx < sizeof( formats ) / sizeof( formats[ 0 ] ); fmtIdx++ ) in test_images_read() 233 GetGLFormatName( formats[ fmtIdx ].internal ), in test_images_read() 234 GetGLBaseFormatName( formats[ fmtIdx ].format ), in test_images_read() 235 GetGLTypeName( formats[ fmtIdx ].datatype ) ); in test_images_read() 244 formats[ fmtIdx ].format, in test_images_read() 245 formats[ fmtIdx ].internal, in test_images_read() 246 formats[ fmtIdx ].datatype, in test_images_read() [all …]
|
D | test_renderbuffer.cpp | 123 } formats[] = { in test_renderbuffer_read() local 145 // Loop through a set of GL formats, testing a set of sizes against each one in test_renderbuffer_read() 146 for( fmtIdx = 0; fmtIdx < sizeof( formats ) / sizeof( formats[ 0 ] ); fmtIdx++ ) in test_renderbuffer_read() 154 GetGLFormatName( formats[ fmtIdx ].rbFormat ), in test_renderbuffer_read() 155 GetGLBaseFormatName( formats[ fmtIdx ].rbFormat ), in test_renderbuffer_read() 156 GetGLTypeName( formats[ fmtIdx ].rbType ) ); in test_renderbuffer_read() 168 formats[ fmtIdx ].rbFormat, in test_renderbuffer_read() 169 formats[ fmtIdx ].rbType, in test_renderbuffer_read() 170 formats[ fmtIdx ].texFormat, in test_renderbuffer_read() 171 formats[ fmtIdx ].texType, in test_renderbuffer_read() [all …]
|
D | test_renderbuffer_info.cpp | 58 } formats[] = { in test_renderbuffer_getinfo() local 74 // Loop through a set of GL formats, testing a set of sizes against each one in test_renderbuffer_getinfo() 75 for( fmtIdx = 0; fmtIdx < sizeof( formats ) / sizeof( formats[ 0 ] ); fmtIdx++ ) in test_renderbuffer_getinfo() 80 GetGLFormatName( formats[ fmtIdx ].rbFormat ), in test_renderbuffer_getinfo() 81 GetGLBaseFormatName( formats[ fmtIdx ].rbFormat ), in test_renderbuffer_getinfo() 82 GetGLTypeName( formats[ fmtIdx ].type ) ); in test_renderbuffer_getinfo() 92 formats[ fmtIdx ].rbFormat, in test_renderbuffer_getinfo() 93 formats[ fmtIdx ].rbType, in test_renderbuffer_getinfo() 94 formats[ fmtIdx ].texFormat, in test_renderbuffer_getinfo() 95 formats[ fmtIdx ].texType, in test_renderbuffer_getinfo() [all …]
|
D | test_images_3D_info.cpp | 63 /* skip formats not supported by OpenGL */ in test_image_format_read() 87 } formats[] = { in test_images_3D_getinfo() local 127 // Loop through a set of GL formats, testing a set of sizes against each one in test_images_3D_getinfo() 128 for( fmtIdx = 0; fmtIdx < sizeof( formats ) / sizeof( formats[ 0 ] ); fmtIdx++ ) in test_images_3D_getinfo() 136 GetGLFormatName( formats[ fmtIdx ].internal ), in test_images_3D_getinfo() 137 GetGLBaseFormatName( formats[ fmtIdx ].format ), in test_images_3D_getinfo() 138 GetGLTypeName( formats[ fmtIdx ].datatype ) ); in test_images_3D_getinfo() 144 formats[ fmtIdx ].format, in test_images_3D_getinfo() 145 formats[ fmtIdx ].internal, in test_images_3D_getinfo() 146 formats[ fmtIdx ].datatype, in test_images_3D_getinfo() [all …]
|
D | test_images_3D.cpp | 140 /* skip formats not supported by OpenGL */ in test_image_format_read() 187 } formats[] = { in test_images_read_3D() local 220 // Loop through a set of GL formats, testing a set of sizes against each one in test_images_read_3D() 221 for( fmtIdx = 0; fmtIdx < sizeof( formats ) / sizeof( formats[ 0 ] ); fmtIdx++ ) in test_images_read_3D() 229 GetGLFormatName( formats[ fmtIdx ].internal ), in test_images_read_3D() 230 GetGLBaseFormatName( formats[ fmtIdx ].format ), in test_images_read_3D() 231 GetGLTypeName( formats[ fmtIdx ].datatype ) ); in test_images_read_3D() 237 formats[ fmtIdx ].format, in test_images_read_3D() 238 formats[ fmtIdx ].internal, in test_images_read_3D() 239 formats[ fmtIdx ].datatype, in test_images_read_3D() [all …]
|
/external/llvm-project/llvm/unittests/Object/ |
D | ELFObjectFileTest.cpp | 87 std::array<StringRef, 4> Formats = {"elf32-unknown", "elf32-unknown", in TEST() local 91 checkFormatAndArch(D, Formats[I++], Triple::UnknownArch); in TEST() 96 checkFormatAndArch(D, Formats[I++], Triple::UnknownArch); in TEST() 100 std::array<StringRef, 4> Formats = {"elf32-unknown", "elf32-unknown", in TEST() local 104 checkFormatAndArch(D, Formats[I++], Triple::ve); in TEST() 108 std::array<StringRef, 4> Formats = {"elf32-x86-64", "elf32-x86-64", in TEST() local 112 checkFormatAndArch(D, Formats[I++], Triple::x86_64); in TEST() 116 std::array<StringRef, 4> Formats = {"elf32-i386", "elf32-i386", "elf64-i386", in TEST() local 120 checkFormatAndArch(D, Formats[I++], Triple::x86); in TEST() 124 std::array<StringRef, 4> Formats = {"elf32-mips", "elf32-mips", "elf64-mips", in TEST() local [all …]
|
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/source/ |
D | TrackGroup.java | 42 private final Format[] formats; field in TrackGroup 48 * @param formats The track formats. Must not be null, contain null elements or be of length 0. 50 public TrackGroup(Format... formats) { in TrackGroup() argument 51 Assertions.checkState(formats.length > 0); in TrackGroup() 52 this.formats = formats; in TrackGroup() 53 this.length = formats.length; in TrackGroup() 58 formats = new Format[length]; in TrackGroup() 60 formats[i] = in.readParcelable(Format.class.getClassLoader()); in TrackGroup() 71 return formats[index]; in getFormat() 77 * multiple tracks have formats that contain the same values. [all …]
|
/external/python/cpython3/Lib/distutils/command/ |
D | bdist.py | 13 """Print list of available formats (arguments to "--format" option). 16 formats = [] 18 formats.append(("formats=" + format, None, 20 pretty_printer = FancyGetopt(formats) 21 pretty_printer.print_help("List of available distribution formats:") 33 ('formats=', None, 34 "formats for distribution (comma-separated list)"), 51 ('help-formats', None, 52 "lists available distribution formats", show_formats), 63 # Establish the preferred order (for the --help-formats option). [all …]
|
/external/llvm-project/openmp/runtime/test/affinity/format/ |
D | fields_values.c | 52 void check_integer(const char* formats[2], int(*func)()) { in check_integer() 55 omp_set_affinity_format(formats[i]); in check_integer() 70 const char* formats[2] = {"%{nesting_level}", "%L"}; in check_nesting_level() local 71 check_integer(formats, omp_get_level); in check_nesting_level() 76 const char* formats[2] = {"%{thread_num}", "%n"}; in check_thread_num() local 77 check_integer(formats, omp_get_thread_num); in check_thread_num() 82 const char* formats[2] = {"%{num_threads}", "%N"}; in check_num_threads() local 83 check_integer(formats, omp_get_num_threads); in check_num_threads() 91 const char* formats[2] = {"%{ancestor_tnum}", "%a"}; in check_ancestor_tnum() local 92 check_integer(formats, ancestor_helper); in check_ancestor_tnum() [all …]
|
D | fields_modifiers.c | 37 const char* formats[2] = {"%0.8{thread_num}", "%0.8n"}; in check_thread_num_padded_rjustified() local 38 for (i = 0; i < sizeof(formats)/sizeof(formats[0]); ++i) { in check_thread_num_padded_rjustified() 39 omp_set_affinity_format(formats[i]); in check_thread_num_padded_rjustified() 56 const char* formats[2] = {"%.12{thread_num}", "%.12n"}; in check_thread_num_rjustified() local 57 for (i = 0; i < sizeof(formats)/sizeof(formats[0]); ++i) { in check_thread_num_rjustified() 58 omp_set_affinity_format(formats[i]); in check_thread_num_rjustified() 75 const char* formats[2] = {"%5{thread_num}", "%5n"}; in check_thread_num_ljustified() local 76 for (i = 0; i < sizeof(formats)/sizeof(formats[0]); ++i) { in check_thread_num_ljustified() 77 omp_set_affinity_format(formats[i]); in check_thread_num_ljustified() 94 const char* formats[2] = {"%018{thread_num}", "%018n"}; in check_thread_num_padded_ljustified() local [all …]
|
/external/python/cpython2/Lib/distutils/command/ |
D | bdist.py | 16 """Print list of available formats (arguments to "--format" option). 19 formats = [] 21 formats.append(("formats=" + format, None, 23 pretty_printer = FancyGetopt(formats) 24 pretty_printer.print_help("List of available distribution formats:") 36 ('formats=', None, 37 "formats for distribution (comma-separated list)"), 54 ('help-formats', None, 55 "lists available distribution formats", show_formats), 67 # Establish the preferred order (for the --help-formats option). [all …]
|
/external/wayland/protocol/ |
D | generate-shm-formats.py | 78 c_file_name = work_dir + "/print-formats.c" 79 exe_file_name = work_dir + "/print-formats" 104 formats = {} variable 106 formats[drm_format_to_wl(ident)] = val.lower() 108 formats["argb8888"] = "0" 109 formats["xrgb8888"] = "1" 111 print("Loaded {} formats from drm_fourcc.h".format(len(formats)), file=sys.stderr) 119 # Remove formats we already know about 126 if fmt not in formats: 127 raise Exception("Format present in wl_shm.formats but not in " [all …]
|
/external/exoplayer/tree/library/smoothstreaming/src/test/java/com/google/android/exoplayer2/source/smoothstreaming/manifest/ |
D | SsManifestTest.java | 41 Format[][] formats = newFormats(2, 3); in copy() local 44 createStreamElement("1", formats[0]), createStreamElement("2", formats[1])); in copy() 55 createStreamElement("1", formats[0][0], formats[0][2]), in copy() 56 createStreamElement("2", formats[1][0])); in copy() 62 Format[][] formats = newFormats(2, 3); in copyRemoveStreamElement() local 65 createStreamElement("1", formats[0]), createStreamElement("2", formats[1])); in copyRemoveStreamElement() 71 SsManifest expectedManifest = createSsManifest(createStreamElement("2", formats[1][0])); in copyRemoveStreamElement() 97 assertThat(actualStreamElement.formats).isEqualTo(expectedStreamElement.formats); in assertManifestEquals() 102 Format[][] formats = new Format[streamElementCount][]; in newFormats() local 104 formats[i] = new Format[trackCounts]; in newFormats() [all …]
|
/external/angle/extensions/ |
D | ANGLE_yuv_internal_format.txt | 41 This extension introduces a few sized internal YUV texture formats 49 about the formats and layout. It is up to the implementation to extend support 50 for the other YUV formats. 64 List of non-standard YUV internal formats 66 // 8-bit YUV formats 70 // 10-bit YUV formats 74 // 12-bit YUV formats 78 // 16-bit YUV formats 87 Commonly used planar YUV formats across various platforms were surveyed, 90 for the rest of the formats. [all …]
|
/external/OpenCL-CTS/test_conformance/gl/ |
D | test_renderbuffer.cpp | 169 } formats[] = { in test_renderbuffer_read() local 175 // Renderbuffers with integer formats do not seem to work reliably across in test_renderbuffer_read() 212 // Loop through a set of GL formats, testing a set of sizes against each one in test_renderbuffer_read() 213 for( fmtIdx = 0; fmtIdx < sizeof( formats ) / sizeof( formats[ 0 ] ); fmtIdx++ ) in test_renderbuffer_read() 221 GetGLFormatName( formats[ fmtIdx ].internal ), in test_renderbuffer_read() 222 GetGLBaseFormatName( formats[ fmtIdx ].format ), in test_renderbuffer_read() 223 GetGLTypeName( formats[ fmtIdx ].datatype ) ); in test_renderbuffer_read() 235 formats[ fmtIdx ].format, in test_renderbuffer_read() 236 formats[ fmtIdx ].internal, in test_renderbuffer_read() 237 formats[ fmtIdx ].datatype, in test_renderbuffer_read() [all …]
|
D | test_renderbuffer_info.cpp | 63 } formats[] = { in test_renderbuffer_getinfo() local 88 // Loop through a set of GL formats, testing a set of sizes against each one in test_renderbuffer_getinfo() 89 for( fmtIdx = 0; fmtIdx < sizeof( formats ) / sizeof( formats[ 0 ] ); fmtIdx++ ) in test_renderbuffer_getinfo() 94 GetGLFormatName( formats[ fmtIdx ].internal ), in test_renderbuffer_getinfo() 95 GetGLBaseFormatName( formats[ fmtIdx ].format ), in test_renderbuffer_getinfo() 96 GetGLTypeName( formats[ fmtIdx ].datatype ) ); in test_renderbuffer_getinfo() 106 formats[ fmtIdx ].format, in test_renderbuffer_getinfo() 107 formats[ fmtIdx ].internal, in test_renderbuffer_getinfo() 108 formats[ fmtIdx ].datatype, in test_renderbuffer_getinfo() 109 formats[ fmtIdx ].type, seed ) ) in test_renderbuffer_getinfo() [all …]
|
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/doc/spec/ |
D | c2030.htm | 5 >Image Formats</TITLE 74 >Chapter 2. Image Formats</H1 85 >Standard Image Formats</A 100 >RGB Formats</A 105 >YUV Formats</A 110 >Compressed Formats</A 126 and layout of an image in memory. Image formats are negotiated with 134 capturing and output, for overlay frame buffer formats see also 194 case of planar formats the <CODE 227 standard RGB formats in <A [all …]
|
/external/angle/scripts/ |
D | vk_mandatory_format_support_capture_to_json.js | 18 $("#features-formats-mandatory-features-subbyte td").each(function() { 28 ["features-formats-mandatory-features-subbyte", 29 "features-formats-mandatory-features-2byte", 30 "features-formats-mandatory-features-4byte", 31 "features-formats-mandatory-features-10bit", 32 "features-formats-mandatory-features-16bit", 33 "features-formats-mandatory-features-32bit", 34 "features-formats-mandatory-features-64bit", 35 "features-formats-mandatory-features-depth-stencil", 36 "features-formats-mandatory-features-features-bcn", [all …]
|
/external/mesa3d/src/vulkan/wsi/ |
D | wsi_common_wayland.c | 56 struct u_vector formats; member 62 struct u_vector formats; member 81 /* Points to formats in wsi_wl_display_drm or wsi_wl_display_dmabuf */ 82 struct u_vector * formats; member 99 struct u_vector *formats, VkFormat format) in wsi_wl_display_add_vk_format() argument 103 u_vector_foreach(f, formats) in wsi_wl_display_add_vk_format() 107 /* Don't add formats that aren't renderable. */ in wsi_wl_display_add_vk_format() 115 f = u_vector_add(formats); in wsi_wl_display_add_vk_format() 122 struct u_vector *formats, uint32_t wl_format) in wsi_wl_display_add_wl_format() argument 128 wsi_wl_display_add_vk_format(display, formats, in wsi_wl_display_add_wl_format() [all …]
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.copy_image.txt | 30 + Copies between different formats 31 + Copies between different compressed formats 32 + Copies between compressed and non-compressed formats 35 + Compressed ASTC formats 36 + Compressed ETC formats 37 + Compressed ETC2 formats 40 + Copies between two float formats 43 + 3D block ASTC formats 44 + Other compressed formats than ASTC, ETC and ETC2 50 complete. Random data is always generated so that it is valid for both formats
|
/external/llvm-project/llvm/test/tools/llvm-cov/ |
D | binary-formats.c | 1 // Checks for reading various formats. 6 // RUN: llvm-profdata merge %S/Inputs/binary-formats.proftext -o %t.profdata 7 // RUN: llvm-cov show %S/Inputs/binary-formats.macho32l -instr-profile %t.profdata -path-equivalenc… 8 // RUN: llvm-cov show %S/Inputs/binary-formats.macho64l -instr-profile %t.profdata -path-equivalenc… 9 // RUN: llvm-cov show %S/Inputs/binary-formats.macho32b -instr-profile %t.profdata -path-equivalenc… 10 // RUN: llvm-cov show %S/Inputs/binary-formats.v3.macho64l -instr-profile %t.profdata -path-equival… 12 …N: llvm-cov export %S/Inputs/binary-formats.macho64l -instr-profile %t.profdata | FileCheck %S/Inp…
|
/external/mesa3d/src/mesa/swrast/ |
D | s_texfetch.c | 52 /* Texel fetch routines for all supported formats 128 /* Packed unorm formats */ 165 /* Array unorm formats */ 185 /* Packed signed/normalized formats */ 190 /* Array signed/normalized formats */ 206 /* Packed sRGB formats */ 214 /* Array sRGB formats */ 220 /* Packed float formats */ 225 /* Array float formats */ 250 /* Packed signed/unsigned non-normalized integer formats */ [all …]
|