Searched defs:getOutputType (Results 1 - 7 of 7) sorted by relevance

/external/deqp/framework/referencerenderer/
H A DrrShaders.hpp186 inline GeometryShaderOutputType getOutputType (void) const { return m_outputType; } function in class:rr::GeometryShader
/external/protobuf/java/core/src/test/java/com/google/protobuf/
H A DCodedOutputStreamTest.java59 OutputType getOutputType(); method in interface:CodedOutputStreamTest.Coder
82 public OutputType getOutputType() { method in class:CodedOutputStreamTest.OutputStreamCoder
107 public OutputType getOutputType() { method in class:CodedOutputStreamTest.ArrayCoder
145 public OutputType getOutputType() { method in class:CodedOutputStreamTest.NioHeapCoder
183 public OutputType getOutputType() { method in class:CodedOutputStreamTest.NioDirectCoder
605 assertEqualBytes(coder.getOutputType(), new byte[]{3, 'a', 'b', 'c'}, coder.toByteArray());
/external/deqp/modules/glshared/
H A DglsVertexArrayTests.hpp161 virtual OutputType getOutputType (void) const = 0;
184 virtual Array::OutputType getOutputType (void) const { return m_outputType; } function in class:deqp::gls::ContextArray
H A DglsDrawTest.cpp904 DrawTestSpec::OutputType getOutputType (void) const { return m_outputType; } function in class:deqp::gls::__anon4841::AttributeArray
1148 m_componentCount[arrayNdx] = getComponentCount(arrays[arrayNdx]->getOutputType());
1150 m_attrType[arrayNdx] = mapOutputType(arrays[arrayNdx]->getOutputType());
1267 << "${VTX_IN} highp " << outputTypeToGLType(arrays[arrayNdx]->getOutputType()) << " a_" << arrayNdx << ";\n";
1286 switch (arrays[arrayNdx]->getOutputType())
1325 switch (arrays[arrayNdx]->getOutputType())
1496 decl << sglr::pdec::VertexAttribute(std::string("a_") + de::toString(arrayNdx), mapOutputType(arrays[arrayNdx]->getOutputType()));
/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DDescriptors.java1956 public Descriptor getOutputType() { return outputType; } method in class:Descriptors.MethodDescriptor
1999 file.pool.lookupSymbol(proto.getOutputType(), this,
2003 '\"' + proto.getOutputType() + "\" is not a message type.");
/external/google-tv-pairing-protocol/java/jar/
H A Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/protobuf/ com/google/protobuf/UninitializedMessageException ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 464 milliseconds