Home
last modified time | relevance | path

Searched refs:OutputType (Results 1 - 25 of 55) sorted by relevance

123

/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DCodedOutputStreamTest.java57 OutputType getOutputType(); in getOutputType()
80 public OutputType getOutputType() { in getOutputType()
81 return OutputType.STREAM; in getOutputType()
105 public OutputType getOutputType() { in getOutputType()
106 return OutputType.ARRAY; in getOutputType()
143 public OutputType getOutputType() { in getOutputType()
144 return OutputType.NIO_HEAP; in getOutputType()
186 public OutputType getOutputType() { in getOutputType()
187 return unsafe ? OutputType.NIO_DIRECT_SAFE : OutputType in getOutputType()
191 private enum OutputType { global() enum in CodedOutputStreamTest
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A Dvertexconversion.h23 // typedef ... OutputType: the type produced by this conversion
30 typedef T OutputType; typedef
40 typedef ToT OutputType; typedef
50 typedef T OutputType; typedef
60 typedef float OutputType; typedef
87 typedef float OutputType; typedef
151 typedef typename Converter::OutputType OutputType; typedef
156 static const std::size_t finalSize = WidenRule::finalWidth * sizeof(OutputType);
160 OutputType *ou in convertArray()
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_border_clamp/
H A DesextcTextureBorderClampSamplingTexture.hpp41 template <typename InputType, typename OutputType>
49 glw::GLuint depth, InputType initValue, InputType initBorderColor, OutputType expectedValue,
50 OutputType expectedBorderColor, glw::GLenum inputType, glw::GLenum outputType);
110 inline OutputType get_expected_value(void) const in get_expected_value()
114 inline OutputType get_expected_border_color(void) const in get_expected_border_color()
142 OutputType m_expected_value;
143 OutputType m_expected_border_color;
291 template <typename InputType, typename OutputType>
298 const TestConfiguration<InputType, OutputType>& configuration);
312 bool checkResult(OutputType expectedValu
[all...]
H A DesextcTextureBorderClampSamplingTexture.cpp42 template <typename InputType, typename OutputType>
43 const glw::GLuint TextureBorderClampSamplingTexture<InputType, OutputType>::m_texture_unit = 0;
63 template <typename InputType, typename OutputType>
64 TestConfiguration<InputType, OutputType>::TestConfiguration( in TestConfiguration()
68 OutputType expectedValue, OutputType expectedBorderColor, glw::GLenum inputType, glw::GLenum outputType) in TestConfiguration()
94 template <typename InputType, typename OutputType>
95 TestConfiguration<InputType, OutputType>::TestConfiguration(const TestConfiguration& configuration) in TestConfiguration()
122 template <typename InputType, typename OutputType>
123 TextureBorderClampSamplingTexture<InputType, OutputType>
[all...]
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
H A DIcuConverterConfig.java18 import org.unicode.icu.tool.cldrtoicu.LdmlConverter.OutputType;
46 private ImmutableSet<OutputType> outputTypes = OutputType.ALL;
79 * OutputType#ALL}.
81 public Builder setOutputTypes(Iterable<OutputType> types) { in setOutputTypes()
139 private final ImmutableSet<OutputType> outputTypes;
159 Arrays.asList(OutputType.values())); in IcuConverterConfig()
183 public Set<OutputType> getOutputTypes() { in getOutputTypes()
H A DLdmlConverter.java149 public enum OutputType { enum in LdmlConverter
172 public static final ImmutableSet<OutputType> ALL = ImmutableSet.copyOf(OutputType.values());
176 OutputType(CldrDataType type) { in OutputType() method in LdmlConverter.OutputType
188 private static final ImmutableListMultimap<OutputType, IcuLocaleDir> TYPE_TO_DIR =
189 ImmutableListMultimap.<OutputType, IcuLocaleDir>builder()
190 .putAll(OutputType.LOCALES, CURR, LANG, LOCALES, REGION, UNIT, ZONE)
191 .putAll(OutputType.BRKITR, BRKITR)
192 .putAll(OutputType.COLL, COLL)
193 .putAll(OutputType
[all...]
H A DLdmlConverterConfig.java11 import org.unicode.icu.tool.cldrtoicu.LdmlConverter.OutputType;
88 * Returns the set of output types to be converted. Use {@link OutputType#ALL} to convert
91 Set<OutputType> getOutputTypes(); in getOutputTypes()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcShaderConstExprTests.cpp72 template <typename OutputType>
77 OutputType expectedOutput);
86 OutputType m_expectedOutput;
89 template <typename OutputType>
90 ExecutorTestCase<OutputType>::ExecutorTestCase(deqp::Context& context, const char* name, glu::ShaderType shaderType, in ExecutorTestCase()
91 const ShaderSpec& shaderSpec, OutputType expectedOutput) in ExecutorTestCase()
99 template <typename OutputType>
100 ExecutorTestCase<OutputType>::~ExecutorTestCase(void) in ~ExecutorTestCase()
145 template <typename OutputType>
146 tcu::TestNode::IterateResult ExecutorTestCase<OutputType>
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsDrawTest.hpp82 enum OutputType enum
183 static std::string outputTypeToString (OutputType type);
194 static AttributeSpec createAttributeArray (InputType inputType, OutputType outputType, Storage storage, Usage usage, int componentCount, int offset, int stride, bool normalize, int instanceDivisor);
195 static AttributeSpec createDefaultAttribute (InputType inputType, OutputType outputType, int componentCount); //!< allowed inputType values: INPUTTYPE_INT, INPUTTYPE_UNSIGNED_INT, INPUTTYPE_FLOAT
198 OutputType outputType;
H A DglsVertexArrayTests.hpp86 enum OutputType enum in deqp::gls::Array
145 static std::string outputTypeToString (OutputType type);
154 virtual void bind (int attribNdx, int offset, int size, InputType inType, OutputType outType, bool normalized, int stride) = 0;
161 virtual OutputType getOutputType (void) const = 0;
176 virtual void bind (int attribNdx, int offset, int size, InputType inType, OutputType outType, bool normalized, int stride);
184 virtual Array::OutputType getOutputType (void) const { return m_outputType; } in getOutputType()
195 static std::string outputTypeToGLType (Array::OutputType type);
210 Array::OutputType m_outputType;
457 ArraySpec (Array::InputType inputType, Array::OutputType outputType, Array::Storage storage, Array::Usage usage, int componetCount, int offset, int stride, bool normalize, GLValue min, GLValue max);
460 Array::OutputType outputTyp
[all...]
/third_party/skia/src/gpu/effects/
H A DGrPorterDuffXferProcessor.cpp33 enum OutputType { enum in BlendFormula
44 constexpr BlendFormula(OutputType primaryOut, OutputType secondaryOut, GrBlendEquation equation, in BlendFormula()
98 OutputType primaryOutput() const { in primaryOutput()
102 OutputType secondaryOutput() const { in secondaryOutput()
121 static constexpr Properties GetProperties(OutputType PrimaryOut, OutputType SecondaryOut,
128 OutputType fPrimaryOutputType : 4;
129 OutputType fSecondaryOutputType : 4;
146 constexpr BlendFormula::Properties BlendFormula::GetProperties(OutputType PrimaryOu
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DMethodDescriptor.cs61 public MessageDescriptor OutputType { get { return outputType; } } property in Google.Protobuf.Reflection.MethodDescriptor
131 lookup = File.DescriptorPool.LookupSymbol(Proto.OutputType, this); in CrossLink()
134 throw new DescriptorValidationException(this, "\"" + Proto.OutputType + "\" is not a message type."); in CrossLink()
/third_party/gn/src/gn/
H A Daction_target_generator.h17 Target::OutputType type,
36 Target::OutputType output_type_;
H A Dbinary_target_generator.h18 Target::OutputType type,
36 Target::OutputType output_type_;
H A Dgenerated_file_target_generator.h19 Target::OutputType type,
45 Target::OutputType output_type_;
H A Dtarget.h40 enum OutputType { enum in Target
74 static const char* GetStringForOutputType(OutputType type);
81 OutputType output_type() const { return output_type_; } in output_type()
82 void set_output_type(OutputType t) { output_type_ = t; } in set_output_type()
492 OutputType output_type_ = UNKNOWN;
H A Dcommands.h185 Target::OutputType target_type() const { return target_type_; } in target_type()
232 Target::OutputType target_type_ = Target::UNKNOWN;
H A Dtest_with_scope.h125 Target::OutputType type);
H A Dcommands.cc151 bool GetTargetTypeFilter(Target::OutputType* type) { in GetTargetTypeFilter()
183 Target::OutputType type = Target::UNKNOWN; in ApplyTypeFilter()
462 Target::OutputType type; in InitFrom()
/third_party/cups-filters/cupsfilters/
H A Draster.c229 (val = cupsGetOption("OutputType", num_options, options)) != NULL) in cupsRasterParseIPPOptions()
232 _strlcpy(h->OutputType, "Automatic", in cupsRasterParseIPPOptions()
233 sizeof(h->OutputType)); in cupsRasterParseIPPOptions()
235 _strlcpy(h->OutputType, "Graphics", sizeof(h->OutputType)); in cupsRasterParseIPPOptions()
237 _strlcpy(h->OutputType, "Photo", sizeof(h->OutputType)); in cupsRasterParseIPPOptions()
239 _strlcpy(h->OutputType, "Text", sizeof(h->OutputType)); in cupsRasterParseIPPOptions()
242 _strlcpy(h->OutputType, "TextAndGraphic in cupsRasterParseIPPOptions()
[all...]
/third_party/vk-gl-cts/framework/opengl/
H A DgluShaderLibrary.hpp60 enum OutputType enum
172 OutputType outputType;
/third_party/node/deps/v8/src/torque/
H A Ddeclarable.h296 enum class OutputType { class
319 virtual bool ShouldBeInlined(OutputType output_type) const { in ShouldBeInlined()
322 return output_type == OutputType::kCC && !signature().labels.empty(); in ShouldBeInlined()
324 bool ShouldGenerateExternalCode(OutputType output_type) const { in ShouldGenerateExternalCode()
377 bool ShouldBeInlined(OutputType output_type) const override {
480 bool ShouldBeInlined(OutputType output_type) const override {
H A Dimplementation-visitor.h793 case OutputType::kCSA: in csa_ccfile()
795 case OutputType::kCC: in csa_ccfile()
797 case OutputType::kCCDebug: in csa_ccfile()
808 case OutputType::kCSA: in csa_headerfile()
810 case OutputType::kCC: in csa_headerfile()
812 case OutputType::kCCDebug: in csa_headerfile()
879 OutputType output_type_ = OutputType::kCSA;
/third_party/skia/infra/wasm-common/gold/
H A Dwasm_gold_aggregator.go55 OutputType string `json:"output_type"`
139 "config": testOutput.OutputType,
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ant/
H A DConvertIcuDataTask.java37 import org.unicode.icu.tool.cldrtoicu.LdmlConverter.OutputType;
114 ImmutableList<OutputType> typeList = in setOutputTypes()
117 .map(s -> resolve(OutputType.class, s)) in setOutputTypes()

Completed in 20 milliseconds

123