Searched refs:framebufferWidth (Results 1 – 4 of 4) sorted by relevance
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| D | vktPipelineEarlyDestroyTests.cpp | 214 const deUint32 framebufferWidth = 32; in testEarlyDestroy() local 236 …const VkDeviceSize imageSize = framebufferWidth * framebufferHeight * textureFormat.get… in testEarlyDestroy() 244 { framebufferWidth, framebufferHeight, 1u }, // VkExtent3D extent; in testEarlyDestroy() 262 …k::makeFramebuffer(vk, vkDevice, *renderPass, *attachmentImageView, framebufferWidth, framebufferH… in testEarlyDestroy() 277 const VkRect2D renderArea = { { 0, 0 }, { framebufferWidth, framebufferHeight } }; in testEarlyDestroy() 297 …ToBuffer(vk, *cmdBuffer, *attachmentImage, *imageBuffer, tcu::IVec2(framebufferWidth, framebufferH… in testEarlyDestroy() 306 …const tcu::ConstPixelBufferAccess imagePixels (textureFormat, framebufferWidth, framebuffer… in testEarlyDestroy()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
| D | renderer_utils.cpp | 233 const int framebufferWidth, in RotateRectangle() argument 251 outgoing->y = flipY ? incoming.x : framebufferWidth - incoming.x - incoming.width; in RotateRectangle() 257 outgoing->x = framebufferWidth - incoming.x - incoming.width; in RotateRectangle() 265 outgoing->y = flipY ? framebufferWidth - incoming.x - incoming.width : incoming.x; in RotateRectangle()
|
| D | renderer_utils.h | 69 const int framebufferWidth,
|
| /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()
|