HomeSort by relevance Sort by last modified time
    Searched refs:CreateImage (Results 26 - 33 of 33) sorted by null

12

  /frameworks/native/vulkan/nulldrv/
null_driver_gen.h 85 VKAPI_ATTR VkResult CreateImage(VkDevice device, const VkImageCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImage* pImage);
null_driver.cpp 829 VkResult CreateImage(VkDevice device,
836 ALOGE("CreateImage: not yet implemented: type=%d format=%d mips=%u",
846 "CreateImage: image size 0x%" PRIx64
    [all...]
  /hardware/intel/common/libva/va/
va.c 326 CHECK_VTABLE(vaStatus, ctx, CreateImage);
    [all...]
  /external/vulkan-validation-layers/layers/
image.cpp 303 "CreateImage extents exceed allowable limits for format: "
319 "CreateImage resource size exceeds allowable maximum "
327 "CreateImage mipLevels=%d exceeds allowable maximum supported by format of %d", pCreateInfo->mipLevels,
334 "CreateImage arrayLayers=%d exceeds allowable maximum supported by format of %d",
341 "CreateImage samples %s is not supported by format 0x%.8X",
353 result = device_data->device_dispatch_table->CreateImage(device, pCreateInfo, pAllocator, pImage);
    [all...]
parameter_validation.cpp     [all...]
core_validation.cpp     [all...]
  /external/vulkan-validation-layers/loader/
trampoline.c     [all...]
  /external/libgdx/backends/gdx-backend-lwjgl3/libs/
lwjgl.jar 

Completed in 514 milliseconds

12