OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getVariableType
(Results
1 - 6
of
6
) sorted by null
/external/deqp/modules/gles31/functional/
es31fProgramInterfaceQueryTestCase.cpp
248
const glu::VarType* variable = (path.back().isVariableType()) ? (path.back().
getVariableType
()) : (DE_NULL);
374
const glu::VarType* variable = path.back().
getVariableType
();
450
const bool isArray = enclosingcomponent.isVariableType() && enclosingcomponent.
getVariableType
()->isArrayType();
451
const bool inUnsizedArray = isArray && (enclosingcomponent.
getVariableType
()->getArraySize() == glu::VarType::UNSIZED_ARRAY);
452
const int arraySize = (!isArray) ? (1) : (inUnsizedArray) ? (m_unsizedArraySize) : (enclosingcomponent.
getVariableType
()->getArraySize());
527
const bool isArray = enclosingcomponent.isVariableType() && enclosingcomponent.
getVariableType
()->isArrayType();
528
const bool isAtomicCounter = glu::isDataTypeAtomicCounter(component.
getVariableType
()->getBasicType()); // atomic counters are buffer backed with a stride of 4 basic machine units
536
const int elementSize = glu::getDataTypeScalarSize(component.
getVariableType
()->getBasicType()) * getTypeSize(glu::getDataTypeScalarType(component.
getVariableType
()->getBasicType()));
657
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; }
es31fProgramInterfaceDefinition.cpp
647
if (path.back().
getVariableType
()->isStructType() && isOpenGLES)
es31fProgramInterfaceDefinitionUtil.cpp
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.text_3.5.0.v20100601-1300.jar
/external/icu/tools/srcgen/currysrc/libs/
org.eclipse.text_3.5.400.v20150505-1044.jar
Completed in 1272 milliseconds