Searched refs:wglBindTexImageARB (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/
H A Dstw_getprocaddress.c78 STW_EXTENSION_ENTRY( wglBindTexImageARB ),
H A Dstw_ext_rendertexture.c104 wglBindTexImageARB(HPBUFFERARB hPbuffer, int iBuffer) function in typeref:typename:BOOL WINAPI
134 debug_printf("No rendering context in wglBindTexImageARB()\n");
141 debug_printf("Invalid pbuffer handle in wglBindTexImageARB()\n");
148 debug_printf("Invalid buffer 0x%x in wglBindTexImageARB()\n", iBuffer);
155 debug_printf("no texture target in wglBindTexImageARB()\n");
161 debug_printf("no texture format in wglBindTexImageARB()\n");
179 debug_printf("stw_make_current(#1) failed in wglBindTexImageARB()\n");
191 debug_printf("stw_make_current(#2) failed in wglBindTexImageARB()\n");
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/
H A Dstw_getprocaddress.c78 STW_EXTENSION_ENTRY( wglBindTexImageARB ),
H A Dstw_ext_rendertexture.c104 wglBindTexImageARB(HPBUFFERARB hPbuffer, int iBuffer) function in typeref:typename:BOOL WINAPI
131 debug_printf("No rendering context in wglBindTexImageARB()\n");
138 debug_printf("Invalid pbuffer handle in wglBindTexImageARB()\n");
145 debug_printf("Invalid buffer 0x%x in wglBindTexImageARB()\n", iBuffer);
152 debug_printf("no texture target in wglBindTexImageARB()\n");
158 debug_printf("no texture format in wglBindTexImageARB()\n");
178 debug_printf("stw_make_current(#1) failed in wglBindTexImageARB()\n");
189 debug_printf("stw_make_current(#2) failed in wglBindTexImageARB()\n");
/xsrc/external/mit/MesaLib.old/dist/include/GL/
H A Dwglext.h275 BOOL WINAPI wglBindTexImageARB (HPBUFFERARB hPbuffer, int iBuffer);
/xsrc/external/mit/MesaLib/dist/include/GL/
H A Dwglext.h275 BOOL WINAPI wglBindTexImageARB (HPBUFFERARB hPbuffer, int iBuffer);
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/
H A Dwglext.h523 extern BOOL WINAPI wglBindTexImageARB (HPBUFFERARB hPbuffer, int iBuffer);

Completed in 17 milliseconds