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

  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
GLClientState.cpp 85 m_pixelStore.unpack_skip_pixels = 0;
568 m_pixelStore.unpack_skip_pixels = value;
608 ALOGV("%s: unpack skippixels %d", __FUNCTION__, m_pixelStore.unpack_skip_pixels);
618 pack ? m_pixelStore.pack_skip_pixels : m_pixelStore.unpack_skip_pixels,
639 ALOGV("%s: unpack skippixels %d", __FUNCTION__, m_pixelStore.unpack_skip_pixels);
649 pack ? m_pixelStore.pack_skip_pixels : m_pixelStore.unpack_skip_pixels,
    [all...]
GLClientState.h 176 int unpack_skip_pixels; member in struct:GLClientState::__anon3005

Completed in 41 milliseconds