Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/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.h20 uint32_t m_width; member
64 res->m_width = width; in create()
80 uint32_t numOfPixels() const { return m_width * m_height; } in numOfPixels()
130 .extent = {.width = m_width, .height = m_height, .depth = 1}, in setUpImage()
212 .size = m_width * m_height * k_bpp, in setUpBuffer()
287 .imageExtent = {m_width, m_height, 1}}; in setUpCommandBuffer()
/hardware/google/gfxstream/host/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()
/hardware/google/gfxstream/host/gl/
DColorBufferGl.cpp329 : m_width(width), in ColorBufferGl()
544 s_gles2.glTexImage2D(GL_TEXTURE_2D, 0, internalformat, m_width, m_height, in reformat()
548 s_gles2.glTexImage2D(GL_TEXTURE_2D, 0, internalformat, m_width, m_height, in reformat()
571 m_numBytes = bpp * m_width * m_height; in reformat()
639 return subUpdate(0, 0, m_width, m_height, m_format, m_type, newContents); in replaceContents()
655 return readPixels(0, 0, m_width, m_height, m_format, m_type, pixels); in readContents()
730 s_gles2.glBlitFramebuffer(0, 0, m_width, m_height, 0, 0, m_width, in blitFromCurrentReadBuffer()
740 s_gles2.glCopyTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 0, 0, m_width, in blitFromCurrentReadBuffer()
784 s_gles1.glCopyTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 0, 0, m_width, in blitFromCurrentReadBuffer()
808 s_gles2.glViewport(0, 0, m_width, m_height); in blitFromCurrentReadBuffer()
[all …]
DColorBufferGl.h109 GLuint getWidth() const { return m_width; } in getWidth()
247 const GLuint m_width = 0; variable
/hardware/google/gfxstream/host/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 …]
/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DSaveableTexture.h93 unsigned int m_width = 0; variable
107 unsigned int m_width = 0; member
/hardware/google/gfxstream/host/vulkan/
DCompositorVk.h237 uint32_t m_width; variable
DCompositorVk.cpp106 m_width(width), in RenderTarget()
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
Dh264_utils.h209 unsigned m_width; variable
/hardware/qcom/sm8150/media/libarbitrarybytes/inc/
Dh264_utils.h166 unsigned m_width; variable
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
Dh264_utils.h209 unsigned m_width; variable
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
Dh264_utils.h209 unsigned m_width; variable
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
Dh264_utils.h204 unsigned m_width; variable
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Dh264_utils.cpp163 m_width(0), in H264_Utils()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
Dh264_utils.cpp163 m_width(0), in H264_Utils()
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
Dh264_utils.cpp163 m_width(0), in H264_Utils()
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
Dh264_utils.cpp172 m_width(0), in H264_Utils()
/hardware/qcom/sm8150/media/libarbitrarybytes/src/
Dh264_utils.cpp161 m_width(0), in H264_Utils()