Searched refs:framebufferWidth (Results 1 – 5 of 5) sorted by relevance
/external/deqp/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()
|
/external/angle/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,
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | Context.cpp | 2408 int framebufferWidth, framebufferHeight, framebufferSamples; in readPixels() local 2410 …if(!framebuffer || (framebuffer->completeness(framebufferWidth, framebufferHeight, framebufferSamp… in readPixels()
|
/external/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()
|