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
126 return stepFunction == rhs.stepFunction && stepRate == rhs.stepRate && stride == rhs.stride;130 MTLVertexStepFunction stepFunction; member
142 layout->stepFunction = MTLVertexStepFunctionConstant;308 desc.layouts[bufferIdx].stepFunction = MTLVertexStepFunctionPerVertex;313 desc.layouts[bufferIdx].stepFunction = MTLVertexStepFunctionPerInstance;
97 ANGLE_OBJC_CP_PROPERTY(objCDesc, desc, stepFunction);872 defaultAttribLayoutObjCDesc.stepFunction = MTLVertexStepFunctionConstant;
181 vertexBufferLayout.stepFunction = MTLVertexStepFunctionPerVertex;202 instanceBufferLayout.stepFunction = MTLVertexStepFunctionPerInstance;
110 vertexDescriptor.layouts[kAttribute_BufferIndex].stepFunction = MTLVertexStepFunctionPerVertex;
242 vertexBufferLayout.stepFunction = MTLVertexStepFunctionPerVertex;263 instanceBufferLayout.stepFunction = MTLVertexStepFunctionPerInstance;