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

  /external/chromium_org/third_party/angle/src/compiler/translator/
TranslatorHLSL.cpp 20 sh::OutputHLSL outputHLSL(parseContext, getResources(), getOutputType());
ShHandle.h 77 ShShaderOutput getOutputType() const { return outputType; }
ShaderLang.cpp 253 *params = compiler->getOutputType();
  /external/deqp/framework/referencerenderer/
rrShaders.hpp 186 inline GeometryShaderOutputType getOutputType (void) const { return m_outputType; }
rrRenderer.cpp     [all...]
  /external/deqp/modules/glshared/
glsVertexArrayTests.hpp 160 virtual OutputType getOutputType (void) const = 0;
183 virtual Array::OutputType getOutputType (void) const { return m_outputType; }
glsVertexArrayTests.cpp 805 m_componentCount[arrayNdx] = getComponentCount(arrays[arrayNdx]->getOutputType());
806 m_attrType[arrayNdx] = mapOutputType(arrays[arrayNdx]->getOutputType());
948 << "${VTX_IN} highp " << ContextArray::outputTypeToGLType(arrays[arrayNdx]->getOutputType()) << " a_" << arrays[arrayNdx]->getAttribNdx() << ";\n";
965 switch (arrays[arrayNdx]->getOutputType())
1016 switch (arrays[arrayNdx]->getOutputType())
1160 decl << sglr::pdec::VertexAttribute(std::string("a_") + de::toString(arrayNdx), mapOutputType(arrays[arrayNdx]->getOutputType()));
    [all...]