OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PIXMAP
(Results
1 - 6
of
6
) sorted by null
/development/tools/emulator/opengl/host/libs/Translator/EGL/
EglPixmapSurface.cpp
29
EglSurface(dpy,
PIXMAP
,config,0,0),
EglSurface.h
35
PIXMAP
= 3
EglX11Api.cpp
42
PIXMAP
296
return new SrfcInfo(pix,SrfcInfo::
PIXMAP
);
EglMacApi.cpp
115
//no support for
pixmap
in mac
133
//no support for
pixmap
in mac
188
case EglSurface::
PIXMAP
: // not supported on Mac
EglWindowsApi.cpp
101
PIXMAP
= 2
122
m_type(
PIXMAP
){
EglImp.cpp
555
EGLNativePixmapType
pixmap
,
565
if(EglPixmapSurface::alreadyAssociatedWithConfig(
pixmap
)) {
570
if(!EglOS::checkPixmapPixelFormatMatch(dpy->nativeType(),
pixmap
,cfg,&width,&height)) {
573
SurfacePtr pixSurface(new EglPixmapSurface(dpy,
pixmap
,cfg));
737
//checking native
pixmap
validity
738
if(newReadPtr->type() == EglSurface::
PIXMAP
&& !EglOS::validNativePixmap(nativeDisplay,nativeRead)) {
741
if(newDrawPtr->type() == EglSurface::
PIXMAP
&& !EglOS::validNativePixmap(nativeDisplay,nativeDraw)) {
889
if(read->type() == EglSurface::
PIXMAP
&&
899
if(draw->type() == EglSurface::
PIXMAP
&&
[
all
...]
Completed in 45 milliseconds