OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hglrc
(Results
1 - 9
of
9
) sorted by null
/external/mesa3d/src/gallium/state_trackers/wgl/
stw_ext_context.h
31
typedef
HGLRC
(WINAPI *wglCreateContext_t)(HDC hdc);
32
typedef BOOL (WINAPI *wglDeleteContext_t)(
HGLRC
hglrc
);
stw_wgl.c
56
HGLRC
hglrcSrc,
57
HGLRC
hglrcDst,
65
WINGDIAPI
HGLRC
APIENTRY
70
return (
HGLRC
) DrvCreateContext(hdc);
73
WINGDIAPI
HGLRC
APIENTRY
79
return (
HGLRC
) DrvCreateLayerContext( hdc, iLayerPlane );
84
HGLRC
hglrc
)
86
return DrvDeleteContext((DHGLRC)(UINT_PTR)
hglrc
);
90
WINGDIAPI
HGLRC
APIENTR
[
all
...]
stw_icd.h
472
* Get the ICD GHGLRC handle corresponding to the specified
hglrc
handle.
476
DHGLRC (APIENTRY *wglCbGetDhglrc)(
HGLRC
hglrc
);
/external/mesa3d/src/glx/windows/
windowsgl.c
164
HGLRC
shareContext = NULL;
321
HGLRC
hglrc
= wglCreateContext(hdc);
local
322
wglMakeCurrent(hdc,
hglrc
);
329
wglDeleteContext(
hglrc
);
/external/mesa3d/include/GL/
wglext.h
89
typedef
HGLRC
(WINAPI * PFNWGLCREATECONTEXTATTRIBSARBPROC) (HDC hDC,
HGLRC
hShareContext, const int *attribList);
91
HGLRC
WINAPI wglCreateContextAttribsARB (HDC hDC,
HGLRC
hShareContext, const int *attribList);
128
typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTARBPROC) (HDC hDrawDC, HDC hReadDC,
HGLRC
hglrc
);
131
BOOL WINAPI wglMakeContextCurrentARB (HDC hDrawDC, HDC hReadDC,
HGLRC
hglrc
);
319
typedef UINT (WINAPI * PFNWGLGETCONTEXTGPUIDAMDPROC) (
HGLRC
hglrc
);
[
all
...]
/external/swiftshader/include/GL/
wglext.h
87
typedef
HGLRC
(WINAPI * PFNWGLCREATECONTEXTATTRIBSARBPROC) (HDC hDC,
HGLRC
hShareContext, const int *attribList);
89
HGLRC
WINAPI wglCreateContextAttribsARB (HDC hDC,
HGLRC
hShareContext, const int *attribList);
131
typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTARBPROC) (HDC hDrawDC, HDC hReadDC,
HGLRC
hglrc
);
134
BOOL WINAPI wglMakeContextCurrentARB (HDC hDrawDC, HDC hReadDC,
HGLRC
hglrc
);
322
typedef UINT (WINAPI * PFNWGLGETCONTEXTGPUIDAMDPROC) (
HGLRC
hglrc
);
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/GL/
wglext.h
89
typedef
HGLRC
(WINAPI * PFNWGLCREATECONTEXTATTRIBSARBPROC) (HDC hDC,
HGLRC
hShareContext, const int *attribList);
91
HGLRC
WINAPI wglCreateContextAttribsARB (HDC hDC,
HGLRC
hShareContext, const int *attribList);
128
typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTARBPROC) (HDC hDrawDC, HDC hReadDC,
HGLRC
hglrc
);
131
BOOL WINAPI wglMakeContextCurrentARB (HDC hDrawDC, HDC hReadDC,
HGLRC
hglrc
);
319
typedef UINT (WINAPI * PFNWGLGETCONTEXTGPUIDAMDPROC) (
HGLRC
hglrc
);
[
all
...]
/external/deqp/framework/platform/win32/
tcuWGL.cpp
124
typedef
HGLRC
(WINAPI* wglCreateContextFunc) (HDC hdc);
125
typedef BOOL (WINAPI* wglDeleteContextFunc) (
HGLRC
hglrc
);
126
typedef BOOL (WINAPI* wglMakeCurrentFunc) (HDC hdc,
HGLRC
hglrc
);
136
typedef
HGLRC
(WINAPI* wglCreateContextAttribsARBFunc) (HDC hdc,
HGLRC
hshareContext, const int* attribList);
235
HGLRC
tmpCtx = m_functions.createContext(tmpWindow.getDeviceContext());
512
m_context = wgl.createContextAttribsARB(deviceCtx, (
HGLRC
)0, &attribList[0]);
/external/swiftshader/src/OpenGL/libGL/
libGL.cpp
[
all
...]
Completed in 476 milliseconds