HomeSort by relevance Sort by last modified time
    Searched refs:getOutputType (Results 1 - 25 of 241) sorted by null

1 2 3 4 5 6 7 8 910

  /external/deqp/framework/referencerenderer/
rrShaders.hpp 186 inline GeometryShaderOutputType getOutputType (void) const { return m_outputType; }
  /external/protobuf/java/core/src/test/java/com/google/protobuf/
CodedOutputStreamTest.java 59 OutputType getOutputType();
82 public OutputType getOutputType() {
107 public OutputType getOutputType() {
145 public OutputType getOutputType() {
183 public OutputType getOutputType() {
605 assertEqualBytes(coder.getOutputType(), new byte[]{3, 'a', 'b', 'c'}, coder.toByteArray());
DescriptorsTest.java 345 fooMethod.getOutputType());
353 barMethod.getOutputType());
    [all...]
  /external/deqp/modules/glshared/
glsVertexArrayTests.hpp 161 virtual OutputType getOutputType (void) const = 0;
184 virtual Array::OutputType getOutputType (void) const { return m_outputType; }
glsVertexArrayTests.cpp 773 m_componentCount[arrayNdx] = getComponentCount(arrays[arrayNdx]->getOutputType());
774 m_attrType[arrayNdx] = mapOutputType(arrays[arrayNdx]->getOutputType());
916 << "${VTX_IN} highp " << ContextArray::outputTypeToGLType(arrays[arrayNdx]->getOutputType()) << " a_" << arrays[arrayNdx]->getAttribNdx() << ";\n";
933 switch (arrays[arrayNdx]->getOutputType())
984 switch (arrays[arrayNdx]->getOutputType())
1128 decl << sglr::pdec::VertexAttribute(std::string("a_") + de::toString(arrayNdx), mapOutputType(arrays[arrayNdx]->getOutputType()));
    [all...]