Searched refs:stepFunction (Results 1 – 8 of 8) sorted by relevance
56 stepFunction(JDWPConstants.StepSize.LINE, JDWPConstants.StepDepth.OVER); in testSingleStep1()67 stepFunction(JDWPConstants.StepSize.LINE, JDWPConstants.StepDepth.INTO); in testSingleStep2()77 stepFunction(JDWPConstants.StepSize.MIN, JDWPConstants.StepDepth.OVER); in testSingleStep3()87 stepFunction(JDWPConstants.StepSize.MIN, JDWPConstants.StepDepth.INTO); in testSingleStep4()97 void stepFunction(byte StepSize, byte StepDepth) { in stepFunction() method in SingleStepTest
58 stepFunction(JDWPConstants.StepSize.LINE, JDWPConstants.StepDepth.OVER); in testSingleStep001()61 void stepFunction(byte StepSize, byte StepDepth) { in stepFunction() method in SingleStepTest
142 return stepFunction == rhs.stepFunction && stepRate == rhs.stepRate && stride == rhs.stride;150 uint8_t stepFunction; member
100 ANGLE_OBJC_CP_PROPERTY(objCDesc, desc, stepFunction);119 // Ignore if stepFunction is kVertexStepFunctionInvalid.121 if (desc.layouts[i].stepFunction != kVertexStepFunctionInvalid)1011 defaultAttribLayoutObjCDesc.stepFunction = MTLVertexStepFunctionConstant;
160 layout->stepFunction = mtl::kVertexStepFunctionInvalid;449 desc.layouts[bufferIdx].stepFunction = MTLVertexStepFunctionPerVertex;454 desc.layouts[bufferIdx].stepFunction = MTLVertexStepFunctionPerInstance;
181 vertexBufferLayout.stepFunction = MTLVertexStepFunctionPerVertex;202 instanceBufferLayout.stepFunction = MTLVertexStepFunctionPerInstance;
110 vertexDescriptor.layouts[kAttribute_BufferIndex].stepFunction = MTLVertexStepFunctionPerVertex;
224 vertexBufferLayout.stepFunction = MTLVertexStepFunctionPerVertex;258 instanceBufferLayout.stepFunction = MTLVertexStepFunctionPerInstance;423 vertexBufferLayout.stepFunction = MTLVertexStepFunctionPerVertex;440 instanceBufferLayout.stepFunction = MTLVertexStepFunctionPerInstance;