Home
last modified time | relevance | path

Searched refs:m_pixelStore (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp110 m_pixelStore.unpack_alignment = 4; in init()
111 m_pixelStore.pack_alignment = 4; in init()
113 m_pixelStore.unpack_row_length = 0; in init()
114 m_pixelStore.unpack_image_height = 0; in init()
115 m_pixelStore.unpack_skip_pixels = 0; in init()
116 m_pixelStore.unpack_skip_rows = 0; in init()
117 m_pixelStore.unpack_skip_images = 0; in init()
119 m_pixelStore.pack_row_length = 0; in init()
120 m_pixelStore.pack_skip_pixels = 0; in init()
121 m_pixelStore.pack_skip_rows = 0; in init()
[all …]
/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLClientState.h256 const PixelStoreState *pixelStoreState() { return &m_pixelStore; } in pixelStoreState()
585 PixelStoreState m_pixelStore; variable