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

  /cts/tests/tests/graphics/src/android/graphics/cts/
MediaVulkanGpuTest.java 40 int[] framePixels = new int[bitmap.getWidth() * bitmap.getHeight()];
41 bitmap.getPixels(framePixels, 0, bitmap.getWidth(), 0, 0, bitmap.getWidth(),
43 return framePixels;
  /cts/tests/tests/graphics/jni/
android_graphics_cts_BasicVulkanGpuTest.cpp 126 std::vector<uint8_t> framePixels;
129 vkImage.isSamplerImmutable(), &framePixels),
131 ASSERT(framePixels.size() ==
140 ASSERT(framePixels[offset] == x + y,
142 formatDesc.name.c_str(), x + y, x, y, framePixels[offset]);
android_graphics_cts_MediaVulkanGpuTest.cpp 119 std::vector<uint32_t> framePixels;
122 vkImage.semaphore(), vkImage.isSamplerImmutable(), &framePixels),
124 ASSERT(framePixels.size() == bufferDesc.width * bufferDesc.height,
139 uint32_t value1 = framePixels[frame_offset];

Completed in 1325 milliseconds