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

  /packages/apps/Messaging/jni/
GifTranscoder.cpp 138 int imageIndex = 0;
172 LOGE("Could not read image descriptor (%d)", imageIndex);
193 LOGE("Could not write image descriptor (%d)", imageIndex);
202 LOGE("Could not read image data (%d)", imageIndex);
205 LOGD("Read image data (%d)", imageIndex);
209 imageIndex,
215 LOGE("Could not render %d", imageIndex);
218 LOGD("Rendered image (%d)", imageIndex);
228 LOGE("Could not write raster data (%d)", imageIndex);
232 LOGD("Wrote raster data (%d)", imageIndex);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiSharedPresentableImageTests.cpp 1004 deUint32 imageIndex = 42; // initialize to junk value
1006 VK_CHECK(m_vkd.acquireNextImageKHR(*m_device, *m_swapchain, foreverNs, *semaphore, 0u, &imageIndex));
1007 TCU_CHECK(imageIndex == 0);
    [all...]
vktWsiDisplayTimingTests.cpp 1095 deUint32 imageIndex;
1098 VK_CHECK(m_vkd.acquireNextImageKHR(*m_device, *m_swapchain, foreverNs, currentAcquireSemaphore, fence, &imageIndex));
1101 m_commandBuffers[m_frameNdx % m_commandBuffers.size()] = createCommandBuffer(m_vkd, *m_device, *m_commandPool, *m_pipelineLayout, *m_renderPass, m_framebuffers[imageIndex], *m_pipeline, m_frameNdx, m_quadCount, width, height).disown();
    [all...]
vktWsiIncrementalPresentTests.cpp     [all...]
  /frameworks/av/media/libstagefright/
ItemTable.cpp 474 ssize_t imageIndex = itemIdToImageMap.indexOfKey(mItemId);
477 if (imageIndex < 0) {
484 ImageItem &image = itemIdToImageMap.editValueAt(imageIndex);
491 imageIndex = itemIdToImageMap.indexOfKey(mRefs[i]);
494 if (imageIndex < 0) {
498 ImageItem &image = itemIdToImageMap.editValueAt(imageIndex);
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
ParseHelper.cpp     [all...]
  /external/python/cpython2/Mac/Modules/qt/
_Qtmodule.c     [all...]
  /external/skia/third_party/vulkan/vulkan/
vulkan.h     [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.hpp     [all...]
  /frameworks/native/vulkan/include/vulkan/
vulkan.h     [all...]
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 

Completed in 740 milliseconds