Home
last modified time | relevance | path

Searched defs:Image (Results 1 – 25 of 134) sorted by relevance

123456

/third_party/skia/third_party/externals/piex/src/
Dpiex_types.h36 struct Image { struct
48 bool operator>(const Image& rhs) const { argument
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
DImage.hpp96 class [[clang::lto_visibility_public]] Image : public sw::Surface, public gl::Object class
100 Image(Texture *parentTexture, GLsizei width, GLsizei height, GLint internalformat) in Image() function in egl::Image
110Image(Texture *parentTexture, GLsizei width, GLsizei height, GLsizei depth, int border, GLint inte… in Image() function in egl::Image
120 Image(GLsizei width, GLsizei height, GLint internalformat, int pitchP) in Image() function in egl::Image
129 Image(GLsizei width, GLsizei height, GLint internalformat, int multiSampleDepth, bool lockable) in Image() function in egl::Image
/third_party/jsframework/runtime/main/page/entry/
Dinit.ts50 Image(): void; method
100 Image: imageObj, constant
/third_party/typescript/tests/baselines/reference/
DinterfaceExtendsClass1.js14 class Image extends Control { class
60 function Image() { class in Image
/third_party/skia/include/effects/
DSkImageFilters.h213 static sk_sp<SkImageFilter> Image(sk_sp<SkImage> image, const SkSamplingOptions& sampling) { in Image() function
226 static sk_sp<SkImageFilter> Image(sk_sp<SkImage> image) { in Image() function
/third_party/vk-gl-cts/modules/egl/
DteglAndroidUtil.hpp32 namespace Image namespace
DteglImageFormatTests.hpp33 namespace Image namespace
DteglImageUtil.hpp47 namespace Image namespace
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
DImage.java17 public class Image { class
79 Image(long nativeInstance) { in Image() method in Image
/third_party/vk-gl-cts/modules/glshared/
DglsFboUtil.hpp202 struct Image : public Config struct
204 ImageFormat internalFormat;
205 glw::GLsizei width;
206 glw::GLsizei height;
209 Image (void) in Image() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DTextureImpl.h26 class Image; variable
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
DImage.hpp20 class Image class
DImage.cpp18 Image::Image(vk::Device device, vk::PhysicalDevice physicalDevice, uint32_t width, uint32_t height,… in Image() function in Image
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Degl_stubs_autogen.h28 class Image; variable
Degl_ext_stubs_autogen.h28 class Image; variable
/third_party/typescript/tests/cases/compiler/
DinterfaceExtendsClass1.ts14 class Image extends Control { class
/third_party/skia/modules/sksg/src/
DSkSGImage.cpp16 Image::Image(sk_sp<SkImage> image) : fImage(std::move(image)) {} in Image() function in sksg::Image
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Ddescriptorsets.adoc94 [[descriptorsets-sampler]]
143 [[descriptorsets-combinedimagesampler]]
/third_party/jsframework/runtime/main/page/
DImage.ts23 export class Image { class
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
DvktDrawImageObjectUtil.hpp62 class Image class
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawImageObjectUtil.hpp62 class Image class
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
Dmain.h31 class Image; variable
DDisplay.h43 class Image; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCLImage.cpp139 Image::Image(Context &context, in Image() function in cl::Image
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationUtil.hpp95 class Image class
98 Image (const vk::DeviceInterface& vk, in Image() function in vkt::synchronization::Image
108 Image (vk::Move<vk::VkImage>& image, in Image() function in vkt::synchronization::Image

123456