Home
last modified time | relevance | path

Searched defs:tmpPixels (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrSurfaceContext.cpp187 std::unique_ptr<char[]> tmpPixels; in readPixels() local
381 std::unique_ptr<char[]> tmpPixels; in writePixels() local
DGrOpFlushState.cpp103 std::unique_ptr<char[]> tmpPixels; in doUpload() local
/third_party/skia/src/gpu/
DGrOpFlushState.cpp118 std::unique_ptr<char[]> tmpPixels; in doUpload() local
DSurfaceContext.cpp226 std::unique_ptr<char[]> tmpPixels; in readPixels() local
/third_party/skia/tests/
DTransferPixelsTest.cpp84 std::unique_ptr<char[]> tmpPixels(new char[tmpRowBytes * h]); in read_pixels_from_texture() local
/third_party/flutter/skia/tests/
DTransferPixelsTest.cpp83 std::unique_ptr<char[]> tmpPixels(new char[tmpRowBytes * h]); in read_pixels_from_texture() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DFramebufferGL.cpp322 GLubyte *tmpPixels; member in rx::__anon4d7f26550111::ScopedEXTTextureNorm16ReadbackWorkaround
341 GLubyte *tmpPixels) in RearrangeEXTTextureNorm16Pixels()
/third_party/flutter/skia/src/gpu/gl/
DGrGLGpu.cpp3886 char* tmpPixels = (char*)pixelStorage.reset(totalSize); in createBackendTexture() local