Searched refs:framebufferHeight (Results 1 - 5 of 5) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineEarlyDestroyTests.cpp | 223 const deUint32 framebufferHeight = 32; in testEarlyDestroy() local 244 const VkDeviceSize imageSize = framebufferWidth * framebufferHeight * textureFormat.getPixelSize(); in testEarlyDestroy() 252 { framebufferWidth, framebufferHeight, 1u }, // VkExtent3D extent; in testEarlyDestroy() 270 renderPass.createFramebuffer(vk, vkDevice, *attachmentImage, *attachmentImageView, framebufferWidth, framebufferHeight, 1u); in testEarlyDestroy() 285 const VkRect2D renderArea = { { 0, 0 }, { framebufferWidth, framebufferHeight } }; in testEarlyDestroy() 295 vk::copyImageToBuffer(vk, *cmdBuffer, *attachmentImage, *imageBuffer, tcu::IVec2(framebufferWidth, framebufferHeight)); in testEarlyDestroy() 304 const tcu::ConstPixelBufferAccess imagePixels (textureFormat, framebufferWidth, framebufferHeight, 1u, imageBufferPtr); in testEarlyDestroy()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineEarlyDestroyTests.cpp | 209 const deUint32 framebufferHeight = 32; in testEarlyDestroy() local 230 const VkDeviceSize imageSize = framebufferWidth * framebufferHeight * textureFormat.getPixelSize(); in testEarlyDestroy() 238 { framebufferWidth, framebufferHeight, 1u }, // VkExtent3D extent; in testEarlyDestroy() 256 const Unique<VkFramebuffer> framebuffer (vk::makeFramebuffer(vk, vkDevice, *renderPass, *attachmentImageView, framebufferWidth, framebufferHeight, 1u)); in testEarlyDestroy() 271 const VkRect2D renderArea = { { 0, 0 }, { framebufferWidth, framebufferHeight } }; in testEarlyDestroy() 291 vk::copyImageToBuffer(vk, *cmdBuffer, *attachmentImage, *imageBuffer, tcu::IVec2(framebufferWidth, framebufferHeight)); in testEarlyDestroy() 300 const tcu::ConstPixelBufferAccess imagePixels (textureFormat, framebufferWidth, framebufferHeight, 1u, imageBufferPtr); in testEarlyDestroy()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | renderer_utils.cpp | 234 const int framebufferHeight, in RotateRectangle() 244 outgoing->y = flipY ? framebufferHeight - incoming.y - incoming.height : incoming.y; in RotateRectangle() 258 outgoing->y = flipY ? incoming.y : framebufferHeight - incoming.y - incoming.height; in RotateRectangle() 264 outgoing->x = framebufferHeight - incoming.y - incoming.height; in RotateRectangle() 231 RotateRectangle(const SurfaceRotation rotation, const bool flipY, const int framebufferWidth, const int framebufferHeight, const gl::Rectangle &incoming, gl::Rectangle *outgoing) RotateRectangle() argument
|
H A D | renderer_utils.h | 70 const int framebufferHeight,
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | Context.cpp | 3360 int framebufferWidth, framebufferHeight, framebufferSamples; in readPixels() local 3362 if(!framebuffer || (framebuffer->completeness(framebufferWidth, framebufferHeight, framebufferSamples) != GL_FRAMEBUFFER_COMPLETE)) in readPixels()
|
Completed in 12 milliseconds