/hardware/google/gfxstream/host/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 | 20 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/ |
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()
|
/hardware/google/gfxstream/host/gl/ |
D | ColorBufferGl.cpp | 329 : 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 …]
|
D | ColorBufferGl.h | 109 GLuint getWidth() const { return m_width; } in getWidth() 247 const GLuint m_width = 0; variable
|
/hardware/google/gfxstream/host/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 …]
|
/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/ |
D | SaveableTexture.h | 93 unsigned int m_width = 0; variable 107 unsigned int m_width = 0; member
|
/hardware/google/gfxstream/host/vulkan/ |
D | CompositorVk.h | 237 uint32_t m_width; variable
|
D | CompositorVk.cpp | 106 m_width(width), in RenderTarget()
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/ |
D | h264_utils.h | 209 unsigned m_width; variable
|
/hardware/qcom/sm8150/media/libarbitrarybytes/inc/ |
D | h264_utils.h | 166 unsigned m_width; variable
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/ |
D | h264_utils.h | 209 unsigned m_width; variable
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/ |
D | h264_utils.h | 209 unsigned m_width; variable
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/ |
D | h264_utils.h | 204 unsigned m_width; variable
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
D | h264_utils.cpp | 163 m_width(0), in H264_Utils()
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
D | h264_utils.cpp | 163 m_width(0), in H264_Utils()
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/ |
D | h264_utils.cpp | 163 m_width(0), in H264_Utils()
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/ |
D | h264_utils.cpp | 172 m_width(0), in H264_Utils()
|
/hardware/qcom/sm8150/media/libarbitrarybytes/src/ |
D | h264_utils.cpp | 161 m_width(0), in H264_Utils()
|