Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/tests/
DCompositorVk_unittest.cpp190 const uint32_t targetHeight = target->m_height; in compareImageWithGoldenPng()
207 EXPECT_EQ(target->m_height, goldenHeight) in compareImageWithGoldenPng()
234 ret->height = image->m_height; in createBorrowedImageInfo()
252 image->m_height); in checkImageFilledWith()
410 m_vkCommandPool, source->m_width, source->m_height); in TEST_F()
434 .bottom = static_cast<float>(source->m_height), in TEST_F()
466 m_vkCommandPool, source->m_width, source->m_height); in TEST_F()
483 .bottom = static_cast<int>(target->m_height), in TEST_F()
490 .bottom = static_cast<float>(source->m_height), in TEST_F()
521 m_vkCommandPool, source->m_width, source->m_height); in TEST_F()
[all …]
DVkTestUtils.h21 uint32_t m_height; member
65 res->m_height = height; 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.h49 m_height = height; in setDim()
77 m_height(height), in EglSurface()
86 EGLint m_height = 0; variable
DEglPbufferSurface.cpp26 m_height = val; in setAttrib()
57 *val = m_height; in getAttrib()
DEglPbufferSurface.h37 *height = m_height; in getDim()
DEglWindowSurface.cpp58 *val = m_height; in getAttrib()
/hardware/google/gfxstream/host/gl/
DColorBufferGl.cpp330 m_height(height), 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()
731 m_height, GL_COLOR_BUFFER_BIT, in blitFromCurrentReadBuffer()
741 m_height); in blitFromCurrentReadBuffer()
785 m_height); in blitFromCurrentReadBuffer()
[all …]
DColorBufferGl.h110 GLuint getHeight() const { return m_height; } in getHeight()
248 const GLuint m_height = 0; variable
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DSaveableTexture.cpp505 m_height(texture.height), in SaveableTexture()
526 m_height = stream->getBe32(); in loadFromStream()
545 levelData[level].m_height = stream->getBe32(); in loadFromStream()
589 stream->putBe32(m_height); in onSave()
663 unsigned int& height = imgData.get()[level].m_height; in onSave()
668 height = level == 0 ? m_height : in onSave()
670 imgData.get()[level - 1].m_height / 2, 1); in onSave()
738 stream->putBe32(imgData.get()[level].m_height); in onSave()
925 m_levelData[0].get()[0].m_height); in restore()
932 m_levelData[0].get()[0].m_height, in restore()
[all …]
/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DSaveableTexture.h94 unsigned int m_height = 0; variable
108 unsigned int m_height = 0; member
/hardware/google/gfxstream/host/vulkan/
DCompositorVk.h238 uint32_t m_height; variable
DCompositorVk.cpp107 m_height(height) { in RenderTarget()
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
Dh264_utils.h208 unsigned m_height; variable
/hardware/qcom/sm8150/media/libarbitrarybytes/inc/
Dh264_utils.h165 unsigned m_height; variable
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
Dh264_utils.h208 unsigned m_height; variable
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
Dh264_utils.h208 unsigned m_height; variable
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
Dh264_utils.h203 unsigned m_height; variable
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Dh264_utils.cpp162 H264_Utils::H264_Utils(): m_height(0), in H264_Utils()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
Dh264_utils.cpp162 H264_Utils::H264_Utils(): m_height(0), in H264_Utils()
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
Dh264_utils.cpp162 H264_Utils::H264_Utils(): m_height(0), in H264_Utils()
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
Dh264_utils.cpp171 H264_Utils::H264_Utils(): m_height(0), in H264_Utils()
/hardware/qcom/sm8150/media/libarbitrarybytes/src/
Dh264_utils.cpp160 H264_Utils::H264_Utils(): m_height(0), in H264_Utils()