Home
last modified time | relevance | path

Searched defs:getPixels (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/tools/mdbviz/
DModel.h44 void* getPixels() const { return fBM.getPixels(); } in getPixels() function
/third_party/skia/include/codec/
DSkAndroidCodec.h243 SkCodec::Result getPixels(const SkImageInfo& info, void* pixels, size_t rowBytes) { in getPixels() function
DSkCodec.h377 Result getPixels(const SkImageInfo& info, void* pixels, size_t rowBytes) { in getPixels() function
/third_party/skia/src/gpu/
DGrDeferredProxyUploader.h79 SkAutoPixmapStorage* getPixels() { return &fPixels; } in getPixels() function
/third_party/skia/src/core/
DSkImageGenerator.cpp18 bool SkImageGenerator::getPixels(const SkImageInfo& info, void* pixels, size_t rowBytes) { in getPixels() function in SkImageGenerator
/third_party/skia/src/codec/
DSkCodecImageGenerator.cpp49 bool SkCodecImageGenerator::getPixels(const SkImageInfo& info, void* pixels, size_t rowBytes, const… in getPixels() function in SkCodecImageGenerator
DSkCodec.cpp392 SkCodec::Result SkCodec::getPixels(const SkImageInfo& info, void* pixels, size_t rowBytes, in getPixels() function in SkCodec
/third_party/skia/include/core/
DSkImageGenerator.h86 bool getPixels(const SkPixmap& pm) { in getPixels() function
DSkBitmap.h264 void* getPixels() const { return fPixmap.writable_addr(); } in getPixels() function
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cCopyImageTests.cpp3053 void FunctionalTest::getPixels(GLuint name, const targetDesc& desc, GLuint level, GLubyte* out_pixe… in getPixels() function in gl4cts::CopyImage::FunctionalTest
3839 void SmokeTest::getPixels(GLuint name, const SmokeTest::testCase& test_case, GLubyte* out_pixels) c… in getPixels() function in gl4cts::CopyImage::SmokeTest
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fTextureGatherTests.cpp150 static tcu::TextureLevel getPixels (const glu::RenderContext& renderCtx, const IVec2& size, const t… in getPixels() function
Des31fTessellationTests.cpp192 tcu::Surface getPixels (const glu::RenderContext& rCtx, int x, int y, int width, int height) in getPixels() function
199 tcu::Surface getPixels (const glu::RenderContext& rCtx, const RandomViewport& vp) in getPixels() function
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DContext.cpp1597 GLenum Context::getPixels(const GLvoid **pixels, GLenum type, size_t imageSize) const in getPixels() function in es2::Context