Searched refs:GL_UNPACK_LSB_FIRST (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/mesa/drivers/x11/ |
D | xfonts.c | 263 glGetIntegerv(GL_UNPACK_LSB_FIRST, &lsbfirst); in Fake_glXUseXFont() 273 glPixelStorei(GL_UNPACK_LSB_FIRST, GL_FALSE); in Fake_glXUseXFont() 366 glPixelStorei(GL_UNPACK_LSB_FIRST, lsbfirst); in Fake_glXUseXFont()
|
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
D | glx_usefont.c | 264 glGetIntegerv(GL_UNPACK_LSB_FIRST, &lsbfirst); in glXUseXFont() 274 glPixelStorei(GL_UNPACK_LSB_FIRST, GL_FALSE); in glXUseXFont() 367 glPixelStorei(GL_UNPACK_LSB_FIRST, lsbfirst); in glXUseXFont()
|
/external/mesa3d/src/glx/ |
D | xfont.c | 276 glGetIntegerv(GL_UNPACK_LSB_FIRST, &lsbfirst); in DRI_glXUseXFont() 286 glPixelStorei(GL_UNPACK_LSB_FIRST, GL_FALSE); in DRI_glXUseXFont() 378 glPixelStorei(GL_UNPACK_LSB_FIRST, lsbfirst); in DRI_glXUseXFont()
|
D | pixelstore.c | 198 case GL_UNPACK_LSB_FIRST: in __indirect_glPixelStoref() 335 case GL_UNPACK_LSB_FIRST: in __indirect_glPixelStorei()
|
D | single2.c | 293 case GL_UNPACK_LSB_FIRST: in get_client_data()
|
/external/mesa3d/src/mesa/main/ |
D | pixelstore.c | 134 case GL_UNPACK_LSB_FIRST: in _mesa_PixelStorei()
|
/external/deqp/framework/opengl/ |
D | gluStateReset.cpp | 1048 gl.pixelStorei (GL_UNPACK_LSB_FIRST, GL_FALSE); in resetStateGLCore()
|
/external/mesa3d/prebuilt-intermediates/main/ |
D | get_hash.h | 518 { GL_UNPACK_LSB_FIRST, CONTEXT_BOOL(Unpack.LsbFirst), NO_EXTRA },
|
/external/mesa3d/include/GL/ |
D | gl.h | 604 #define GL_UNPACK_LSB_FIRST 0x0CF1 macro
|
D | glcorearb.h | 289 #define GL_UNPACK_LSB_FIRST 0x0CF1 macro
|
/external/deqp/framework/opengl/wrapper/ |
D | glwEnums.inl | 169 #define GL_UNPACK_LSB_FIRST 0x0CF1 macro
|
/external/swiftshader/include/GL/ |
D | glcorearb.h | 182 #define GL_UNPACK_LSB_FIRST 0x0CF1 macro
|