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

  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
GLClientState.cpp 80 m_pixelStore.unpack_alignment = 4;
556 m_pixelStore.unpack_alignment = value;
605 ALOGV("%s: unpack align %d", __FUNCTION__, m_pixelStore.unpack_alignment);
615 pack ? m_pixelStore.pack_alignment : m_pixelStore.unpack_alignment,
636 ALOGV("%s: unpack align %d", __FUNCTION__, m_pixelStore.unpack_alignment);
646 pack ? m_pixelStore.pack_alignment : m_pixelStore.unpack_alignment,
    [all...]
GLClientState.h 172 int unpack_alignment; member in struct:GLClientState::__anon3005

Completed in 41 milliseconds