HomeSort by relevance Sort by last modified time
    Searched full:createflags (Results 1 - 25 of 31) sorted by null

1 2

  /external/libmojo/mojo/public/java/system/src/org/chromium/mojo/system/
SharedBufferHandle.java 17 public static class CreateFlags extends Flags<CreateFlags> {
23 public static final CreateFlags NONE = CreateFlags.none().immutable();
30 protected CreateFlags(int flags) {
37 public static CreateFlags none() {
38 return new CreateFlags(FLAG_NONE);
47 private CreateFlags mFlags = CreateFlags.NONE;
52 public CreateFlags getFlags()
    [all...]
MessagePipeHandle.java 19 public static class CreateFlags extends Flags<CreateFlags> {
25 public static final CreateFlags NONE = CreateFlags.none().immutable();
32 protected CreateFlags(int flags) {
39 public static CreateFlags none() {
40 return new CreateFlags(FLAG_NONE);
49 private CreateFlags mFlags = CreateFlags.NONE;
54 public CreateFlags getFlags()
    [all...]
DataPipe.java 19 public static class CreateFlags extends Flags<CreateFlags> {
25 public static final CreateFlags NONE = CreateFlags.none().immutable();
32 protected CreateFlags(int flags) {
39 public static CreateFlags none() {
40 return new CreateFlags(FLAG_NONE);
51 * Used to specify different modes of operation, see |DataPipe.CreateFlags|.
53 private CreateFlags mFlags = CreateFlags.none()
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ycbcr/
vktYCbCrViewTests.cpp 135 VkImageCreateFlags createFlags)
141 createFlags,
387 VkImageCreateFlags createFlags;
395 , createFlags (createFlags_)
404 , createFlags (0u)
478 const VkImageCreateFlags createFlags = params.createFlags;
486 checkImageSupport(context, format, createFlags);
490 const Unique<VkImage> image (createTestImage(vkd, device, format, size, createFlags));
492 ? createTestImage(vkd, device, planeViewFormat, planeSize, createFlags)
    [all...]
vktYCbCrUtil.hpp 73 void checkImageSupport (Context& context, vk::VkFormat format, vk::VkImageCreateFlags createFlags, vk::VkImageTiling tiling = vk::VK_IMAGE_TILING_OPTIMAL);
83 vk::VkImageCreateFlags createFlags,
vktYCbCrFormatTests.cpp 77 VkImageCreateFlags createFlags,
85 createFlags,
304 const VkImageCreateFlags createFlags = params.flags;
308 const Unique<VkImage> image (createTestImage(vkd, device, format, size, createFlags, tiling, mappedMemory ? VK_IMAGE_LAYOUT_PREINITIALIZED : VK_IMAGE_LAYOUT_UNDEFINED));
309 const vector<AllocationSp> allocations (allocateAndBindImageMemory(vkd, device, context.getDefaultAllocator(), *image, format, createFlags, mappedMemory ? MemoryRequirement::HostVisible : MemoryRequirement::Any));
vktYCbCrImageQueryTests.cpp 144 VkImageCreateFlags createFlags)
150 createFlags,
201 const VkImageCreateFlags createFlags);
218 const VkImageCreateFlags createFlags)
220 , m_image (createTestImage(vkd, device, format, size, createFlags))
221 , m_allocations (allocateAndBindImageMemory(vkd, device, allocator, *m_image, format, createFlags))
vktYCbCrUtil.cpp 186 void checkImageSupport (Context& context, VkFormat format, VkImageCreateFlags createFlags, VkImageTiling tiling)
188 const bool disjoint = (createFlags & VK_IMAGE_CREATE_DISJOINT_BIT_KHR) != 0;
269 VkImageCreateFlags createFlags,
274 if ((createFlags & VK_IMAGE_CREATE_DISJOINT_BIT_KHR) != 0)
  /external/skia/src/gpu/vk/
GrVkImage.cpp 88 VkImageCreateFlags createFlags = GrVkFormatIsSRGB(imageDesc.fFormat, nullptr)
94 createFlags, // VkImageCreateFlags
GrVkCaps.cpp 350 VkImageCreateFlags createFlags = GrVkFormatIsSRGB(format, nullptr)
358 createFlags,
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
probability_entry.h 52 : mFlags(createFlags(unigramProperty->representsBeginningOfSentence(),
157 static uint8_t createFlags(const bool representsBeginningOfSentence,
  /frameworks/layoutlib/bridge/src/android/graphics/
Bitmap_Delegate.java 123 private static Bitmap createBitmap(File input, Set<BitmapCreateFlags> createFlags,
143 return createBitmap(delegate, createFlags, density.getDpiValue());
171 public static Bitmap createBitmap(InputStream input, Set<BitmapCreateFlags> createFlags,
176 return createBitmap(delegate, createFlags, density.getDpiValue());
203 public static Bitmap createBitmap(BufferedImage image, Set<BitmapCreateFlags> createFlags,
208 return createBitmap(delegate, createFlags, density.getDpiValue());
682 Set<BitmapCreateFlags> createFlags, int density) {
688 boolean isMutable = createFlags.contains(BitmapCreateFlags.MUTABLE);
689 boolean isPremultiplied = createFlags.contains(BitmapCreateFlags.PREMULTIPLIED);
697 Set<BitmapCreateFlags> createFlags = EnumSet.of(BitmapCreateFlags.PREMULTIPLIED)
    [all...]
  /external/mesa3d/src/amd/vulkan/winsys/amdgpu/
radv_amdgpu_surface.c 120 ADDR_CREATE_FLAGS createFlags = {{0}};
141 createFlags.value = 0;
142 createFlags.useTileIndex = 1;
143 createFlags.degradeBaseLevel = 1;
148 addrCreateInput.createFlags = createFlags;
  /external/mesa3d/src/gallium/winsys/amdgpu/drm/
amdgpu_surface.c 104 ADDR_CREATE_FLAGS createFlags = {{0}};
125 createFlags.value = 0;
126 createFlags.useTileIndex = 1;
127 createFlags.degradeBaseLevel = 1;
128 createFlags.useHtileSliceAlign = 1;
133 addrCreateInput.createFlags = createFlags;
  /external/deqp/external/vulkancts/modules/vulkan/
vktExternalMemoryUtil.hpp 222 vk::VkBufferCreateFlags createFlags,
233 vk::VkImageCreateFlags createFlags,
vktExternalMemoryUtil.cpp 984 vk::VkBufferCreateFlags createFlags,
997 createFlags,
1016 vk::VkImageCreateFlags createFlags,
1029 createFlags,
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryRequirementsTests.cpp 789 const VkImageCreateFlags createFlags)
793 if ((createFlags & VK_IMAGE_CREATE_SPARSE_BINDING_BIT) && !features.sparseBinding)
796 if ((createFlags & VK_IMAGE_CREATE_SPARSE_RESIDENCY_BIT) && !(features.sparseResidencyImage2D || features.sparseResidencyImage3D))
799 if ((createFlags & VK_IMAGE_CREATE_SPARSE_ALIASED_BIT) && !features.sparseResidencyAliased)
    [all...]
  /external/mesa3d/src/intel/vulkan/
anv_formats.c 459 VkImageCreateFlags createFlags,
532 !(createFlags & VK_IMAGE_CREATE_CUBE_COMPATIBLE_BIT) &&
  /external/vulkan-validation-layers/layers/
core_validation.h 199 VkCommandPoolCreateFlags createFlags;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dbgeng.h 219 STDMETHOD(CreateProcess)(THIS_ ULONG64 Server,PSTR CommandLine,ULONG CreateFlags) PURE;
220 STDMETHOD(CreateProcessAndAttach)(THIS_ ULONG64 Server,PSTR CommandLine,ULONG CreateFlags,ULONG ProcessId,ULONG AttachFlags) PURE;
290 STDMETHOD(CreateProcess)(THIS_ ULONG64 Server,PSTR CommandLine,ULONG CreateFlags) PURE;
291 STDMETHOD(CreateProcessAndAttach)(THIS_ ULONG64 Server,PSTR CommandLine,ULONG CreateFlags,ULONG ProcessId,ULONG AttachFlags) PURE;
352 STDMETHOD(CreateProcess)(THIS_ ULONG64 Server,PSTR CommandLine,ULONG CreateFlags) PURE;
353 STDMETHOD(CreateProcessAndAttach)(THIS_ ULONG64 Server,PSTR CommandLine,ULONG CreateFlags,ULONG ProcessId,ULONG AttachFlags) PURE;
397 STDMETHOD(CreateProcessWide)(THIS_ ULONG64 Server,PWSTR CommandLine,ULONG CreateFlags) PURE;
398 STDMETHOD(CreateProcessAndAttachWide)(THIS_ ULONG64 Server,PWSTR CommandLine,ULONG CreateFlags,ULONG ProcessId,ULONG AttachFlags) PURE;
417 STDMETHOD(CreateProcess)(THIS_ ULONG64 Server,PSTR CommandLine,ULONG CreateFlags) PURE;
418 STDMETHOD(CreateProcessAndAttach)(THIS_ ULONG64 Server,PSTR CommandLine,ULONG CreateFlags,ULONG ProcessId,ULONG AttachFlags) PURE
    [all...]
  /external/mesa3d/src/amd/addrlib/core/
addrlib.cpp 213 if (pCreateIn->createFlags.fillSizeFields == TRUE)
260 // Pass createFlags to configFlags first since these flags may be overwritten
261 pLib->m_configFlags.noCubeMipSlicesPad = pCreateIn->createFlags.noCubeMipSlicesPad;
262 pLib->m_configFlags.fillSizeFields = pCreateIn->createFlags.fillSizeFields;
263 pLib->m_configFlags.useTileIndex = pCreateIn->createFlags.useTileIndex;
264 pLib->m_configFlags.useCombinedSwizzle = pCreateIn->createFlags.useCombinedSwizzle;
265 pLib->m_configFlags.checkLast2DLevel = pCreateIn->createFlags.checkLast2DLevel;
266 pLib->m_configFlags.useHtileSliceAlign = pCreateIn->createFlags.useHtileSliceAlign;
267 pLib->m_configFlags.degradeBaseLevel = pCreateIn->createFlags.degradeBaseLevel;
268 pLib->m_configFlags.allowLargeThickTile = pCreateIn->createFlags.allowLargeThickTile
    [all...]
  /external/mesa3d/src/amd/vulkan/
radv_formats.c 963 VkImageCreateFlags createFlags,
1017 !(createFlags & VK_IMAGE_CREATE_CUBE_COMPATIBLE_BIT) &&
    [all...]
  /external/mesa3d/src/amd/addrlib/
addrinterface.h 318 ADDR_CREATE_FLAGS createFlags; ///< Flags to setup AddrLib
490 /// this is also can be turned off by createFlags when
540 /// The result is controlled by surface flags & createFlags
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiFeatureInfo.cpp     [all...]
vktApiExternalMemoryTests.cpp     [all...]

Completed in 900 milliseconds

1 2