OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iPixelFormat
(Results
1 - 3
of
3
) sorted by null
/development/tools/emulator/opengl/host/libs/Translator/EGL/
EglWindowsApi.cpp
269
int
iPixelFormat
,err;
270
iPixelFormat
= ChoosePixelFormat(dpy, &pfd);
271
if(
iPixelFormat
< 0){
275
if(!SetPixelFormat(dpy,
iPixelFormat
,&pfd)){
325
int
iPixelFormat
;
330
return s_wglExtProcs->wglChoosePixelFormatARB(dc,&i0, &f0, 1, &
iPixelFormat
, &numpf);
408
int
iPixelFormat
= 1;
419
int nFormats = DescribePixelFormat(dpy,
iPixelFormat
,sizeof(PIXELFORMATDESCRIPTOR), &pfd);
422
for(
iPixelFormat
;
iPixelFormat
< nFormats; iPixelFormat++)
[
all
...]
/development/tools/emulator/opengl/host/libs/Translator/include/GL/
wglext.h
479
extern BOOL WINAPI wglGetPixelFormatAttribivARB (HDC hdc, int
iPixelFormat
, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues);
480
extern BOOL WINAPI wglGetPixelFormatAttribfvARB (HDC hdc, int
iPixelFormat
, int iLayerPlane, UINT nAttributes, const int *piAttributes, FLOAT *pfValues);
483
typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBIVARBPROC) (HDC hdc, int
iPixelFormat
, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues);
484
typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBFVARBPROC) (HDC hdc, int
iPixelFormat
, int iLayerPlane, UINT nAttributes, const int *piAttributes, FLOAT *pfValues);
501
extern HPBUFFERARB WINAPI wglCreatePbufferARB (HDC hDC, int
iPixelFormat
, int iWidth, int iHeight, const int *piAttribList);
507
typedef HPBUFFERARB (WINAPI * PFNWGLCREATEPBUFFERARBPROC) (HDC hDC, int
iPixelFormat
, int iWidth, int iHeight, const int *piAttribList);
585
extern HPBUFFEREXT WINAPI wglCreatePbufferEXT (HDC hDC, int
iPixelFormat
, int iWidth, int iHeight, const int *piAttribList);
591
typedef HPBUFFEREXT (WINAPI * PFNWGLCREATEPBUFFEREXTPROC) (HDC hDC, int
iPixelFormat
, int iWidth, int iHeight, const int *piAttribList);
601
extern BOOL WINAPI wglGetPixelFormatAttribivEXT (HDC hdc, int
iPixelFormat
, int iLayerPlane, UINT nAttributes, int *piAttributes, int *piValues);
602
extern BOOL WINAPI wglGetPixelFormatAttribfvEXT (HDC hdc, int
iPixelFormat
, int iLayerPlane, UINT nAttributes, int *piAttributes, FLOAT *pfValues)
[
all
...]
/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_wingl_c.h
47
BOOL (WINAPI *wglGetPixelFormatAttribivARB)(HDC hdc, int
iPixelFormat
,
Completed in 58 milliseconds