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

  /dalvik/libdex/
InstrUtils.h 116 u1* indexTypes; /* InstructionIndexType elements */
187 return (InstructionIndexType) gDexOpcodeInfo.indexTypes[opcode];
  /external/deqp/modules/gles2/stress/
es2sDrawTests.cpp 265 gls::DrawTestSpec::IndexType indexTypes[] =
270 const UniformWeightArray<DE_LENGTH_OF_ARRAY(indexTypes)> indexTypeWeights;
326 spec.indexType = random.chooseWeighted<gls::DrawTestSpec::IndexType> (DE_ARRAY_BEGIN(indexTypes), DE_ARRAY_END(indexTypes), indexTypeWeights.weights);
  /external/deqp/modules/gles31/stress/
es31sDrawTests.cpp 380 gls::DrawTestSpec::IndexType indexTypes[] =
386 const UniformWeightArray<DE_LENGTH_OF_ARRAY(indexTypes)> indexTypeWeights;
461 spec.indexType = random.chooseWeighted<gls::DrawTestSpec::IndexType> (DE_ARRAY_BEGIN(indexTypes), DE_ARRAY_END(indexTypes), indexTypeWeights.weights);
  /external/deqp/modules/gles2/functional/
es2fDrawTests.cpp 542 static const gls::DrawTestSpec::IndexType indexTypes[] =
547 const UniformWeightArray<DE_LENGTH_OF_ARRAY(indexTypes)> indexTypeWeights;
603 spec.indexType = random.chooseWeighted<gls::DrawTestSpec::IndexType> (DE_ARRAY_BEGIN(indexTypes), DE_ARRAY_END(indexTypes), indexTypeWeights.weights);
  /external/deqp/modules/gles3/stress/
es3sDrawTests.cpp 467 gls::DrawTestSpec::IndexType indexTypes[] =
473 const UniformWeightArray<DE_LENGTH_OF_ARRAY(indexTypes)> indexTypeWeights;
543 spec.indexType = random.chooseWeighted<gls::DrawTestSpec::IndexType> (DE_ARRAY_BEGIN(indexTypes), DE_ARRAY_END(indexTypes), indexTypeWeights.weights);
  /external/deqp/modules/gles3/functional/
es3fDrawTests.cpp     [all...]
  /external/deqp/modules/glshared/
glsDrawTest.cpp 189 GLenum indexTypes[] =
195 DE_STATIC_ASSERT(DE_LENGTH_OF_ARRAY(indexTypes) == DrawTestSpec::INDEXTYPE_LAST);
197 return indexTypes[(int)indexType];
    [all...]
  /external/deqp/modules/gles31/functional/
es31fDrawTests.cpp     [all...]

Completed in 140 milliseconds