OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EglPixmapSurface
(Results
1 - 4
of
4
) sorted by null
/development/tools/emulator/opengl/host/libs/Translator/EGL/
EglPixmapSurface.h
25
class
EglPixmapSurface
: public EglSurface {
27
EglPixmapSurface
(EglDisplay *dpy, EGLNativePixmapType pix,EglConfig* config);
28
~
EglPixmapSurface
();
EglPixmapSurface.cpp
16
#include "
EglPixmapSurface
.h"
19
std::set<EGLNativePixmapType>
EglPixmapSurface
::s_associatedPixmaps;
21
bool
EglPixmapSurface
::alreadyAssociatedWithConfig(EGLNativePixmapType pix) {
26
EglPixmapSurface
::
EglPixmapSurface
(EglDisplay *dpy,
36
EglPixmapSurface
::~
EglPixmapSurface
() {
40
bool
EglPixmapSurface
::getAttrib(EGLint attrib,EGLint* val) {
Android.mk
38
EglPixmapSurface
.cpp \
EglImp.cpp
31
#include "
EglPixmapSurface
.h"
565
if(
EglPixmapSurface
::alreadyAssociatedWithConfig(pixmap)) {
573
SurfacePtr pixSurface(new
EglPixmapSurface
(dpy, pixmap,cfg));
[
all
...]
Completed in 335 milliseconds