Home
last modified time | relevance | path

Searched defs:image (Results 1001 - 1025 of 1463) sorted by relevance

1...<<41424344454647484950>>...59

/third_party/skia/src/gpu/vk/
H A DGrVkOpsRenderPass.cpp894 GrVkImage* image = texture->textureImage(); in onDrawBlurImage() local
/third_party/skia/src/c/
H A Dsk_surface.cpp344 const SkImage* image = AsImage(cimage); in sk_canvas_draw_image_rect() local
/third_party/skia/src/core/
H A DSkRemoteGlyphCache.cpp1020 const volatile void* image = in readStrikeData() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
H A DlibEGL.cpp1239 Image *image = new AndroidNativeImage(nativeBuffer); in CreateImage() local
1260 Image *image = context->createSharedImage(target, name, textureLevel); in CreateImage() local
1285 EGLBoolean EGLAPIENTRY DestroyImageKHR(EGLDisplay dpy, EGLImageKHR image) in DestroyImageKHR() argument
[all...]
H A Dmain.cpp575 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImageKHR(EGLDisplay dpy, EGLImageKHR image) in eglDestroyImageKHR() argument
580 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImage(EGLDisplay dpy, EGLImageKHR image) in eglDestroyImage() argument
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DTexture.cpp334 egl::Image *image = getRenderTarget(target, level); // Increments reference count in createSharedImage() local
344 void Texture::setImage(GLenum format, GLenum type, const gl::PixelStorageModes &unpackParameters, const void *pixels, egl::Image *image) in setImage() argument
353 setCompressedImage(GLsizei imageSize, const void *pixels, egl::Image *image) setCompressedImage() argument
362 subImage(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const gl::PixelStorageModes &unpackParameters, const void *pixels, egl::Image *image) subImage() argument
375 subImageCompressed(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *pixels, egl::Image *image) subImageCompressed() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dtypes.h348 SampledImage(Type* image) : Type(kSampledImage), image_type_(image) {} in SampledImage() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dtypes.h348 SampledImage(Type* image) : Type(kSampledImage), image_type_(image) {} in SampledImage() argument
/third_party/skia/third_party/externals/libpng/
H A Dpngwrite.c601 png_write_image(png_structrp png_ptr, png_bytepp image) in png_write_image() argument
1468 png_image_write_init(png_imagep image) png_image_write_init() argument
1508 png_imagep image; global() member
1532 png_imagep image = display->image; png_write_image_16bit() local
1691 png_imagep image = display->image; png_write_image_8bit() local
1786 png_imagep image = display->image; png_image_set_PLTE() local
1934 png_imagep image = display->image; png_image_write_main() local
2212 png_image_write_to_memory(png_imagep image, void *memory, png_alloc_size_t * PNG_RESTRICT memory_bytes, int convert_to_8bit, const void *buffer, png_int_32 row_stride, const void *colormap) png_image_write_to_memory() argument
2279 png_image_write_to_stdio(png_imagep image, FILE *file, int convert_to_8bit, const void *buffer, png_int_32 row_stride, const void *colormap) png_image_write_to_stdio() argument
2328 png_image_write_to_file(png_imagep image, const char *file_name, int convert_to_8bit, const void *buffer, png_int_32 row_stride, const void *colormap) png_image_write_to_file() argument
[all...]
/third_party/skia/third_party/externals/libwebp/examples/
H A Danim_util.c51 static int AllocateFrames(AnimatedImage* const image, uint32_t num_frames) { in AllocateFrames() argument
83 void ClearAnimatedImage(AnimatedImage* const image) { in ClearAnimatedImage() argument
213 ReadAnimatedWebP(const char filename[], const WebPData* const webp_data, AnimatedImage* const image, int dump_frames, const char dump_folder[]) ReadAnimatedWebP() argument
424 const SavedImage* const image = &gif->SavedImages[i]; GetLoopCountGIF() local
508 ReadAnimatedGIF(const char filename[], AnimatedImage* const image, int dump_frames, const char dump_folder[]) ReadAnimatedGIF() argument
686 ReadAnimatedGIF(const char filename[], AnimatedImage* const image, int dump_frames, const char dump_folder[]) ReadAnimatedGIF() argument
701 ReadAnimatedImage(const char filename[], AnimatedImage* const image, int dump_frames, const char dump_folder[]) ReadAnimatedImage() argument
[all...]
H A Dwebpmux.c282 WebPMuxFrameInfo image; in DisplayInfo() local
/third_party/skia/third_party/externals/libwebp/src/demux/
H A Ddemux.c621 const ChunkData* const image = f->img_components_; in IsValidExtendedFormat() local
817 const ChunkData* const image = frame->img_components_; GetFramePayload() local
[all...]
/third_party/skia/tests/
H A DDeferredDisplayListTest.cpp882 sk_sp<SkImage> image = SkImage::MakeFromTexture( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
1192 sk_sp<SkImage> image = SkImage::MakePromiseTexture( in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() local
H A DVkHardwareBufferTest.cpp269 sk_sp<SkImage> image = SkImage::MakeFromTexture(fDirectContext, in importHardwareBufferForRead() local
H A DReadWritePixelsGpuTest.cpp1253 auto image = SkImage::MakeFromRaster(pmap, nullptr, nullptr); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() local
[all...]
H A DSurfaceTest.cpp574 is_budgeted(SkImage* image, GrRecordingContext* rc) is_budgeted() argument
1117 sk_sp<SkImage> image = surface->makeImageSnapshot(); test_overdraw_surface() local
[all...]
/third_party/skia/src/ports/
H A DSkScalerContext_win_dw.cpp1142 sk_sp<SkImage> image = SkImage::MakeFromEncoded(std::move(data)); in generatePngGlyphImage() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DDeviceVk.cpp715 ImportExternalImage(const ExternalImageDescriptorVk* descriptor, ExternalMemoryHandle memoryHandle, VkImage image, const std::vector<ExternalSemaphoreHandle>& waitHandles, VkSemaphore* outSignalSemaphore, VkDeviceMemory* outAllocation, std::vector<VkSemaphore>* outWaitSemaphores) ImportExternalImage() argument
/third_party/skia/tools/fonts/
H A DTestSVGTypeface.cpp779 sk_sp<SkImage> image = surface->makeImageSnapshot(); in exportTtxCbdt() local
1001 sk_sp<SkImage> image = surface->makeImageSnapshot(); in exportTtxSbix() local
/third_party/skia/third_party/externals/dawn/src/tests/white_box/
H A DVulkanImageWrappingTestsOpaqueFD.cpp47 CreateImage(dawn_native::vulkan::Device* deviceVk, uint32_t width, uint32_t height, VkFormat format, VkImage* image) CreateImage() argument
[all...]
/third_party/skia/fuzz/
H A DFuzzCanvas.cpp641 sk_sp<SkImage> image = make_fuzz_image(fuzz); in make_fuzz_imageFilter() local
/third_party/spirv-tools/source/opt/
H A Dtypes.h351 SampledImage(Type* image) : Type(kSampledImage), image_type_(image) {} in SampledImage() argument
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fDrawTests.cpp773 bool InstancedGridRenderTest::verifyImage (const tcu::Surface& image) in verifyImage() argument
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fDrawTests.cpp108 static bool verifyImageYellowGreen (const tcu::Surface& image, tcu::TestLog& log) in verifyImageYellowGreen() argument
[all...]
H A Des31fVertexAttributeBindingTests.cpp78 static bool verifyImageYellowGreen (const tcu::Surface& image, tcu::TestLog& log, bool logImageOnSuccess) in verifyImageYellowGreen() argument
[all...]

Completed in 46 milliseconds

1...<<41424344454647484950>>...59