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

  /cts/tests/tests/graphics/jni/
VulkanTestHelpers.cpp 588 void *mappedData;
590 sizeof(vertexData), 0, &mappedData));
591 memcpy(mappedData, vertexData, sizeof(vertexData));
    [all...]
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderDefs.h 199 VideoFrameRawData *mappedData;

Completed in 181 milliseconds