Searched refs:__indirect_glPixelStoref (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Dpixelstore.c47 * \sa __indirect_glPixelStorei, __indirect_glPixelStoref
69 __indirect_glPixelStoref(GLenum pname, GLfloat param) function in typeref:typename:void
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Dpixelstore.c47 * \sa __indirect_glPixelStorei, __indirect_glPixelStoref
69 __indirect_glPixelStoref(GLenum pname, GLfloat param) function in typeref:typename:void
/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dindirect_api.cpp247 void __indirect_glPixelStoref(void) { } function in typeref:typename:void
934 EXPECT_EQ((_glapi_proc) __indirect_glPixelStoref, table[_gloffset_PixelStoref]);
/xsrc/external/mit/MesaLib.old/src/mapi/glapi/
H A Dindirect_init.c251 table[249] = (_glapi_proc) __indirect_glPixelStoref;
H A Dindirect.h317 extern _X_HIDDEN void __indirect_glPixelStoref(GLenum pname, GLfloat param);
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dindirect_init.c251 table[249] = (_glapi_proc) __indirect_glPixelStoref;
H A Dindirect.h317 extern _X_HIDDEN void __indirect_glPixelStoref(GLenum pname, GLfloat param);
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dindirect_api.cpp249 void __indirect_glPixelStoref(GLenum pname, GLfloat param) { } function in typeref:typename:void
936 EXPECT_EQ((_glapi_proc) __indirect_glPixelStoref, table[_gloffset_PixelStoref]);

Completed in 22 milliseconds