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

  /cts/libs/deviceutil/src/android/cts/util/
ReadElf.java 249 mType = readHalf();
251 int e_machine = readHalf();
280 int e_ehsize = readHalf();
281 int e_phentsize = readHalf();
282 int e_phnum = readHalf();
283 int e_shentsize = readHalf();
284 int e_shnum = readHalf();
285 int e_shstrndx = readHalf();
381 int st_shndx = readHalf();
389 int st_shndx = readHalf();
    [all...]
  /external/deqp/framework/referencerenderer/
rrVertexAttrib.cpp 115 inline void readHalf (tcu::Vec4& dst, const int size, const void* ptr)
282 case VERTEXATTRIBTYPE_HALF: readHalf (dst, size, ptr); break;

Completed in 1096 milliseconds