/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | ProvokingVertexTest.cpp | 216 std::vector<GLint> pixelBuffer(getWindowWidth() * getWindowHeight(), 0); in TEST_P() local 265 std::vector<GLint> pixelBuffer(getWindowWidth() * getWindowHeight(), 0); in TEST_P() local
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | ProvokingVertexTest.cpp | 221 std::vector<GLint> pixelBuffer(getWindowWidth() * getWindowHeight() * 4, 0); in TEST_P() local 270 std::vector<GLint> pixelBuffer(getWindowWidth() * getWindowHeight() * 4, 0); in TEST_P() local
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
D | EGLDirectCompositionTest.cpp | 283 uint8_t *pixelBuffer = static_cast<uint8_t *>(malloc(WINDOWWIDTH * WINDOWHEIGHT * 4)); in TEST_P() local
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/egl_tests/ |
D | EGLDirectCompositionTest.cpp | 273 uint8_t *pixelBuffer = static_cast<uint8_t *>(malloc(WINDOWWIDTH * WINDOWHEIGHT * 4)); in TEST_P() local
|
/third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/ |
D | CopyTests.cpp | 402 BufferSpec pixelBuffer = MinimumBufferSpec(1, 1); in TEST_P() local 415 BufferSpec pixelBuffer = MinimumBufferSpec(1, 1); in TEST_P() local 566 BufferSpec pixelBuffer = MinimumBufferSpec(1, 1); in TEST_P() local 579 BufferSpec pixelBuffer = MinimumBufferSpec(1, 1); in TEST_P() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/ |
D | vktYCbCrStorageImageWriteTests.cpp | 335 …tcu::ConstPixelBufferAccess pixelBuffer = vk::getChannelAccess(compatibleFormatDescription, co… in testStorageImageWrite() local 353 …tcu::ConstPixelBufferAccess pixelBuffer = vk::getChannelAccess(compatibleFormatDescription, … in testStorageImageWrite() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrStorageImageWriteTests.cpp | 335 …tcu::ConstPixelBufferAccess pixelBuffer = vk::getChannelAccess(compatibleFormatDescription, co… in testStorageImageWrite() local 353 …tcu::ConstPixelBufferAccess pixelBuffer = vk::getChannelAccess(compatibleFormatDescription, … in testStorageImageWrite() local
|
/third_party/flutter/engine/flutter/shell/gpu/ |
D | gpu_surface_gl.cc | 300 auto pixelBuffer = std::make_unique<char[]>(width * height * pixelSize); in PresentSurface() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/ |
D | vktSparseResourcesImageSparseResidency.cpp | 767 …tcu::ConstPixelBufferAccess pixelBuffer = vk::getChannelAccess(compatibleFormatDescription, co… in iterate() local 795 …tcu::ConstPixelBufferAccess pixelBuffer = vk::getChannelAccess(compatibleFormatDescription, c… in iterate() local
|
D | vktSparseResourcesImageMemoryAliasing.cpp | 747 …const tcu::ConstPixelBufferAccess pixelBuffer = vk::getChannelAccess(formatDescription, gridSize… in iterate() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesImageSparseResidency.cpp | 767 …tcu::ConstPixelBufferAccess pixelBuffer = vk::getChannelAccess(compatibleFormatDescription, co… in iterate() local 795 …tcu::ConstPixelBufferAccess pixelBuffer = vk::getChannelAccess(compatibleFormatDescription, c… in iterate() local
|
D | vktSparseResourcesImageMemoryAliasing.cpp | 747 …const tcu::ConstPixelBufferAccess pixelBuffer = vk::getChannelAccess(formatDescription, gridSize… in iterate() local
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fPixelBufferObjectTests.cpp | 541 GLuint pixelBuffer = (GLuint)-1; in iterate() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/ |
D | vktMultiViewRenderTests.cpp | 1410 void MultiViewRenderTestInstance::setPoint (const tcu::PixelBufferAccess& pixelBuffer, const tcu::V… in setPoint() argument 1423 void MultiViewRenderTestInstance::fillTriangle (const tcu::PixelBufferAccess& pixelBuffer, const tc… in fillTriangle() argument 1440 void MultiViewRenderTestInstance::fillLayer (const tcu::PixelBufferAccess& pixelBuffer, const tcu::… in fillLayer() argument 1447 void MultiViewRenderTestInstance::fillQuarter (const tcu::PixelBufferAccess& pixelBuffer, const tcu… in fillQuarter() argument 3643 …tcu::ConstPixelBufferAccess pixelBuffer (tcuBufferFormat, dst.getSize(), bufferAlloc->getHostPtr()… in readImage() local 3659 …tcu::ConstPixelBufferAccess pixelBuffer (tcuBufferFormat, dst.getSize(), bufferAlloc->getHostPtr()… in readImage() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/ |
D | vktMultiViewRenderTests.cpp | 1410 void MultiViewRenderTestInstance::setPoint (const tcu::PixelBufferAccess& pixelBuffer, const tcu::V… in setPoint() argument 1423 void MultiViewRenderTestInstance::fillTriangle (const tcu::PixelBufferAccess& pixelBuffer, const tc… in fillTriangle() argument 1440 void MultiViewRenderTestInstance::fillLayer (const tcu::PixelBufferAccess& pixelBuffer, const tcu::… in fillLayer() argument 1447 void MultiViewRenderTestInstance::fillQuarter (const tcu::PixelBufferAccess& pixelBuffer, const tcu… in fillQuarter() argument 3643 …tcu::ConstPixelBufferAccess pixelBuffer (tcuBufferFormat, dst.getSize(), bufferAlloc->getHostPtr()… in readImage() local 3659 …tcu::ConstPixelBufferAccess pixelBuffer (tcuBufferFormat, dst.getSize(), bufferAlloc->getHostPtr()… in readImage() local
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | StateManagerGL.cpp | 500 void StateManagerGL::setPixelUnpackBuffer(const gl::Buffer *pixelBuffer) in setPixelUnpackBuffer() 545 void StateManagerGL::setPixelPackBuffer(const gl::Buffer *pixelBuffer) in setPixelPackBuffer()
|
D | renderergl_utils.cpp | 1740 const gl::Buffer *pixelBuffer, in ShouldApplyLastRowPaddingWorkaround()
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
D | CopyTests.cpp | 623 BufferSpec pixelBuffer = MinimumBufferSpec(1, 1); in TEST_P() local 670 BufferSpec pixelBuffer = MinimumBufferSpec(1, 1); in TEST_P() local 1347 BufferSpec pixelBuffer = MinimumBufferSpec(1, 1); in TEST_P() local 1394 BufferSpec pixelBuffer = MinimumBufferSpec(1, 1); in TEST_P() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | StateManagerGL.cpp | 595 const gl::Buffer *pixelBuffer) in setPixelUnpackBuffer() 646 const gl::Buffer *pixelBuffer) in setPixelPackBuffer()
|
D | renderergl_utils.cpp | 2578 const gl::Buffer *pixelBuffer, in ShouldApplyLastRowPaddingWorkaround()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcInternalformatTests.cpp | 1245 …tcu::PixelBufferAccess pixelBuffer(tcu::TextureFormat(tcu::TextureFormat::sRGBA, tcu::TextureForma… in iterate() local 1258 …tcu::PixelBufferAccess pixelBuffer(tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat… in iterate() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
D | vktApiBufferViewAccessTests.cpp | 468 tcu::ConstPixelBufferAccess pixelBuffer = resultLevel->getAccess(); in checkResult() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiBufferViewAccessTests.cpp | 468 tcu::ConstPixelBufferAccess pixelBuffer = resultLevel->getAccess(); in checkResult() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineBindPointTests.cpp | 784 const auto pixelBuffer = textureLevel->getAccess(); in iterate() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
D | vktPipelineBindPointTests.cpp | 784 const auto pixelBuffer = textureLevel->getAccess(); in iterate() local
|