Home
last modified time | relevance | path

Searched refs:m_width (Results 1 – 12 of 12) sorted by relevance

/device/generic/vulkan-cereal/stream-servers/tests/
DCompositorVk_unittest.cpp189 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 …]
DVkTestUtils.h45 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/
DColorBufferGl.cpp327 : 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 …]
DColorBufferGl.h107 GLuint getWidth() const { return m_width; } in getWidth()
245 const GLuint m_width = 0; variable
/device/generic/vulkan-cereal/stream-servers/gl/glestranslator/GLcommon/
DSaveableTexture.cpp504 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/
DEglSurface.h48 m_width = width; in setDim()
76 m_width(width), in EglSurface()
85 EGLint m_width = 0; variable
DEglPbufferSurface.cpp22 m_width = val; in setAttrib()
54 *val = m_width; in getAttrib()
DEglPbufferSurface.h36 *width = m_width; in getDim()
DEglWindowSurface.cpp55 *val = m_width; in getAttrib()
/device/generic/vulkan-cereal/stream-servers/gl/glestranslator/include/GLcommon/
DSaveableTexture.h93 unsigned int m_width = 0; variable
107 unsigned int m_width = 0; member
/device/generic/vulkan-cereal/stream-servers/vulkan/
DCompositorVk.h216 uint32_t m_width; variable
DCompositorVk.cpp106 m_width(width), in RenderTarget()