Home
last modified time | relevance | path

Searched refs:PixelStoref (Results 1 – 5 of 5) sorted by relevance

/external/opencv3/modules/core/src/
Dgl_core_3_1.cpp496 PFNPIXELSTOREFPROC PixelStoref; variable
959 PixelStoref = (PFNPIXELSTOREFPROC)IntGetProcAddress("glPixelStoref"); in Switch_PixelStoref()
960 PixelStoref(pname, param); in Switch_PixelStoref()
2484 PixelStoref = Switch_PixelStoref; in InitializeVariables()
Dgl_core_3_1.hpp1099 extern void (CODEGEN_FUNCPTR *PixelStoref)(GLenum pname, GLfloat param);
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_icd.h299 void (GLAPIENTRY * PixelStoref)(GLenum, GLfloat);
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp815 { "glPixelStoref", _O(PixelStoref) },
/external/mesa3d/include/GL/
Dgl_mangle.h1264 #define glPixelStoref MANGLE(PixelStoref)