Home
last modified time | relevance | path

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

/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/chromium_org/third_party/angle/src/compiler/translator/
DCompiler.h83 ShShaderOutput getOutputType() const { return outputType; } in getOutputType() function
DUniformHLSL.cpp69 mOutputType(translator->getOutputType()), in UniformHLSL()
DShaderLang.cpp360 *params = compiler->getOutputType(); in ShGetInfo()
DOutputHLSL.cpp100 mOutputType(parentTranslator->getOutputType()) in OutputHLSL()
/external/deqp/modules/glshared/
DglsVertexArrayTests.hpp160 virtual OutputType getOutputType (void) const = 0;
183 virtual Array::OutputType getOutputType (void) const { return m_outputType; } in getOutputType() function in deqp::gls::ContextArray
DglsVertexArrayTests.cpp805 m_componentCount[arrayNdx] = getComponentCount(arrays[arrayNdx]->getOutputType()); in ContextShaderProgram()
806 m_attrType[arrayNdx] = mapOutputType(arrays[arrayNdx]->getOutputType()); in ContextShaderProgram()
948 …<< "${VTX_IN} highp " << ContextArray::outputTypeToGLType(arrays[arrayNdx]->getOutputType()) << "… in genVertexSource()
965 switch (arrays[arrayNdx]->getOutputType()) in genVertexSource()
1016 switch (arrays[arrayNdx]->getOutputType()) in genVertexSource()
1160 …bute(std::string("a_") + de::toString(arrayNdx), mapOutputType(arrays[arrayNdx]->getOutputType())); in createProgramDeclaration()
DglsDrawTest.cpp919 DrawTestSpec::OutputType getOutputType (void) const { return m_outputType; } in getOutputType() function in deqp::gls::__anona2ff1be70111::AttributeArray
1181 m_componentCount[arrayNdx] = getComponentCount(arrays[arrayNdx]->getOutputType()); in DrawTestShaderProgram()
1183 m_attrType[arrayNdx] = mapOutputType(arrays[arrayNdx]->getOutputType()); in DrawTestShaderProgram()
1300 …<< "${VTX_IN} highp " << outputTypeToGLType(arrays[arrayNdx]->getOutputType()) << " a_" << arrayNd… in genVertexSource()
1319 switch (arrays[arrayNdx]->getOutputType()) in genVertexSource()
1358 switch (arrays[arrayNdx]->getOutputType()) in genVertexSource()
1529 …bute(std::string("a_") + de::toString(arrayNdx), mapOutputType(arrays[arrayNdx]->getOutputType())); in createProgramDeclaration()
/external/protobuf/java/src/test/java/com/google/protobuf/
DDescriptorsTest.java330 fooMethod.getOutputType()); in testServiceDescriptor()
338 barMethod.getOutputType()); in testServiceDescriptor()
/external/protobuf/java/src/main/java/com/google/protobuf/
DDescriptors.java1436 public Descriptor getOutputType() { return outputType; } in getOutputType() method in Descriptors.MethodDescriptor
1478 file.pool.lookupSymbol(proto.getOutputType(), this); in crossLink()
1481 '\"' + proto.getOutputType() + "\" is not a message type."); in crossLink()