OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PBUFFER
(Results
1 - 6
of
6
) sorted by null
/development/tools/emulator/opengl/host/libs/Translator/EGL/
EglSurface.cpp
23
if(m_type == EglSurface::
PBUFFER
) {
EglPbufferSurface.h
26
EglSurface(dpy,
PBUFFER
,config,0,0),
EglSurface.h
34
PBUFFER
= 1,
EglX11Api.cpp
41
PBUFFER
= 1,
233
return pb ? new SrfcInfo(pb,SrfcInfo::
PBUFFER
) : NULL;
EglMacApi.cpp
39
EGLint window,
pbuffer
;
local
48
getPixelFormatAttrib(*frmt,MAC_DRAW_TO_PBUFFER,&
pbuffer
);
51
if(
pbuffer
) supportedSurfaces |= EGL_PBUFFER_BIT;
180
case EglSurface::
PBUFFER
:
EglWindowsApi.cpp
100
PBUFFER
= 1,
135
m_type(
PBUFFER
){
344
EGLint window,bitmap,
pbuffer
,transparent;
local
366
IS_TRUE(s_wglExtProcs->wglGetPixelFormatAttribivARB(dpy,index,0,1,&attribs[2],&
pbuffer
));
369
if(
pbuffer
) supportedSurfaces |= EGL_PBUFFER_BIT;
Completed in 296 milliseconds