Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/google/gfxstream/host/gl/
DColorBufferGl.cpp442 uint8_t* tmpPixels = new uint8_t[width * height * 4]; in readPixels() local
488 std::vector<uint8_t> tmpPixels; in readPixelsScaled() local
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrOpFlushState.cpp126 std::unique_ptr<char[]> tmpPixels; in doUpload() local
H A DSurfaceContext.cpp269 std::unique_ptr<char[]> tmpPixels; in readPixels() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DFramebufferGL.cpp329 GLubyte *tmpPixels; member in rx::__anonab3449f20111::ScopedEXTTextureNorm16ReadbackWorkaround
348 GLubyte *tmpPixels) in RearrangeEXTTextureNorm16Pixels()
/aosp_15_r20/external/skia/tests/
H A DTransferPixelsTest.cpp105 std::unique_ptr<char[]> tmpPixels(new char[tmpRowBytes * h]); in read_pixels_from_texture() local