Searched refs:piAttribList (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_ext_rendertexture.c | 226 wglSetPbufferAttribARB(HPBUFFERARB hPbuffer, const int *piAttribList) in wglSetPbufferAttribARB() argument 236 for (i = 0; piAttribList[i]; i += 2) { in wglSetPbufferAttribARB() 237 switch (piAttribList[i]) { in wglSetPbufferAttribARB() 239 fb->textureLevel = piAttribList[i+1]; in wglSetPbufferAttribARB() 242 face = piAttribList[i+1]; in wglSetPbufferAttribARB() 250 piAttribList[i]); in wglSetPbufferAttribARB() 257 piAttribList[i]); in wglSetPbufferAttribARB()
|
D | stw_ext_pbuffer.c | 74 const int *piAttribList) in wglCreatePbufferARB() argument 104 for (piAttrib = piAttribList; *piAttrib; piAttrib++) { in wglCreatePbufferARB()
|
/external/mesa3d/include/GL/ |
D | wglext.h | 156 …REATEPBUFFERARBPROC) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList); 162 … wglCreatePbufferARB (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList); 273 …edef BOOL (WINAPI * PFNWGLSETPBUFFERATTRIBARBPROC) (HPBUFFERARB hPbuffer, const int *piAttribList); 277 BOOL WINAPI wglSetPbufferAttribARB (HPBUFFERARB hPbuffer, const int *piAttribList); 425 …REATEPBUFFEREXTPROC) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList); 431 … wglCreatePbufferEXT (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList); 724 …OC) (HDC hDC, unsigned int uVideoSlot, HVIDEOOUTPUTDEVICENV hVideoDevice, const int *piAttribList); 728 …eNV (HDC hDC, unsigned int uVideoSlot, HVIDEOOUTPUTDEVICENV hVideoDevice, const int *piAttribList);
|
/external/swiftshader/include/GL/ |
D | wglext.h | 156 …REATEPBUFFERARBPROC) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList); 162 … wglCreatePbufferARB (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList); 273 …edef BOOL (WINAPI * PFNWGLSETPBUFFERATTRIBARBPROC) (HPBUFFERARB hPbuffer, const int *piAttribList); 277 BOOL WINAPI wglSetPbufferAttribARB (HPBUFFERARB hPbuffer, const int *piAttribList); 425 …REATEPBUFFEREXTPROC) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList); 431 … wglCreatePbufferEXT (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList); 724 …OC) (HDC hDC, unsigned int uVideoSlot, HVIDEOOUTPUTDEVICENV hVideoDevice, const int *piAttribList); 728 …eNV (HDC hDC, unsigned int uVideoSlot, HVIDEOOUTPUTDEVICENV hVideoDevice, const int *piAttribList);
|
/external/skqp/src/utils/win/ |
D | SkWGL_win.cpp | 89 const int *piAttribList) const { in createPbuffer() 90 return fCreatePbuffer(hDC, iPixelFormat, iWidth, iHeight, piAttribList); in createPbuffer()
|
/external/skia/src/utils/win/ |
D | SkWGL_win.cpp | 89 const int *piAttribList) const { in createPbuffer() 90 return fCreatePbuffer(hDC, iPixelFormat, iWidth, iHeight, piAttribList); in createPbuffer()
|