/aosp_15_r20/external/angle/src/tests/gl_tests/ |
H A D | ClearTest.cpp | 498 std::vector<GLColor> pixelData(kSize * kSize, GLColor::blue); in TEST_P() local 834 std::vector<unsigned char> pixelData(kSize * kSize * 4, 255); in TEST_P() local 903 std::vector<unsigned char> pixelData(kSize * kSize * 4, 255); in TEST_P() local 974 std::vector<unsigned char> pixelData(kSize * kSize * 4, 255); in TEST_P() local 1080 std::vector<unsigned char> pixelData(kSize * kSize * 4, 255); in TEST_P() local 1160 std::vector<unsigned char> pixelData(kSize * kSize * 4, 0); in TEST_P() local 1283 std::vector<unsigned char> pixelData(kSize * kSize * 4, 0); in TEST_P() local 1391 unsigned char pixelData[] = {255, 255, 255, 255}; in TEST_P() local 1658 std::vector<GLColor> pixelData(backFBOSize * backFBOSize); in TEST_P() local 3447 std::vector<GLColor> pixelData(kSize * kSize * kAttachmentCount, GLColor::white); in TEST_P() local [all …]
|
H A D | GetImageTest.cpp | 71 GLTexture InitTextureWithFormatAndSize(GLenum format, uint32_t size, void *pixelData) in InitTextureWithFormatAndSize() 81 GLTexture InitTextureWithSize(uint32_t size, void *pixelData) in InitTextureWithSize() 94 std::vector<GLColor> pixelData(kSize * kSize, GLColor::red); in InitSimpleTexture() local
|
H A D | PixmapTest.cpp | 246 std::vector<unsigned int> pixelData(getWindowWidth() * getWindowHeight(), pixelValue); in TEST_P() local
|
H A D | DepthStencilTest.cpp | 113 std::vector<GLColor> pixelData(width * height); in ensureColor() local
|
H A D | PbufferTest.cpp | 880 std::vector<unsigned int> pixelData(getWindowWidth() * getWindowHeight(), pixelValue); in TEST_P() local
|
H A D | SixteenBppTextureTest.cpp | 648 std::vector<uint32_t> pixelData(pixelCount); in bandingTest() local
|
H A D | FramebufferTest.cpp | 688 std::vector<GLColor> pixelData(kFramebufferWidth * kFramebufferHeight); in testDitherDisabledProperlyOnRGB565() local 4859 std::vector<unsigned char> pixelData(kSize * kSize * 4, 255); in TEST_P() local 4985 std::vector<unsigned char> pixelData(kSize * kSize * 4, 255); in clearColorMorePrecisionThanFBOFormatNoDithering() local
|
/aosp_15_r20/external/deqp/modules/gles3/functional/ |
H A D | es3fReadPixelsTests.cpp | 217 void ReadPixelsTest::clearColor(tcu::Texture2D &reference, vector<uint8_t> &pixelData, int pixelSiz… in clearColor() 352 vector<uint8_t> pixelData; in iterate() local
|
/aosp_15_r20/hardware/google/gfxstream/host/testlibs/ |
D | OSWindow.cpp | 272 bool OSWindow::takeScreenshot(uint8_t *pixelData) in takeScreenshot()
|
/aosp_15_r20/packages/services/Car/cpp/computepipe/tests/fuzz/ |
D | PixelStreamManagerFuzzer.cpp | 75 std::vector<uint8_t> pixelData(16 * 16 * 3, 100); in LLVMFuzzerTestOneInput() local
|
/aosp_15_r20/external/angle/util/ |
H A D | OSWindow.cpp | 388 bool OSWindow::takeScreenshot(uint8_t *pixelData) in takeScreenshot()
|
/aosp_15_r20/external/angle/src/tests/gl_tests/gles1/ |
H A D | FramebufferObjectTest.cpp | 235 std::vector<unsigned char> pixelData(kSize * kSize * 4, 0); in TEST_P() local
|
/aosp_15_r20/external/deqp/modules/gles2/functional/ |
H A D | es2fReadPixelsTests.cpp | 205 std::vector<uint8_t> pixelData; in iterate() local
|
/aosp_15_r20/external/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMA/Application/ |
H A D | ContentView.swift | 34 var pixelData = [UInt8](repeating: 0, count: width * height * bytesPerPixel) in toRGBArray() variable
|
/aosp_15_r20/hardware/google/gfxstream/host/testlibs/windows/win32/ |
D | Win32Window.cpp | 600 bool Win32Window::takeScreenshot(uint8_t *pixelData) in takeScreenshot()
|
/aosp_15_r20/external/angle/util/windows/win32/ |
H A D | Win32Window.cpp | 609 bool Win32Window::takeScreenshot(uint8_t *pixelData) in takeScreenshot()
|
/aosp_15_r20/external/armnn/tests/ |
H A D | InferenceTestImage.cpp | 167 const uint8_t* const pixelData = m_Data.data() + pixelOffset; in GetPixelAs3Channels() local
|
/aosp_15_r20/external/skia/tests/ |
H A D | BitmapTest.cpp | 190 uint8_t pixelData[4]; in DEF_TEST() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderBuiltinVarTests.cpp | 1327 … const Vec4 pixelData = sampleLocationBuffer.getPixel(pixelAddress.x(), pixelAddress.y()); in validateSampleLocations() local 1392 const Vec4 pixelData = sampleLocationBuffer.getPixel(colNdx, rowNdx); in validateSampleLocations() local
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d9/ |
H A D | TextureStorage9.cpp | 107 const uint8_t *pixelData) in setData()
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/ |
H A D | TextureD3D.cpp | 255 const uint8_t *pixelData = nullptr; in setImageImpl() local 290 const uint8_t *pixelData = nullptr; in subImage() local 328 const uint8_t *pixelData = nullptr; in setCompressedImageImpl() local 351 const uint8_t *pixelData = nullptr; in subImageCompressed() local
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/text/dvb/ |
H A D | DvbParser.java | 675 byte[] pixelData, in paintPixelDataSubBlock()
|
/aosp_15_r20/external/swiftshader/src/Vulkan/ |
H A D | VkImage.cpp | 1066 void Image::clear(const void *pixelData, VkFormat pixelFormat, const vk::Format &viewFormat, const … in clear()
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/text/dvb/ |
H A D | DvbParser.java | 675 byte[] pixelData, in paintPixelDataSubBlock()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageHostImageCopyTests.cpp | 2588 … const VkImageLayout layout, const VkImageAspectFlagBits aspect, const void *pixelData, in copyDSMemoryToImage() 2616 … const VkImageLayout layout, const VkImageAspectFlagBits aspect, void *pixelData, in copyDSImageToMemory()
|