Searched refs:framebufferHeight (Results 1 – 4 of 4) sorted by relevance
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| D | vktPipelineEarlyDestroyTests.cpp | 215 const deUint32 framebufferHeight = 32; in testEarlyDestroy() local 236 …const VkDeviceSize imageSize = framebufferWidth * framebufferHeight * textureFormat.get… in testEarlyDestroy() 244 { framebufferWidth, framebufferHeight, 1u }, // VkExtent3D extent; in testEarlyDestroy() 262 …ebuffer(vk, vkDevice, *renderPass, *attachmentImageView, framebufferWidth, framebufferHeight, 1u)); in testEarlyDestroy() 277 const VkRect2D renderArea = { { 0, 0 }, { framebufferWidth, framebufferHeight } }; in testEarlyDestroy() 297 …r(vk, *cmdBuffer, *attachmentImage, *imageBuffer, tcu::IVec2(framebufferWidth, framebufferHeight)); in testEarlyDestroy() 306 …elBufferAccess imagePixels (textureFormat, framebufferWidth, framebufferHeight, 1u, imageBu… in testEarlyDestroy()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
| D | renderer_utils.cpp | 234 const int framebufferHeight, in RotateRectangle() argument 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()
|
| D | renderer_utils.h | 70 const int framebufferHeight,
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
| D | Context.cpp | 3360 int framebufferWidth, framebufferHeight, framebufferSamples; in readPixels() local 3362 …if(!framebuffer || (framebuffer->completeness(framebufferWidth, framebufferHeight, framebufferSamp… in readPixels()
|