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 80 m_pixelStore.unpack_alignment = 4;
81 m_pixelStore.pack_alignment = 4;
83 m_pixelStore.unpack_row_length = 0;
84 m_pixelStore.unpack_image_height = 0;
85 m_pixelStore.unpack_skip_pixels = 0;
86 m_pixelStore.unpack_skip_rows = 0;
87 m_pixelStore.unpack_skip_images = 0;
89 m_pixelStore.pack_row_length = 0;
90 m_pixelStore.pack_skip_pixels = 0;
91 m_pixelStore.pack_skip_rows = 0
    [all...]
GLClientState.h 196 const PixelStoreState *pixelStoreState() { return &m_pixelStore; }
426 PixelStoreState m_pixelStore;

Completed in 43 milliseconds