OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fPixmap
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/gpu/gl/unix/
SkNativeGLContext_unix.cpp
37
,
fPixmap
(0)
59
if (
fPixmap
) {
60
XFreePixmap(fDisplay,
fPixmap
);
61
fPixmap
= 0;
158
fPixmap
= XCreatePixmap(fDisplay, RootWindow(fDisplay, vi->screen), 10, 10, vi->depth);
160
if (!
fPixmap
) {
166
fGlxPixmap = glXCreateGLXPixmap(fDisplay, vi,
fPixmap
);
/external/skia/include/gpu/gl/
SkNativeGLContext.h
73
Pixmap
fPixmap
;
Completed in 612 milliseconds