Home
last modified time | relevance | path

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

12

/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DClearTest.cpp627 std::vector<unsigned char> pixelData(kSize * kSize * 4, 255); in TEST_P() local
693 std::vector<unsigned char> pixelData(kSize * kSize * 4, 255); in TEST_P() local
764 std::vector<unsigned char> pixelData(kSize * kSize * 4, 255); in TEST_P() local
888 std::vector<unsigned char> pixelData(kSize * kSize * 4, 0); in TEST_P() local
984 unsigned char pixelData[] = {255, 255, 255, 255}; in TEST_P() local
1203 std::vector<GLColor> pixelData(backFBOSize * backFBOSize); in TEST_P() local
DPbufferTest.cpp287 std::vector<unsigned int> pixelData(getWindowWidth() * getWindowHeight(), pixelValue); in TEST_P() local
DDepthStencilTest.cpp113 std::vector<GLColor> pixelData(width * height); in ensureColor() local
DCopyTextureTest.cpp1578 std::vector<GLColor> pixelData(10 * 10, GLColor::red); in TEST_P() local
DTextureTest.cpp2564 std::vector<GLubyte> pixelData; in TEST_P() local
4460 std::vector<uint8_t> pixelData(100, 0); in TEST_P() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DGetImageTest.cpp50 GLTexture InitTextureWithFormatAndSize(GLenum format, uint32_t size, void *pixelData) in InitTextureWithFormatAndSize()
60 GLTexture InitTextureWithSize(uint32_t size, void *pixelData) in InitTextureWithSize()
73 std::vector<GLColor> pixelData(kSize * kSize, GLColor::red); in InitSimpleTexture() local
DPixmapTest.cpp246 std::vector<unsigned int> pixelData(getWindowWidth() * getWindowHeight(), pixelValue); in TEST_P() local
DClearTest.cpp758 std::vector<unsigned char> pixelData(kSize * kSize * 4, 255); in TEST_P() local
827 std::vector<unsigned char> pixelData(kSize * kSize * 4, 255); in TEST_P() local
898 std::vector<unsigned char> pixelData(kSize * kSize * 4, 255); in TEST_P() local
1004 std::vector<unsigned char> pixelData(kSize * kSize * 4, 255); in TEST_P() local
1087 std::vector<unsigned char> pixelData(kSize * kSize * 4, 0); in TEST_P() local
1213 std::vector<unsigned char> pixelData(kSize * kSize * 4, 0); in TEST_P() local
1325 unsigned char pixelData[] = {255, 255, 255, 255}; in TEST_P() local
1545 std::vector<GLColor> pixelData(backFBOSize * backFBOSize); in TEST_P() local
DPbufferTest.cpp471 std::vector<unsigned int> pixelData(getWindowWidth() * getWindowHeight(), pixelValue); in TEST_P() local
DDepthStencilTest.cpp121 std::vector<GLColor> pixelData(width * height); in ensureColor() local
DCopyTextureTest.cpp1768 std::vector<GLColor> pixelData(10 * 10, GLColor::red); in TEST_P() local
/third_party/flutter/skia/third_party/externals/angle2/util/
DOSWindow.cpp374 bool OSWindow::takeScreenshot(uint8_t *pixelData) in takeScreenshot()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/
DFramebufferObjectTest.cpp148 std::vector<unsigned char> pixelData(kSize * kSize * 4, 0); in TEST_P() local
/third_party/skia/third_party/externals/angle2/util/
DOSWindow.cpp387 bool OSWindow::takeScreenshot(uint8_t *pixelData) in takeScreenshot()
/third_party/flutter/skia/src/utils/mac/
DSkCreateCGImageRef.cpp53 static void SkBitmap_ReleaseInfo(void* info, const void* pixelData, size_t size) { in SkBitmap_ReleaseInfo()
/third_party/flutter/skia/third_party/externals/angle2/util/windows/win32/
DWin32Window.cpp601 bool Win32Window::takeScreenshot(uint8_t *pixelData) in takeScreenshot()
/third_party/skia/third_party/externals/angle2/util/windows/win32/
DWin32Window.cpp609 bool Win32Window::takeScreenshot(uint8_t *pixelData) in takeScreenshot()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DQueueTests.cpp377 DataSpec pixelData = MinimumDataSpec({1, 1, 1}); in TEST_P() local
399 DataSpec pixelData = MinimumDataSpec({1, 1, 1}); in TEST_P() local
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DTextureStorage9.cpp100 const uint8_t *pixelData) in setData()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DTextureStorage9.cpp101 const uint8_t *pixelData) in setData()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DTextureD3D.cpp244 const uint8_t *pixelData = nullptr; in setImageImpl() local
279 const uint8_t *pixelData = nullptr; in subImage() local
317 const uint8_t *pixelData = nullptr; in setCompressedImageImpl() local
340 const uint8_t *pixelData = nullptr; in subImageCompressed() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DTextureD3D.cpp248 const uint8_t *pixelData = nullptr; in setImageImpl() local
283 const uint8_t *pixelData = nullptr; in subImage() local
321 const uint8_t *pixelData = nullptr; in setCompressedImageImpl() local
344 const uint8_t *pixelData = nullptr; in subImageCompressed() local
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkImage.cpp1048 void Image::clear(const void *pixelData, VkFormat pixelFormat, const vk::Format &viewFormat, const … in clear()
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
DTracePerfTest.cpp1845 std::vector<uint8_t> pixelData(pixelCount * 4); in saveScreenshot() local
/third_party/flutter/skia/modules/canvaskit/
Dcanvaskit_bindings.cpp632 sk_sp<SkData> pixelData = SkData::MakeFromMalloc(pixels, plen); in EMSCRIPTEN_BINDINGS() local

12