Home
last modified time | relevance | path

Searched refs:framebufferWidth (Results 1 – 5 of 5) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineEarlyDestroyTests.cpp214 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/
Drenderer_utils.cpp233 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()
Drenderer_utils.h69 const int framebufferWidth,
/external/swiftshader/src/OpenGL/libGLES_CM/
DContext.cpp2408 int framebufferWidth, framebufferHeight, framebufferSamples; in readPixels() local
2410 …if(!framebuffer || (framebuffer->completeness(framebufferWidth, framebufferHeight, framebufferSamp… in readPixels()
/external/swiftshader/src/OpenGL/libGLESv2/
DContext.cpp3360 int framebufferWidth, framebufferHeight, framebufferSamples; in readPixels() local
3362 …if(!framebuffer || (framebuffer->completeness(framebufferWidth, framebufferHeight, framebufferSamp… in readPixels()