Home
last modified time | relevance | path

Searched refs:stepFunction (Results 1 – 8 of 8) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DSingleStepTest.java56 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
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/MultiSession/
DSingleStepTest.java58 stepFunction(JDWPConstants.StepSize.LINE, JDWPConstants.StepDepth.OVER); in testSingleStep001()
61 void stepFunction(byte StepSize, byte StepDepth) { in stepFunction() method in SingleStepTest
/external/angle/src/libANGLE/renderer/metal/
Dmtl_state_cache.h142 return stepFunction == rhs.stepFunction && stepRate == rhs.stepRate && stride == rhs.stride;
150 uint8_t stepFunction; member
Dmtl_state_cache.mm100 ANGLE_OBJC_CP_PROPERTY(objCDesc, desc, stepFunction);
119 // Ignore if stepFunction is kVertexStepFunctionInvalid.
121 if (desc.layouts[i].stepFunction != kVertexStepFunctionInvalid)
1011 defaultAttribLayoutObjCDesc.stepFunction = MTLVertexStepFunctionConstant;
DVertexArrayMtl.mm160 layout->stepFunction = mtl::kVertexStepFunctionInvalid;
449 desc.layouts[bufferIdx].stepFunction = MTLVertexStepFunctionPerVertex;
454 desc.layouts[bufferIdx].stepFunction = MTLVertexStepFunctionPerInstance;
/external/skqp/src/gpu/mtl/
DGrMtlPipelineStateBuilder.mm181 vertexBufferLayout.stepFunction = MTLVertexStepFunctionPerVertex;
202 instanceBufferLayout.stepFunction = MTLVertexStepFunctionPerInstance;
DGrMtlCopyManager.mm110 vertexDescriptor.layouts[kAttribute_BufferIndex].stepFunction = MTLVertexStepFunctionPerVertex;
/external/skia/src/gpu/mtl/
DGrMtlPipelineStateBuilder.mm224 vertexBufferLayout.stepFunction = MTLVertexStepFunctionPerVertex;
258 instanceBufferLayout.stepFunction = MTLVertexStepFunctionPerInstance;
423 vertexBufferLayout.stepFunction = MTLVertexStepFunctionPerVertex;
440 instanceBufferLayout.stepFunction = MTLVertexStepFunctionPerInstance;