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.h126 return stepFunction == rhs.stepFunction && stepRate == rhs.stepRate && stride == rhs.stride;
130 MTLVertexStepFunction stepFunction; member
DVertexArrayMtl.mm142 layout->stepFunction = MTLVertexStepFunctionConstant;
308 desc.layouts[bufferIdx].stepFunction = MTLVertexStepFunctionPerVertex;
313 desc.layouts[bufferIdx].stepFunction = MTLVertexStepFunctionPerInstance;
Dmtl_state_cache.mm97 ANGLE_OBJC_CP_PROPERTY(objCDesc, desc, stepFunction);
872 defaultAttribLayoutObjCDesc.stepFunction = MTLVertexStepFunctionConstant;
/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.mm242 vertexBufferLayout.stepFunction = MTLVertexStepFunctionPerVertex;
263 instanceBufferLayout.stepFunction = MTLVertexStepFunctionPerInstance;