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

  /sdk/emulator/opengl/host/libs/Translator/EGL/
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) {
EglPixmapSurface.h 25 class EglPixmapSurface: public EglSurface {
27 EglPixmapSurface(EglDisplay *dpy, EGLNativePixmapType pix,EglConfig* config);
28 ~EglPixmapSurface();

Completed in 211 milliseconds