/device/generic/vulkan-cereal/stream-servers/tests/ |
D | CompositorVk_unittest.cpp | 189 const uint32_t targetWidth = target->m_width; in compareImageWithGoldenPng() 205 EXPECT_EQ(target->m_width, goldenWidth) in compareImageWithGoldenPng() 233 ret->width = image->m_width; in createBorrowedImageInfo() 251 compareRGBAPixels(actualPixels.data(), expectedPixels.data(), image->m_width, in checkImageFilledWith() 410 m_vkCommandPool, source->m_width, source->m_height); in TEST_F() 433 .right = static_cast<float>(source->m_width), in TEST_F() 466 m_vkCommandPool, source->m_width, source->m_height); in TEST_F() 482 .right = static_cast<int>(target->m_width), in TEST_F() 489 .right = static_cast<float>(source->m_width), in TEST_F() 521 m_vkCommandPool, source->m_width, source->m_height); in TEST_F() [all …]
|
D | VkTestUtils.h | 45 uint32_t m_width; member 89 res->m_width = width; in create() 105 uint32_t numOfPixels() const { return m_width * m_height; } in numOfPixels() 155 .extent = {.width = m_width, .height = m_height, .depth = 1}, in setUpImage() 237 .size = m_width * m_height * k_bpp, in setUpBuffer() 312 .imageExtent = {m_width, m_height, 1}}; in setUpCommandBuffer()
|
/device/generic/vulkan-cereal/stream-servers/gl/ |
D | ColorBufferGl.cpp | 327 : m_width(width), in ColorBufferGl() 510 s_gles2.glTexImage2D(GL_TEXTURE_2D, 0, internalformat, m_width, m_height, in reformat() 514 s_gles2.glTexImage2D(GL_TEXTURE_2D, 0, internalformat, m_width, m_height, in reformat() 537 m_numBytes = bpp * m_width * m_height; in reformat() 603 return subUpdate(0, 0, m_width, m_height, m_format, m_type, newContents); in replaceContents() 620 readPixels(0, 0, m_width, m_height, m_format, m_type, pixels); in readContents() 697 s_gles2.glBlitFramebuffer(0, 0, m_width, m_height, 0, 0, m_width, in blitFromCurrentReadBuffer() 707 s_gles2.glCopyTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 0, 0, m_width, in blitFromCurrentReadBuffer() 751 s_gles1.glCopyTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 0, 0, m_width, in blitFromCurrentReadBuffer() 775 s_gles2.glViewport(0, 0, m_width, m_height); in blitFromCurrentReadBuffer() [all …]
|
D | ColorBufferGl.h | 107 GLuint getWidth() const { return m_width; } in getWidth() 245 const GLuint m_width = 0; variable
|
/device/generic/vulkan-cereal/stream-servers/gl/glestranslator/GLcommon/ |
D | SaveableTexture.cpp | 504 m_width(texture.width), in SaveableTexture() 525 m_width = stream->getBe32(); in loadFromStream() 544 levelData[level].m_width = stream->getBe32(); in loadFromStream() 588 stream->putBe32(m_width); in onSave() 662 unsigned int& width = imgData.get()[level].m_width; in onSave() 665 width = level == 0 ? m_width : in onSave() 667 imgData.get()[level - 1].m_width / 2, 1); in onSave() 737 stream->putBe32(imgData.get()[level].m_width); in onSave() 924 m_levelData[0].get()[0].m_width, in restore() 931 m_levelData[0].get()[0].m_width, in restore() [all …]
|
/device/generic/vulkan-cereal/stream-servers/gl/glestranslator/EGL/ |
D | EglSurface.h | 48 m_width = width; in setDim() 76 m_width(width), in EglSurface() 85 EGLint m_width = 0; variable
|
D | EglPbufferSurface.cpp | 22 m_width = val; in setAttrib() 54 *val = m_width; in getAttrib()
|
D | EglPbufferSurface.h | 36 *width = m_width; in getDim()
|
D | EglWindowSurface.cpp | 55 *val = m_width; in getAttrib()
|
/device/generic/vulkan-cereal/stream-servers/gl/glestranslator/include/GLcommon/ |
D | SaveableTexture.h | 93 unsigned int m_width = 0; variable 107 unsigned int m_width = 0; member
|
/device/generic/vulkan-cereal/stream-servers/vulkan/ |
D | CompositorVk.h | 216 uint32_t m_width; variable
|
D | CompositorVk.cpp | 106 m_width(width), in RenderTarget()
|