/third_party/vk-gl-cts/framework/common/ |
H A D | tcuTestLog.cpp | 127 log.writeImage(m_name.c_str(), m_description.c_str(), m_access, m_scale, m_bias, m_compression); in write() 134 log.writeImage("Depth", "Depth channel", depthAccess, m_scale.swizzle(0, 0, 0, 0), m_bias.swizzle(0, 0, 0, 0), m_compression); in write() 135 log.writeImage("Stencil", "Stencil channel", stencilAccess, m_scale.swizzle(1, 1, 1, 1), m_bias.swizzle(1, 1, 1, 1), m_compression); in write() 248 void TestLog::writeImage (const char* name, const char* description, const ConstPixelBufferAccess& access, const Vec4& pixelScale, const Vec4& pixelBias, qpImageCompressionMode compressionMode) in writeImage() function in tcu::TestLog 274 writeImage(name, description, compressionMode, in writeImage() 300 writeImage(name, longDesc.str().c_str(), compressionMode, QP_IMAGE_FORMAT_RGBA8888, in writeImage() 368 writeImage(name, longDesc.str().c_str(), compressionMode, QP_IMAGE_FORMAT_RGBA8888, in writeImage() 374 void TestLog::writeImage (const char* name, const char* description, qpImageCompressionMode compressionMode, qpImageFormat format, int width, int height, int stride, const void* data) in writeImage() function in tcu::TestLog
|
H A D | tcuTestLog.hpp | 142 void writeImage (const char* name, const char* description, const ConstPixelBufferAccess& surface, const Vec4& scale, const Vec4& bias, qpImageCompressionMode compressionMode = QP_IMAGE_COMPRESSION_MODE_BEST); 143 void writeImage (const char* name, const char* description, qpImageCompressionMode compressionMode, qpImageFormat format, int width, int height, int stride, const void* data);
|
/third_party/skia/tools/ |
H A D | get_images_from_skps.cpp | 87 auto writeImage = [&] (const char* name, int num) { in sniff() local 111 writeImage("unknown", gSkpToUnknownCount[skpName]); in sniff() 119 writeImage("", gKnown); in sniff()
|
/third_party/skia/src/core/ |
H A D | SkWriteBuffer.h | 65 virtual void writeImage(const SkImage*) = 0; 127 void writeImage(const SkImage*) override;
|
H A D | SkWriteBuffer.cpp | 152 void SkBinaryWriteBuffer::writeImage(const SkImage* image) { in writeImage() function in SkBinaryWriteBuffer
|
H A D | SkPictureData.cpp | 181 buffer.writeImage(img.get()); in flattenToBuffer()
|
/third_party/skia/tools/debugger/ |
H A D | JsonWriteBuffer.h | 47 void writeImage(const SkImage*) override;
|
H A D | JsonWriteBuffer.cpp | 188 void JsonWriteBuffer::writeImage(const SkImage* image) { in writeImage() function in JsonWriteBuffer
|
/third_party/cups-filters/filter/ |
H A D | rastertops.c | 99 * 'writeImage()' - Write the information regarding the image 103 writeImage(int pagewidth, /* I - width of page in points */ in writeImage() function 481 writeImage(header.PageSize[0], header.PageSize[1], in main()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | debug.c | 420 dump_renderbuffer(const struct gl_renderbuffer *rb, GLboolean writeImage) in dump_renderbuffer() argument 425 if (writeImage) { in dump_renderbuffer()
|
/third_party/skia/src/effects/imagefilters/ |
H A D | SkImageImageFilter.cpp | 98 buffer.writeImage(fImage.get()); in flatten()
|
/third_party/skia/gm/ |
H A D | image.cpp | 429 writer.writeImage(img); in serial_deserial()
|
/third_party/skia/src/shaders/ |
H A D | SkImageShader.cpp | 134 buffer.writeImage(fImage.get()); in flatten()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cExplicitUniformLocationTest.cpp | 1612 Logger().Get()->writeImage("rendered image", "", QP_IMAGE_COMPRESSION_MODE_BEST, QP_IMAGE_FORMAT_RGBA8888,
|