Home
last modified time | relevance | path

Searched defs:pixelBuffer (Results 1 – 22 of 22) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DProvokingVertexTest.cpp216 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/
DProvokingVertexTest.cpp221 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/
DEGLDirectCompositionTest.cpp283 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/
DEGLDirectCompositionTest.cpp273 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/
DCopyTests.cpp402 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/flutter/engine/flutter/shell/gpu/
Dgpu_surface_gl.cc300 auto pixelBuffer = std::make_unique<char[]>(width * height * pixelSize); in PresentSurface() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrStorageImageWriteTests.cpp365 …tcu::ConstPixelBufferAccess pixelBuffer = vk::getChannelAccess(compatibleFormatDescription, co… in testStorageImageWrite() local
383 …tcu::ConstPixelBufferAccess pixelBuffer = vk::getChannelAccess(compatibleFormatDescription, … in testStorageImageWrite() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesImageSparseResidency.cpp767 …tcu::ConstPixelBufferAccess pixelBuffer = vk::getChannelAccess(compatibleFormatDescription, co… in iterate() local
795 …tcu::ConstPixelBufferAccess pixelBuffer = vk::getChannelAccess(compatibleFormatDescription, c… in iterate() local
DvktSparseResourcesImageMemoryAliasing.cpp747 …const tcu::ConstPixelBufferAccess pixelBuffer = vk::getChannelAccess(formatDescription, gridSize… in iterate() local
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fPixelBufferObjectTests.cpp541 GLuint pixelBuffer = (GLuint)-1; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderTests.cpp1259 void MultiViewRenderTestInstance::setPoint (const tcu::PixelBufferAccess& pixelBuffer, const tcu::V… in setPoint() argument
1272 void MultiViewRenderTestInstance::fillTriangle (const tcu::PixelBufferAccess& pixelBuffer, const tc… in fillTriangle() argument
1289 void MultiViewRenderTestInstance::fillLayer (const tcu::PixelBufferAccess& pixelBuffer, const tcu::… in fillLayer() argument
1296 void MultiViewRenderTestInstance::fillQuarter (const tcu::PixelBufferAccess& pixelBuffer, const tcu… in fillQuarter() argument
3418 …tcu::ConstPixelBufferAccess pixelBuffer (tcuBufferFormat, dst.getSize(), bufferAlloc->getHostPtr()… in readImage() local
3434 …tcu::ConstPixelBufferAccess pixelBuffer (tcuBufferFormat, dst.getSize(), bufferAlloc->getHostPtr()… in readImage() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiBufferViewAccessTests.cpp439 tcu::ConstPixelBufferAccess pixelBuffer = resultLevel->getAccess(); in checkResult() local
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DStateManagerGL.cpp500 void StateManagerGL::setPixelUnpackBuffer(const gl::Buffer *pixelBuffer) in setPixelUnpackBuffer()
545 void StateManagerGL::setPixelPackBuffer(const gl::Buffer *pixelBuffer) in setPixelPackBuffer()
Drenderergl_utils.cpp1740 const gl::Buffer *pixelBuffer, in ShouldApplyLastRowPaddingWorkaround()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcInternalformatTests.cpp1238 …tcu::PixelBufferAccess pixelBuffer(tcu::TextureFormat(tcu::TextureFormat::sRGBA, tcu::TextureForma… in iterate() local
1251 …tcu::PixelBufferAccess pixelBuffer(tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat… in iterate() local
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DCopyTests.cpp623 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/
DStateManagerGL.cpp595 const gl::Buffer *pixelBuffer) in setPixelUnpackBuffer()
646 const gl::Buffer *pixelBuffer) in setPixelPackBuffer()
Drenderergl_utils.cpp2578 const gl::Buffer *pixelBuffer, in ShouldApplyLastRowPaddingWorkaround()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineBindPointTests.cpp764 const auto pixelBuffer = textureLevel->getAccess(); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageAtomicOperationTests.cpp512 …tcu::PixelBufferAccess pixelBuffer (format, gridSize.x(), gridSize.y(), gridSize.z(), bufferAllo… in initDataForImage() local
/third_party/skia/third_party/externals/swiftshader/tests/GLESUnitTests/
Dunittests.cpp976 GLuint pixelBuffer = 0; in TEST_F() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmGraphicsShaderTestUtil.cpp4422 …const tcu::ConstPixelBufferAccess pixelBuffer(tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::Te… in runAndVerifyDefaultPipeline() local