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

  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiGranularityTests.cpp 501 for (deUint32 formatIdx = 1; formatIdx <= VK_FORMAT_D32_SFLOAT_S8_UINT; ++formatIdx)
503 VkFormat format = VkFormat(formatIdx);
516 attachments.push_back(AttachmentInfo(VkFormat(formatIdx), rnd.getInt(1, maxDimension), rnd.getInt(1, maxDimension), 1));
523 attachments.push_back(AttachmentInfo(VkFormat(formatIdx), rnd.getInt(1, maxDimension), rnd.getInt(1, maxDimension), 1));
  /frameworks/native/opengl/libagl/
texture.cpp 364 const int32_t formatIdx = convertGLPixelFormat(format, type);
365 if (formatIdx == 0) { // we don't know what to do with this
370 const GGLFormat& pixelFormat(c->rasterizer.formats[formatIdx]);
380 width, height, stride, formatIdx, compressedFormat, bpr);
391 width, height, stride, formatIdx, compressedFormat, bpr);
    [all...]
  /frameworks/native/opengl/tests/hwc/
hwcStress.cpp 568 unsigned int formatIdx = testRandMod(NUMA(hwcTestGraphicFormat));
570 = &hwcTestGraphicFormat[formatIdx];
  /cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
VulkanDeviceInfo.java     [all...]
  /device/generic/goldfish/camera/
EmulatedFakeCamera2.cpp 363 unsigned int formatIdx = 0;
365 for (; formatIdx < numFormats; formatIdx++) {
366 if (format == (int)kAvailableFormats[formatIdx]) break;
368 if (formatIdx == numFormats) {
    [all...]
  /frameworks/base/tools/aapt/
ResourceTable.cpp     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]

Completed in 449 milliseconds