| /third_party/vk-gl-cts/modules/gles31/functional/ |
| H A D | es31fDrawElementsBaseVertexTests.cpp | 323 void VertexIDCase::verifyImage (const tcu::Surface& image) in verifyImage() argument [all...] |
| /third_party/vk-gl-cts/modules/gles31/stress/ |
| H A D | es31sVertexAttributeBindingTests.cpp | 72 static bool verifyImageYellowGreen (const tcu::Surface& image, tcu::TestLog& log, bool logImageOnSuccess) in verifyImageYellowGreen() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/modifiers/ |
| H A D | vktModifiersTests.cpp | 550 const auto image = createImageWithDrmFormatModifiers(vkd, device, VK_IMAGE_TYPE_2D, in createImageListModifiersCase() local 645 const auto image = createImageWithDrmFormatExplicitModifier(vkd, device, VK_IMAGE_TYPE_2D, in createImageModifierExplicitCase() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
| H A D | vktPipelineMaxVaryingsTests.cpp | 823 recordImageBarrier(const DeviceInterface& vk, const VkCommandBuffer cmdBuffer, const VkImage image, const VkImageAspectFlags aspect, const VkPipelineStageFlags srcStageMask, const VkPipelineStageFlags dstStageMask, const VkAccessFlags srcAccessMask, const VkAccessFlags dstAccessMask, const VkImageLayout oldLayout, const VkImageLayout newLayout, const VkSampleLocationsInfoEXT* pSampleLocationsInfo = DE_NULL) recordImageBarrier() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
| H A D | vktRayTracingCallableShadersTests.cpp | 708 const de::MovePtr<ImageWithMemory> image = de::MovePtr<ImageWithMemory>(new ImageWithMemory(vkd, device, allocator, imageCreateInfo, MemoryRequirement::Any)); in runTest() local
|
| H A D | vktRayTracingNullASTests.cpp | 448 const de::MovePtr<ImageWithMemory> image = de::MovePtr<ImageWithMemory>(new ImageWithMemory(vkd, device, allocator, imageCreateInfo, MemoryRequirement::Any)); in runTest() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
| H A D | vktRenderPassSparseRenderTargetTests.cpp | 129 createImageView(const DeviceInterface& vk, VkDevice device, VkImageViewCreateFlags flags, VkImage image, VkImageViewType viewType, VkFormat format, VkComponentMapping components, VkImageSubresourceRange subresourceRange) createImageView() argument 153 createImageView(const DeviceInterface& vkd, VkDevice device, VkImage image, VkFormat format, VkImageAspectFlags aspect) createImageView() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/ |
| H A D | vktSparseResourcesShaderIntrinsicsSampled.cpp | 407 sparseImageOpString(const std::string& resultVariable, const std::string& resultType, const std::string& image, const std::string& coord, const std::string& miplevel) const sparseImageOpString() argument 421 sparseImageOpString(const std::string& resultVariable, const std::string& resultType, const std::string& image, const std::string& coord, const std::string& miplevel) const sparseImageOpString() argument 436 sparseImageOpString(const std::string& resultVariable, const std::string& resultType, const std::string& image, const std::string& coord, const std::string& miplevel) const sparseImageOpString() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
| H A D | vktSynchronizationUtil.hpp | 108 Image (vk::Move<vk::VkImage>& image, in Image() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/ |
| H A D | vktTessellationShaderInputOutputTests.cpp | 193 void initializeWhiteReferenceImage (tcu::TextureLevel& image, const int width, const int height) in initializeWhiteReferenceImage() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/ |
| H A D | vktYCbCrFilteringTests.cpp | 239 Move<VkImageView> LinearFilteringTestInstance::createImageView(const VkSamplerYcbcrConversionInfo& samplerConversionInfo, VkImage image) in createImageView() argument
|
| H A D | vktYCbCrImageQueryTests.cpp | 175 createImageView(const DeviceInterface& vkd, VkDevice device, VkImage image, VkFormat format, VkSamplerYcbcrConversion conversion) createImageView() argument
|
| /third_party/vk-gl-cts/framework/common/ |
| H A D | tcuTestLog.hpp | 446 inline TestLog& TestLog::operator<< (const Image& image) { image.write(*this); return *this; } in operator <<() argument
|
| /third_party/vk-gl-cts/modules/egl/ |
| H A D | teglImageTests.cpp | 263 const imageType image = (egl.*createImageFunc)(dpy, context, source, 0, DE_NULL); in checkCreate() local 432 const EGLImageKHR image = m_source->createImage(egl, dpy, eglContext, clientBuffer->get()); in iterate() local 511 EGLImageKHR image = CHECK_EXT_CALL_ERR(egl.createImageKHR(context.getEglDisplay(), context.getEglContext(), EGL_GL_TEXTURE_2D_KHR, (EGLClientBuffer)(deUintptr)srcTex, attribs), EGL_SUCCESS); in iterate() local [all...] |
| H A D | teglImageUtil.cpp | 171 const EGLImageKHR image = egl.createImageKHR(dpy, ctx, getSource(), in createImage() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/custom_paint/ |
| H A D | custom_paint_component.cpp | 303 void CanvasTaskPool::DrawImage(const CanvasImage& image, double width, double height) in DrawImage() argument 311 void CanvasTaskPool::DrawPixelMap(RefPtr<PixelMap> pixelMap, const CanvasImage& image) in DrawPixelMap() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/ |
| H A D | image_model_ng.cpp | 588 ImageProperties image; in SetPixelMapArray() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/image/ |
| H A D | render_image.cpp | 48 const RefPtr<ImageComponent> image = AceType::DynamicCast<ImageComponent>(component); in Update() local 948 auto image = initRenderNode->GetSkImage(); PanOnActionStart() local 950 auto image = initRenderNode->GetDrawingImage(); PanOnActionStart() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
| H A D | offscreen_canvas_pattern.cpp | 146 void OffscreenCanvasPattern::DrawImage(const Ace::CanvasImage& image, double width, double height) in DrawImage() argument 157 void OffscreenCanvasPattern::DrawPixelMap(RefPtr<PixelMap> pixelMap, const Ace::CanvasImage& image) in DrawPixelMap() argument 151 DrawSvgImage( RefPtr<SvgDomBase> svgDom, const Ace::CanvasImage& image, const ImageFit& imageFit) DrawSvgImage() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components/option/ |
| H A D | render_option.cpp | 57 auto image = GetRenderImage(child); in GetRenderImage() local 731 void RenderOption::LayoutTextImage(const RefPtr<RenderText>& text, const RefPtr<RenderImage>& image) in LayoutTextImage() argument 805 auto image = GetRenderImage(AceType::Claim(this)); in PerformLayout() local [all...] |
| /foundation/arkui/ace_engine/adapter/ohos/capability/html/ |
| H A D | html_to_span.cpp | 698 auto image = ctx->MoveCanvasImage(); in HandleImagePixelMap() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/box/ |
| H A D | box_base_component.h | 274 void SetMask(const std::string& image, const BackgroundImageSize& size, const BackgroundImagePosition& position) in SetMask() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/ |
| H A D | canvas_renderer.cpp | 379 void NativeCanvasRenderer::DrawImage(const CanvasImage& image) in DrawImage() argument 387 void NativeCanvasRenderer::DrawImage(const RefPtr<OHOS::Ace::PixelMap>& pixelMap, const CanvasImage& image) in DrawImage() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
| H A D | arkts_native_slider_bridge.cpp | 427 auto image = jsObj->GetProperty("image");
in SetBlockStyle() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| H A D | js_image.cpp | 791 ImageProperties image; CreateImageAnimation() local [all...] |