Searched refs:formats (Results 276 - 300 of 402) sorted by relevance

<<11121314151617

/external/mesa3d/src/egl/drivers/dri2/
H A Degl_dri2.h130 int formats; member in struct:dri2_egl_display
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
H A DImmutableInstruction.java38 import org.jf.dexlib2.iface.instruction.formats.*;
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/rewriter/
H A DInstructionRewriter.java38 import org.jf.dexlib2.iface.instruction.formats.*;
/external/swiftshader/third_party/LLVM/utils/lit/lit/
H A DLitConfig.py14 # Provide access to built-in formats.
15 import LitFormats as formats namespace
/external/vulkan-validation-layers/libs/vkjson/
H A Dvkjson_instance.cc87 device.formats.insert(std::make_pair(format, format_properties));
/external/webrtc/talk/media/base/
H A Dvideocapturer.h143 // Get the capture formats supported by the video capturer. The supported
144 // formats are non empty after the device has been opened successfully.
148 // same as one of the supported formats except that the frame interval may be
317 void SetSupportedFormats(const std::vector<VideoFormat>& formats);
331 // Updates filtered_supported_formats_ so that it contains the formats in
/external/icu/icu4c/source/test/intltest/
H A Dtmsgfmt.cpp162 const UnicodeString formats[] = {"0.0<=Arg<1.0", local
165 ChoiceFormat *cf = new ChoiceFormat(limit, formats, 3);
610 // nested formats
803 //Select, plural, and number formats heavily nested
805 //Create the MessageFormat with Select, plural, and number formats heavily nested
1204 const Format** formats = msg.getFormats(count); local
1215 if (!formats || !formatsCmp || (count <= 0) || (count != countCmp)) {
1223 a = formats[i];
1236 msg.applyPattern( formatStrChange, err ); //set msg formats to something different
1272 // ICU 4.8 does not support toPattern() when there are custom formats (fro
1527 UnicodeString formats[] = { local
1738 const UnicodeString formats[] = {"0.0<=Arg<1.0", local
[all...]
H A Dmsfmrgts.cpp176 * More robust message formats.
336 UnicodeString formats [] = { local
340 int32_t formats_length = UPRV_LENGTHOF(formats);
342 ChoiceFormat *cf = new ChoiceFormat(limits, formats, formats_length);
367 UnicodeString formats [] = {
372 // cf = new ChoiceFormat(limits, formats, 3);
392 UnicodeString formats [] = { local
397 ChoiceFormat *cf = new ChoiceFormat(limits, formats, 3);
/external/deqp/modules/glshared/
H A DglsFboUtil.hpp179 Range<FormatKey> formats; member in struct:deqp::gls::FboUtil::FormatExtEntry
429 FboVerifier (const FormatDB& formats,
/external/smali/smali/src/test/java/org/jf/smali/
H A DImplicitReferenceTest.java43 import org.jf.dexlib2.iface.instruction.formats.Instruction21c;
44 import org.jf.dexlib2.iface.instruction.formats.Instruction35c;
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DMessageRegressionTest.java121 * More robust message formats.
208 String[] formats = {"xyz", "abc"};
209 ChoiceFormat cf = new ChoiceFormat(limits, formats);
225 String[] formats = {"one", "two"};
228 cf = new ChoiceFormat(limits, formats);
245 String[] formats = {"Three", "One", "Two"};
246 ChoiceFormat cf = new ChoiceFormat(limits, formats);
898 assertEquals("MessageFormats (with custom formats) before and after serialization are not equal", format1, format2);
900 "MessageFormat (with custom formats) does not "+
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DMessageRegressionTest.java120 * More robust message formats.
207 String[] formats = {"xyz", "abc"};
208 ChoiceFormat cf = new ChoiceFormat(limits, formats);
224 String[] formats = {"one", "two"};
227 cf = new ChoiceFormat(limits, formats);
244 String[] formats = {"Three", "One", "Two"};
245 ChoiceFormat cf = new ChoiceFormat(limits, formats);
897 assertEquals("MessageFormats (with custom formats) before and after serialization are not equal", format1, format2);
899 "MessageFormat (with custom formats) does not "+
/external/deqp/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiSwapchainTests.cpp99 // VK_EXT_swapchain_colorspace adds new surface formats. Driver can enumerate
100 // the formats regardless of whether VK_EXT_swapchain_colorspace was enabled,
104 // 1) Filter out non-core formats to stay within valid usage.
302 TEST_DIMENSION_IMAGE_FORMAT, //!< Test all supported formats
352 const vector<VkSurfaceFormatKHR>& formats,
365 formats[0].format,
366 formats[0].colorSpace,
398 for (vector<VkSurfaceFormatKHR>::const_iterator curFmt = formats.begin(); curFmt != formats.end(); ++curFmt)
557 const vector<VkSurfaceFormatKHR> formats local
349 generateSwapchainParameterCases(Type wsiType, TestDimension dimension, const VkSurfaceCapabilitiesKHR& capabilities, const vector<VkSurfaceFormatKHR>& formats, const vector<VkPresentModeKHR>& presentModes) argument
712 const vector<VkSurfaceFormatKHR> formats = getPhysicalDeviceSurfaceFormats(vki, local
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fTextureShadowTests.cpp61 // Only two depth and depth-stencil formats are floating point
985 } formats[] = local
1035 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(formats); formatNdx++)
1039 deUint32 format = formats[formatNdx].format;
1045 string name = string(compareFuncs[compareNdx].name) + "_" + formats[formatNdx].name;
1065 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(formats); formatNdx++)
1069 deUint32 format = formats[formatNdx].format;
1074 string name = string(compareFuncs[compareNdx].name) + "_" + formats[formatNdx].name;
1094 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(formats); formatNdx++)
1098 deUint32 format = formats[formatNd
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fTextureMipmapTests.cpp1093 } formats[] = local
1181 for (int format = 0; format < DE_LENGTH_OF_ARRAY(formats); format++)
1188 name << formats[format].name;
1196 formats[format].format, formats[format].dataType, genHints[hint].hint,
1240 for (int format = 0; format < DE_LENGTH_OF_ARRAY(formats); format++)
1245 name << formats[format].name
1248 genMipmapGroup->addChild(new TextureCubeGenMipmapCase(m_testCtx, m_context.getRenderContext(), name.str().c_str(), "", formats[format].format, formats[format].dataType, genHints[hint].hint, cubeMapSize));
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineDepthTests.cpp76 tcu::TestStatus testSupportsAtLeastOneDepthStencilFormat (Context& context, const std::vector<VkFormat> formats) argument
81 DE_ASSERT(!formats.empty());
83 for (size_t formatNdx = 0; formatNdx < formats.size(); formatNdx++)
85 const VkFormat format = formats[formatNdx];
94 if (formatNdx < formats.size() - 1)
100 return tcu::TestStatus::pass(std::string("Supported depth/stencil formats: ") + supportedFormatsMsg.str());
102 return tcu::TestStatus::fail("All depth/stencil formats are unsupported");
1045 // Sets where at least one of the formats must be supported
1066 de::MovePtr<tcu::TestCaseGroup> formatTests (new tcu::TestCaseGroup(testCtx, "format", "Uses different depth formats"));
H A DvktPipelineImageTests.cpp571 // All supported dEQP formats that are not intended for depth or stencil.
572 const VkFormat formats[] = local
654 // Compressed formats
695 de::MovePtr<tcu::TestCaseGroup> imageFormatTests(new tcu::TestCaseGroup(testCtx, "format", "Tests samplable formats"));
697 for (size_t formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(formats); formatNdx++)
699 const VkFormat format = formats[formatNdx];
703 // Do not use compressed formats with 1D and 1D array textures.
/external/ImageMagick/MagickWand/
H A Dmagick-wand.c747 % MagickQueryFormats() returns any image formats that match the specified
758 % o number_formats: This integer returns the number of image formats in the
766 **formats;
772 formats=GetMagickList(pattern,number_formats,exception);
774 return(formats);
751 **formats; local
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesImageSparseBinding.cpp386 static const tcu::TextureFormat formats[] = local
401 for (deInt32 formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(formats); ++formatNdx)
403 const tcu::TextureFormat& format = formats[formatNdx];
H A DvktSparseResourcesMipmapSparseResidency.cpp469 static const tcu::TextureFormat formats[] = local
484 for (deInt32 formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(formats); ++formatNdx)
486 const tcu::TextureFormat& format = formats[formatNdx];
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11gears/
H A Dd3d11gears.cpp340 DXGI_FORMAT formats[] = { local
348 for(unsigned i = 0; i < sizeof(formats); ++i)
354 format = formats[i];
/external/mesa3d/src/gallium/state_trackers/egl/common/
H A Degl_g3d.c378 * Get all interested depth/stencil formats of a display.
382 enum pipe_format formats[8])
397 formats[count++] = PIPE_FORMAT_NONE;
406 formats[count++] = fmt[i];
381 egl_g3d_fill_depth_stencil_formats(_EGLDisplay *dpy, enum pipe_format formats[8]) argument
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/
H A DInstructionMethodItem.java41 import org.jf.dexlib2.iface.instruction.formats.Instruction20bc;
42 import org.jf.dexlib2.iface.instruction.formats.Instruction31t;
43 import org.jf.dexlib2.iface.instruction.formats.UnknownInstruction;
410 //this method is overridden by OffsetInstructionMethodItem, and should only be called for the formats that
/external/vulkan-validation-layers/demos/smoke/
H A DShell.cpp360 std::vector<VkSurfaceFormatKHR> formats; local
361 vk::get(ctx_.physical_dev, ctx_.surface, formats);
362 ctx_.format = formats[0];
/external/libvncserver/test/
H A Dtjunittest.c336 void doTest(int w, int h, const int *formats, int nformats, int subsamp, argument
358 pf=formats[pfi];

Completed in 3225 milliseconds

<<11121314151617