Home
last modified time | relevance | path

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

12

/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
DTextureTest.cpp5449 std::vector<GLubyte> pixelData; in TEST_P() local
8465 std::vector<uint8_t> pixelData(100, 0); in TEST_P() local
8483 std::vector<uint8_t> pixelData(128 * 128 * 8 * 4, 0x1f); in TEST_P() local
DStateChangeTest.cpp3360 std::vector<GLColor> pixelData(getWindowWidth() * getWindowHeight()); in TEST_P() local
/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/vk-gl-cts/modules/gles3/functional/
Des3fReadPixelsTests.cpp221 void ReadPixelsTest::clearColor (tcu::Texture2D& reference, vector<deUint8>& pixelData, int pixelSi… in clearColor()
352 vector<deUint8> pixelData; in iterate() local
/third_party/skia/third_party/externals/angle2/util/
DOSWindow.cpp387 bool OSWindow::takeScreenshot(uint8_t *pixelData) in takeScreenshot()
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fReadPixelsTests.cpp207 std::vector<deUint8> pixelData; in iterate() local
/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/skia/m133/tests/
DBitmapTest.cpp190 uint8_t pixelData[4]; in DEF_TEST() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DTextureStorage9.cpp101 const uint8_t *pixelData) in setData()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
DvktShaderRenderBuiltinVarTests.cpp1383 const Vec4 pixelData = sampleLocationBuffer.getPixel(pixelAddress.x(), pixelAddress.y()); in validateSampleLocations() local
1437 const Vec4 pixelData = sampleLocationBuffer.getPixel(colNdx, rowNdx); in validateSampleLocations() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderBuiltinVarTests.cpp1383 const Vec4 pixelData = sampleLocationBuffer.getPixel(pixelAddress.x(), pixelAddress.y()); in validateSampleLocations() local
1437 const Vec4 pixelData = sampleLocationBuffer.getPixel(colNdx, rowNdx); in validateSampleLocations() 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/vk-gl-cts/modules/gles31/functional/
Des31fShaderImageLoadStoreTests.cpp1370 void *const pixelData = (deUint8*)data + y*rowPitch + x*pixelSize; in replaceBadFloatReinterpretValues() local
1551 void *const pixelData = (deUint8*)data + y*rowPitch + x*pixelSize; in iterate() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
DFrameCapture.cpp4460 const uint8_t *pixelData = nullptr; in captureCompressedTextureData() local
4791 std::vector<uint8_t> pixelData = {0, 0, 0, 0}; in maybeOverrideEntryPoint() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DTextureStorage11.cpp737 const uint8_t *pixelData) in setData()
/third_party/skia/modules/canvaskit/
Dcanvaskit_bindings.cpp832 sk_sp<SkData> pixelData = SkData::MakeFromMalloc(pixels, plen); in EMSCRIPTEN_BINDINGS() local

12