/hardware/google/gfxstream/host/tests/ |
D | CompositorVk_unittest.cpp | 190 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 …]
|
D | VkTestUtils.h | 21 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/ |
D | EglSurface.h | 49 m_height = height; in setDim() 77 m_height(height), in EglSurface() 86 EGLint m_height = 0; variable
|
D | EglPbufferSurface.cpp | 26 m_height = val; in setAttrib() 57 *val = m_height; in getAttrib()
|
D | EglPbufferSurface.h | 37 *height = m_height; in getDim()
|
D | EglWindowSurface.cpp | 58 *val = m_height; in getAttrib()
|
/hardware/google/gfxstream/host/gl/ |
D | ColorBufferGl.cpp | 330 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 …]
|
D | ColorBufferGl.h | 110 GLuint getHeight() const { return m_height; } in getHeight() 248 const GLuint m_height = 0; variable
|
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/ |
D | SaveableTexture.cpp | 505 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/ |
D | SaveableTexture.h | 94 unsigned int m_height = 0; variable 108 unsigned int m_height = 0; member
|
/hardware/google/gfxstream/host/vulkan/ |
D | CompositorVk.h | 238 uint32_t m_height; variable
|
D | CompositorVk.cpp | 107 m_height(height) { in RenderTarget()
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/ |
D | h264_utils.h | 208 unsigned m_height; variable
|
/hardware/qcom/sm8150/media/libarbitrarybytes/inc/ |
D | h264_utils.h | 165 unsigned m_height; variable
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/ |
D | h264_utils.h | 208 unsigned m_height; variable
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/ |
D | h264_utils.h | 208 unsigned m_height; variable
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/ |
D | h264_utils.h | 203 unsigned m_height; variable
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
D | h264_utils.cpp | 162 H264_Utils::H264_Utils(): m_height(0), in H264_Utils()
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
D | h264_utils.cpp | 162 H264_Utils::H264_Utils(): m_height(0), in H264_Utils()
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/ |
D | h264_utils.cpp | 162 H264_Utils::H264_Utils(): m_height(0), in H264_Utils()
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/ |
D | h264_utils.cpp | 171 H264_Utils::H264_Utils(): m_height(0), in H264_Utils()
|
/hardware/qcom/sm8150/media/libarbitrarybytes/src/ |
D | h264_utils.cpp | 160 H264_Utils::H264_Utils(): m_height(0), in H264_Utils()
|