Home
last modified time | relevance | path

Searched defs:pixelData (Results 1 – 25 of 63) sorted by relevance

123

/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DClearTest.cpp498 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 DGetImageTest.cpp71 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 DPixmapTest.cpp246 std::vector<unsigned int> pixelData(getWindowWidth() * getWindowHeight(), pixelValue); in TEST_P() local
H A DDepthStencilTest.cpp113 std::vector<GLColor> pixelData(width * height); in ensureColor() local
H A DPbufferTest.cpp880 std::vector<unsigned int> pixelData(getWindowWidth() * getWindowHeight(), pixelValue); in TEST_P() local
H A DSixteenBppTextureTest.cpp648 std::vector<uint32_t> pixelData(pixelCount); in bandingTest() local
H A DFramebufferTest.cpp688 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 Des3fReadPixelsTests.cpp217 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/
DOSWindow.cpp272 bool OSWindow::takeScreenshot(uint8_t *pixelData) in takeScreenshot()
/aosp_15_r20/packages/services/Car/cpp/computepipe/tests/fuzz/
DPixelStreamManagerFuzzer.cpp75 std::vector<uint8_t> pixelData(16 * 16 * 3, 100); in LLVMFuzzerTestOneInput() local
/aosp_15_r20/external/angle/util/
H A DOSWindow.cpp388 bool OSWindow::takeScreenshot(uint8_t *pixelData) in takeScreenshot()
/aosp_15_r20/external/angle/src/tests/gl_tests/gles1/
H A DFramebufferObjectTest.cpp235 std::vector<unsigned char> pixelData(kSize * kSize * 4, 0); in TEST_P() local
/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fReadPixelsTests.cpp205 std::vector<uint8_t> pixelData; in iterate() local
/aosp_15_r20/external/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMA/Application/
H A DContentView.swift34 var pixelData = [UInt8](repeating: 0, count: width * height * bytesPerPixel) in toRGBArray() variable
/aosp_15_r20/hardware/google/gfxstream/host/testlibs/windows/win32/
DWin32Window.cpp600 bool Win32Window::takeScreenshot(uint8_t *pixelData) in takeScreenshot()
/aosp_15_r20/external/angle/util/windows/win32/
H A DWin32Window.cpp609 bool Win32Window::takeScreenshot(uint8_t *pixelData) in takeScreenshot()
/aosp_15_r20/external/armnn/tests/
H A DInferenceTestImage.cpp167 const uint8_t* const pixelData = m_Data.data() + pixelOffset; in GetPixelAs3Channels() local
/aosp_15_r20/external/skia/tests/
H A DBitmapTest.cpp190 uint8_t pixelData[4]; in DEF_TEST() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderBuiltinVarTests.cpp1327 … 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 DTextureStorage9.cpp107 const uint8_t *pixelData) in setData()
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/
H A DTextureD3D.cpp255 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 DDvbParser.java675 byte[] pixelData, in paintPixelDataSubBlock()
/aosp_15_r20/external/swiftshader/src/Vulkan/
H A DVkImage.cpp1066 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 DDvbParser.java675 byte[] pixelData, in paintPixelDataSubBlock()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageHostImageCopyTests.cpp2588 … const VkImageLayout layout, const VkImageAspectFlagBits aspect, const void *pixelData, in copyDSMemoryToImage()
2616 … const VkImageLayout layout, const VkImageAspectFlagBits aspect, void *pixelData, in copyDSImageToMemory()

123