Searched defs:TYPE_SHADER (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fProgramInterfaceQueryTests.cpp179 TYPE_SHADER, enumerator in enum:deqp::gles31::Functional::__anon20287::ResourceDefinition::Node::NodeType
223 : Node (TYPE_SHADER, enclosingNode)
241 DE_ASSERT(enclosing->getType() == TYPE_SHADER ||
635 else if (head->getType() == ResourceDefinition::Node::TYPE_SHADER)
714 if (head->getType() == ResourceDefinition::Node::TYPE_SHADER)
3792 const bool singleShaderCase = parentStructure->getType() == ResourceDefinition::Node::TYPE_SHADER;
5714 const bool singleShaderCase = parentStructure->getType() == ResourceDefinition::Node::TYPE_SHADER;
/external/deqp/executor/
H A DxeTestCaseResult.hpp142 TYPE_SHADER, enumerator in enum:xe::ri::Type
316 Shader (void) : Item(TYPE_SHADER), shaderType(SHADERTYPE_LAST), compileStatus(false) {}

Completed in 78 milliseconds