HomeSort by relevance Sort by last modified time
    Searched refs:EglPixmapSurface (Results 1 - 4 of 4) sorted by null

  /sdk/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 35 EglPixmapSurface.cpp \
EglImp.cpp 31 #include "EglPixmapSurface.h"
557 if(EglPixmapSurface::alreadyAssociatedWithConfig(pixmap)) {
565 SurfacePtr pixSurface(new EglPixmapSurface(dpy, pixmap,cfg));
    [all...]

Completed in 68 milliseconds