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

  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglWindowSurface.cpp 16 #include "EglWindowSurface.h"
19 std::set<EGLNativeWindowType> EglWindowSurface::s_associatedWins;
21 bool EglWindowSurface::alreadyAssociatedWithConfig(EGLNativeWindowType win) {
26 EglWindowSurface::EglWindowSurface(EglDisplay *dpy,
37 EglWindowSurface:: ~EglWindowSurface() {
41 bool EglWindowSurface::getAttrib(EGLint attrib,EGLint* val) {
EglWindowSurface.h 26 class EglWindowSurface: public EglSurface {
28 EglWindowSurface(EglDisplay *dpy, EGLNativeWindowType win,EglConfig* config,unsigned width,unsigned int height);
29 ~EglWindowSurface();

Completed in 151 milliseconds