Home
last modified time | relevance | path

Searched refs:getOutputType (Results 1 – 10 of 10) sorted by relevance

/external/protobuf/java/core/src/test/java/com/google/protobuf/
DCodedOutputStreamTest.java59 OutputType getOutputType(); in getOutputType() method
82 public OutputType getOutputType() { in getOutputType() method in CodedOutputStreamTest.OutputStreamCoder
107 public OutputType getOutputType() { in getOutputType() method in CodedOutputStreamTest.ArrayCoder
145 public OutputType getOutputType() { in getOutputType() method in CodedOutputStreamTest.NioHeapCoder
183 public OutputType getOutputType() { in getOutputType() method in CodedOutputStreamTest.NioDirectCoder
605 assertEqualBytes(coder.getOutputType(), new byte[]{3, 'a', 'b', 'c'}, coder.toByteArray());
DDescriptorsTest.java345 fooMethod.getOutputType()); in testServiceDescriptor()
353 barMethod.getOutputType()); in testServiceDescriptor()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmGraphicsShaderTestUtil.cpp1190 …cePlaceholderFrag())).specialize(passthruInterface(context.interfaces.getOutputType())) << SpirVAs… in addShaderCodeCustomVertex()
1224 …olderTessEvalGeom())).specialize(passthruInterface(context.interfaces.getOutputType())) << SpirVAs… in addShaderCodeCustomTessControl()
1225 …cePlaceholderFrag())).specialize(passthruInterface(context.interfaces.getOutputType())) << SpirVAs… in addShaderCodeCustomTessControl()
1264 …cePlaceholderFrag())).specialize(passthruInterface(context.interfaces.getOutputType())) << SpirVAs… in addShaderCodeCustomTessEval()
1300 …cePlaceholderFrag())).specialize(passthruInterface(context.interfaces.getOutputType())) << SpirVAs… in addShaderCodeCustomGeometry()
2582 …vkInstance.getPhysicalDeviceFormatProperties(vkPhysicalDevice, instance.interfaces.getOutputType()… in runAndVerifyDefaultPipeline()
2746 …const VkDeviceSize fragOutputImgSize = (VkDeviceSize)(instance.interfaces.getOutputType().ge… in runAndVerifyDefaultPipeline()
2764 imageParams.format = instance.interfaces.getOutputType().getVkFormat(); in runAndVerifyDefaultPipeline()
2805 instance.interfaces.getOutputType().getVkFormat(), // VkFormat format; in runAndVerifyDefaultPipeline()
3621 instance.interfaces.getOutputType().getVkFormat(), // VkFormat format; in runAndVerifyDefaultPipeline()
[all …]
DvktSpvAsmGraphicsShaderTestUtil.hpp175 const IFDataType& getOutputType (void) const in getOutputType() function in vkt::SpirVAssembly::GraphicsInterfaces
/external/deqp/framework/referencerenderer/
DrrShaders.hpp186 inline GeometryShaderOutputType getOutputType (void) const { return m_outputType; } in getOutputType() function in rr::GeometryShader
DrrRenderer.cpp1454 switch (program.geometryShader->getOutputType()) in drawWithGeometryShader()
/external/deqp/modules/glshared/
DglsVertexArrayTests.hpp161 virtual OutputType getOutputType (void) const = 0;
184 virtual Array::OutputType getOutputType (void) const { return m_outputType; } in getOutputType() function in deqp::gls::ContextArray
DglsVertexArrayTests.cpp773 m_componentCount[arrayNdx] = getComponentCount(arrays[arrayNdx]->getOutputType()); in ContextShaderProgram()
774 m_attrType[arrayNdx] = mapOutputType(arrays[arrayNdx]->getOutputType()); in ContextShaderProgram()
916 …<< "${VTX_IN} highp " << ContextArray::outputTypeToGLType(arrays[arrayNdx]->getOutputType()) << "… in genVertexSource()
933 switch (arrays[arrayNdx]->getOutputType()) in genVertexSource()
984 switch (arrays[arrayNdx]->getOutputType()) in genVertexSource()
1128 …bute(std::string("a_") + de::toString(arrayNdx), mapOutputType(arrays[arrayNdx]->getOutputType())); in createProgramDeclaration()
DglsDrawTest.cpp905 DrawTestSpec::OutputType getOutputType (void) const { return m_outputType; } in getOutputType() function in deqp::gls::__anon43398ad90111::AttributeArray
1149 m_componentCount[arrayNdx] = getComponentCount(arrays[arrayNdx]->getOutputType()); in DrawTestShaderProgram()
1151 m_attrType[arrayNdx] = mapOutputType(arrays[arrayNdx]->getOutputType()); in DrawTestShaderProgram()
1268 …<< "${VTX_IN} highp " << outputTypeToGLType(arrays[arrayNdx]->getOutputType()) << " a_" << arrayNd… in genVertexSource()
1287 switch (arrays[arrayNdx]->getOutputType()) in genVertexSource()
1326 switch (arrays[arrayNdx]->getOutputType()) in genVertexSource()
1497 …bute(std::string("a_") + de::toString(arrayNdx), mapOutputType(arrays[arrayNdx]->getOutputType())); in createProgramDeclaration()
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DDescriptors.java1956 public Descriptor getOutputType() { return outputType; } in getOutputType() method in Descriptors.MethodDescriptor
1999 file.pool.lookupSymbol(proto.getOutputType(), this, in crossLink()
2003 '\"' + proto.getOutputType() + "\" is not a message type."); in crossLink()