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

  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceQueryTestCase.cpp 226 const glu::VarType* variable = (path.back().isVariableType()) ? (path.back().getVariableType()) : (DE_NULL);
349 const glu::VarType* variable = path.back().getVariableType();
415 const bool isArray = enclosingcomponent.isVariableType() && enclosingcomponent.getVariableType()->isArrayType();
416 const bool inUnsizedArray = isArray && (enclosingcomponent.getVariableType()->getArraySize() == glu::VarType::UNSIZED_ARRAY);
417 const int arraySize = (!isArray) ? (1) : (inUnsizedArray) ? (0) : (enclosingcomponent.getVariableType()->getArraySize());
473 const bool isArray = enclosingcomponent.isVariableType() && enclosingcomponent.getVariableType()->isArrayType();
474 const bool isAtomicCounter = glu::isDataTypeAtomicCounter(component.getVariableType()->getBasicType()); // atomic counters are buffer backed with a stride of 4 basic machine units
481 const int elementSize = glu::getDataTypeScalarSize(component.getVariableType()->getBasicType()) * getTypeSize(glu::getDataTypeScalarType(component.getVariableType()->getBasicType()));
600 const bool isMatrix = glu::isDataTypeMatrix(component.getVariableType()->getBasicType())
    [all...]
es31fProgramInterfaceDefinitionUtil.hpp 57 const glu::VarType* getVariableType (void) const { DE_ASSERT(isVariableType()); return m_data.type; }
es31fProgramInterfaceDefinitionUtil.cpp 873 return getMappedBasicTypeSum(*path.back().getVariableType(), getNumDataTypeComponents);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.text_3.5.0.v20100601-1300.jar 

Completed in 117 milliseconds