HomeSort by relevance Sort by last modified time
    Searched refs:CreateImage (Results 1 - 25 of 39) sorted by null

1 2

  /frameworks/native/vulkan/libvulkan/
driver_gen.h 82 PFN_vkCreateImage CreateImage;
api_gen.h 92 PFN_vkCreateImage CreateImage;
driver_gen.cpp 445 INIT_PROC(true, dev, CreateImage);
api_gen.cpp 192 INIT_PROC(true, dev, CreateImage);
336 VKAPI_ATTR VkResult CreateImage(VkDevice device, const VkImageCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImage* pImage);
    [all...]
swapchain.cpp     [all...]
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
simulcast_unittest.h 231 static void CreateImage(VideoFrame* frame, int plane_colors[kNumOfPlanes]) {
697 CreateImage(&input_frame_, plane_offset);
713 CreateImage(&input_frame_, plane_offset);
721 CreateImage(&input_frame_, plane_offset);
730 CreateImage(&input_frame_, plane_offset);
745 CreateImage(&input_frame_, plane_offset);
    [all...]
  /external/pdfium/xfa/fxfa/
xfa_ffwidgethandler.h 91 CXFA_Node* CreateImage(CXFA_Node* pParent, CXFA_Node* pBefore) const;
  /external/skia/src/gpu/vk/
GrVkImage.cpp 109 GR_VK_CALL_ERRCHECK(gpu->vkInterface(), CreateImage(gpu->device(), &imageCreateInfo, nullptr,
GrVkInterface.cpp 106 ACQUIRE_PROC(CreateImage, VK_NULL_HANDLE, device);
  /build/make/tools/releasetools/
add_img_to_target_files 144 CreateImage(OPTIONS.input_tmp, OPTIONS.info_dict, "system", img,
160 CreateImage(OPTIONS.input_tmp, OPTIONS.info_dict, "system_other", img)
173 CreateImage(OPTIONS.input_tmp, OPTIONS.info_dict, "vendor", img,
215 def CreateImage(input_dir, info_dict, what, output_file, block_list=None):
add_img_to_target_files.py 144 CreateImage(OPTIONS.input_tmp, OPTIONS.info_dict, "system", img,
160 CreateImage(OPTIONS.input_tmp, OPTIONS.info_dict, "system_other", img)
173 CreateImage(OPTIONS.input_tmp, OPTIONS.info_dict, "vendor", img,
215 def CreateImage(input_dir, info_dict, what, output_file, block_list=None):
  /external/vulkan-validation-layers/include/vulkan/
vk_layer.h 77 PFN_vkCreateImage CreateImage;
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/include/vulkan/
vk_layer.h 77 PFN_vkCreateImage CreateImage;
  /external/pdfium/xfa/fxfa/app/
xfa_ffwidgethandler.cpp 271 return CreateImage(pParent, pBefore);
425 CXFA_Node* CXFA_FFWidgetHandler::CreateImage(CXFA_Node* pParent,
  /external/webrtc/webrtc/common_video/libyuv/
libyuv_unittest.cc 59 void CreateImage(VideoFrame* frame, int plane_offset[kNumOfPlanes]) {
  /frameworks/native/vulkan/nulldrv/
null_driver_gen.cpp 120 {"vkCreateImage", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkCreateImage>(CreateImage))},
null_driver_gen.h 85 VKAPI_ATTR VkResult CreateImage(VkDevice device, const VkImageCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImage* pImage);
null_driver.cpp     [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/include/
vk_dispatch_table_helper.h 70 table->CreateImage = (PFN_vkCreateImage) gpa(device, "vkCreateImage");
  /external/skia/src/gpu/gl/
GrGLAssembleInterface.cpp 509 GET_EGL_PROC_SUFFIX(CreateImage, KHR);
    [all...]
  /external/vulkan-validation-layers/loader/
table_ops.h 107 table->CreateImage = (PFN_vkCreateImage)gpa(dev, "vkCreateImage");
376 if (!strcmp(name, "CreateImage"))
377 return (void *)table->CreateImage;
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/image/
image.cpp 221 VKAPI_ATTR VkResult VKAPI_CALL CreateImage(VkDevice device, const VkImageCreateInfo *pCreateInfo,
324 "CreateImage extents is 0 for at least one required dimension for image of type %d: "
334 "CreateImage extents exceed allowable limits for format: "
350 "CreateImage resource size exceeds allowable maximum "
358 "CreateImage mipLevels=%d exceeds allowable maximum supported by format of %d", pCreateInfo->mipLevels,
365 "CreateImage arrayLayers=%d exceeds allowable maximum supported by format of %d",
372 "CreateImage samples %s is not supported by format 0x%.8X",
384 result = device_data->device_dispatch_table->CreateImage(device, pCreateInfo, pAllocator, pImage);
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
image.cpp 221 VKAPI_ATTR VkResult VKAPI_CALL CreateImage(VkDevice device, const VkImageCreateInfo *pCreateInfo,
324 "CreateImage extents is 0 for at least one required dimension for image of type %d: "
334 "CreateImage extents exceed allowable limits for format: "
350 "CreateImage resource size exceeds allowable maximum "
358 "CreateImage mipLevels=%d exceeds allowable maximum supported by format of %d", pCreateInfo->mipLevels,
365 "CreateImage arrayLayers=%d exceeds allowable maximum supported by format of %d",
372 "CreateImage samples %s is not supported by format 0x%.8X",
384 result = device_data->device_dispatch_table->CreateImage(device, pCreateInfo, pAllocator, pImage);
    [all...]
  /external/vulkan-validation-layers/layers/
image.cpp 222 VKAPI_ATTR VkResult VKAPI_CALL CreateImage(VkDevice device, const VkImageCreateInfo *pCreateInfo,
325 "CreateImage extents is 0 for at least one required dimension for image of type %d: "
335 "CreateImage extents exceed allowable limits for format: "
351 "CreateImage resource size exceeds allowable maximum "
359 "CreateImage mipLevels=%d exceeds allowable maximum supported by format of %d", pCreateInfo->mipLevels,
366 "CreateImage arrayLayers=%d exceeds allowable maximum supported by format of %d",
373 "CreateImage samples %s is not supported by format 0x%.8X",
385 result = device_data->device_dispatch_table->CreateImage(device, pCreateInfo, pAllocator, pImage);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryPipelineBarrierTests.cpp 944 const vk::Unique<vk::VkImage> image (vk::createImage(vkd, device, &createInfo));
    [all...]

Completed in 430 milliseconds

1 2