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

/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dindirect_api.cpp244 void __indirect_glPixelMapfv(void) { } function in typeref:typename:void
931 EXPECT_EQ((_glapi_proc) __indirect_glPixelMapfv, table[_gloffset_PixelMapfv]);
/xsrc/external/mit/MesaLib.old/src/mapi/glapi/
H A Dindirect_init.c248 table[251] = (_glapi_proc) __indirect_glPixelMapfv;
H A Dindirect.h319 extern _X_HIDDEN void __indirect_glPixelMapfv(GLenum map, GLsizei mapsize, const GLfloat * values);
H A Dindirect.c3051 void __indirect_glPixelMapfv(GLenum map, GLsizei mapsize, const GLfloat * values) function in typeref:typename:void
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dindirect_init.c248 table[251] = (_glapi_proc) __indirect_glPixelMapfv;
H A Dindirect.h319 extern _X_HIDDEN void __indirect_glPixelMapfv(GLenum map, GLsizei mapsize, const GLfloat * values);
H A Dindirect.c3051 void __indirect_glPixelMapfv(GLenum map, GLsizei mapsize, const GLfloat * values) function in typeref:typename:void
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dindirect_api.cpp246 void __indirect_glPixelMapfv(GLenum map, GLsizei mapsize, const GLfloat *values) { } function in typeref:typename:void
933 EXPECT_EQ((_glapi_proc) __indirect_glPixelMapfv, table[_gloffset_PixelMapfv]);

Completed in 53 milliseconds