HomeSort by relevance Sort by last modified time
    Searched refs:stageIndex (Results 1 - 17 of 17) sorted by null

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
GyroscopeTestActivity.java 46 private static final String STAGE_INDEX_EXTRA = "stageIndex";
67 final int stageIndex = getIntent().getIntExtra(STAGE_INDEX_EXTRA, 0);
68 Settings settings = getSettings(stageIndex);
71 if (stageIndex + 1 < NUM_STAGES) {
72 setPassButtonGoesToNextStage(stageIndex);
92 private Settings getSettings(int stageIndex) {
93 switch (stageIndex) {
95 return new Settings(stageIndex, NUM_STAGES, 0, 0, 1, 2, true);
97 return new Settings(stageIndex, NUM_STAGES, 0, 0, -1, 2, false);
99 return new Settings(stageIndex, NUM_STAGES, 0, 1, 0, 1, true)
    [all...]
  /external/deqp/external/openglcts/modules/common/
glcSeparableProgramsTransformFeedbackTests.cpp 43 * @brief The StageIndex enum. Stages order coresponds to order
46 enum StageIndex
204 for (int stageIndex = VERTEX_STAGE; stageIndex > -1; --stageIndex)
206 StageData* stageData = m_shaderData.stage + stageIndex;
210 specializationMap["PERVERTEX_BLOCK"] = vertexBlock + vertexBlockPostfix[stageIndex];
213 code[stageIndex] = specializedShader.c_str();
214 programs[stageIndex].build(0, code[0], code[1], code[2], code[3], code[4], stageData->tfVaryings,
216 code[stageIndex] = 0
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/intents/
CameraIntentsActivity.java 93 private static final String STAGE_INDEX_EXTRA = "stageIndex";
214 final int stageIndex = getIntent().getIntExtra(STAGE_INDEX_EXTRA, 0);
215 return stageIndex;
218 private String getStageString(int stageIndex)
220 if (stageIndex == STAGE_APP_PICTURE) {
223 if (stageIndex == STAGE_APP_VIDEO) {
226 if (stageIndex == STAGE_INTENT_PICTURE) {
229 if (stageIndex == STAGE_INTENT_VIDEO) {
236 private String getStageIntentString(int stageIndex)
238 if (stageIndex == STAGE_APP_PICTURE)
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/orientation/
CameraOrientationActivity.java 57 private static final String STAGE_INDEX_EXTRA = "stageIndex";
110 final int stageIndex = getIntent().getIntExtra(STAGE_INDEX_EXTRA, 0);
111 Settings settings = getSettings(stageIndex);
116 if (stageIndex + 1 < mNumCameras * NUM_ORIENTATIONS) {
117 setPassButtonGoesToNextStage(stageIndex);
298 final int stageIndex =
311 if(counter < stageIndex) {
313 // it to current stageIndex
317 if(counter == stageIndex) {
327 if(counter > stageIndex) {
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/subgroups/
vktSubgroupsBallotOtherTests.cpp 586 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex)
588 const CaseDefinition caseDef = {opTypeIndex, stages[stageIndex]};
vktSubgroupsBallotTests.cpp     [all...]
vktSubgroupsBuiltinMaskVarTests.cpp     [all...]
vktSubgroupsShapeTests.cpp 588 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex)
590 const CaseDefinition caseDef = {opTypeIndex, stages[stageIndex]};
vktSubgroupsBallotBroadcastTests.cpp 583 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex)
585 const CaseDefinition caseDef = {opTypeIndex, stages[stageIndex], format};
vktSubgroupsShuffleTests.cpp 652 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex)
654 const CaseDefinition caseDef = {opTypeIndex, stages[stageIndex], format};
vktSubgroupsBasicTests.cpp     [all...]
vktSubgroupsArithmeticTests.cpp     [all...]
vktSubgroupsBuiltinVarTests.cpp     [all...]
vktSubgroupsClusteredTests.cpp 869 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex)
871 const CaseDefinition caseDef = {opTypeIndex, stages[stageIndex], format};
vktSubgroupsPartitionedTests.cpp     [all...]
vktSubgroupsQuadTests.cpp 744 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex)
746 const CaseDefinition caseDef = {opTypeIndex, stages[stageIndex], format, direction};
vktSubgroupsVoteTests.cpp 773 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex)
775 const CaseDefinition caseDef = {opTypeIndex, stages[stageIndex], format};

Completed in 798 milliseconds