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

  /dalvik/libdex/
InstrUtils.h 122 u1* indexTypes; /* InstructionIndexType elements */
193 return (InstructionIndexType) gDexOpcodeInfo.indexTypes[opcode];
  /external/deqp/modules/gles2/stress/
es2sDrawTests.cpp 254 gls::DrawTestSpec::IndexType indexTypes[] =
259 const UniformWeightArray<DE_LENGTH_OF_ARRAY(indexTypes)> indexTypeWeights;
315 spec.indexType = random.chooseWeighted<gls::DrawTestSpec::IndexType> (DE_ARRAY_BEGIN(indexTypes), DE_ARRAY_END(indexTypes), indexTypeWeights.weights);
  /external/deqp/modules/gles2/functional/
es2fDrawTests.cpp 540 static const gls::DrawTestSpec::IndexType indexTypes[] =
545 const UniformWeightArray<DE_LENGTH_OF_ARRAY(indexTypes)> indexTypeWeights;
601 spec.indexType = random.chooseWeighted<gls::DrawTestSpec::IndexType> (DE_ARRAY_BEGIN(indexTypes), DE_ARRAY_END(indexTypes), indexTypeWeights.weights);
  /external/deqp/modules/gles3/stress/
es3sDrawTests.cpp 453 gls::DrawTestSpec::IndexType indexTypes[] =
459 const UniformWeightArray<DE_LENGTH_OF_ARRAY(indexTypes)> indexTypeWeights;
529 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 179 static const GLenum indexTypes[] =
186 return de::getSizedArrayElement<DrawTestSpec::INDEXTYPE_LAST>(indexTypes, (int)indexType);
    [all...]

Completed in 2300 milliseconds