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

  /external/deqp/external/vulkancts/modules/vulkan/
vktRenderPassTests.cpp     [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Attachment.java 666 * @param attachmentIndex The index of the attachment to update.
671 public static int updatePreviewStates(int previewStates, int attachmentIndex, int rendition,
674 int shift = attachmentIndex * 2 + rendition;
690 * @param attachmentIndex The index of the attachment.
694 public static boolean getPreviewState(int previewStates, int attachmentIndex, int rendition) {
696 int shift = attachmentIndex * 2;

Completed in 393 milliseconds