Searched refs:curItem (Results 1 - 10 of 10) sorted by relevance

/external/deqp/executor/tools/
H A DxeExtractShaderPrograms.cpp112 const xe::ri::Item& curItem = curEntry.list->getItem(curEntry.curNdx); local
115 if (curItem.getType() == xe::ri::TYPE_SHADERPROGRAM)
117 writeShaderProgram(cmdLine, casePath, static_cast<const xe::ri::ShaderProgram&>(curItem), programNdx);
120 else if (curItem.getType() == xe::ri::TYPE_SECTION)
121 itemListStack.push_back(StackEntry(&static_cast<const xe::ri::Section&>(curItem).items));
/external/deqp/executor/
H A DxeTestResultParser.cpp741 ri::Item* curItem = getCurrentItem(); local
743 if (!curItem || itemType != curItem->getType())
748 ri::Result* result = static_cast<ri::Result*>(curItem);
755 ri::Number* number = static_cast<ri::Number*>(curItem);
761 ri::SampleValue* value = static_cast<ri::SampleValue*>(curItem);
772 ri::Item* curItem = getCurrentItem(); local
773 ri::Type type = curItem ? curItem->getType() : ri::TYPE_LAST;
778 m_xmlParser.appendDataStr(static_cast<ri::Result*>(curItem)
[all...]
/external/deqp/framework/randomshaders/
H A DrsgVariableManager.cpp69 ConstValueRangeAccess curItem = getItem(); local
72 switch (curItem.getType().getBaseType())
76 int numElements = curItem.getType().getNumElements();
78 m_stack.push_back(curItem.member(ndx));
84 int numMembers = (int)curItem.getType().getMembers().size();
86 m_stack.push_back(curItem.member(ndx));
/external/robolectric/v1/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 205 milliseconds