HomeSort by relevance Sort by last modified time
    Searched refs:m_pixelStore (Results 1 - 2 of 2) sorted by null

  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
GLClientState.cpp 60 m_pixelStore.unpack_alignment = 4;
61 m_pixelStore.pack_alignment = 4;
207 m_pixelStore.unpack_alignment = value;
214 m_pixelStore.pack_alignment = value;
234 int alignment = pack ? m_pixelStore.pack_alignment : m_pixelStore.unpack_alignment;
GLClientState.h 81 const PixelStoreState *pixelStoreState() { return &m_pixelStore; }
189 PixelStoreState m_pixelStore;

Completed in 1712 milliseconds