Home
last modified time | relevance | path

Searched refs:inputClass (Results 1 – 2 of 2) sorted by relevance

/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRRecognitionException.m69 Class inputClass = [input class];
70 if ([inputClass conformsToProtocol:@protocol(ANTLRTokenStream)]) {
74 } else if ([inputClass conformsToProtocol:@protocol(ANTLRCharStream)]) {
78 } else if ([inputClass conformsToProtocol:@protocol(ANTLRTreeNodeStream)]) {
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
DInputLayoutCache.cpp101 …D3D11_INPUT_CLASSIFICATION inputClass = attributes[i].divisor > 0 ? D3D11_INPUT_PER_INSTANCE_DATA … in applyVertexBuffers() local
113 ilKey.elements[ilKey.elementCount].desc.InputSlotClass = inputClass; in applyVertexBuffers()