HomeSort by relevance Sort by last modified time
    Searched refs:EglWindowSurface (Results 1 - 4 of 4) 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();
Android.mk 33 EglWindowSurface.cpp \
EglImp.cpp 29 #include "EglWindowSurface.h"
487 if(EglWindowSurface::alreadyAssociatedWithConfig(win)) {
495 SurfacePtr wSurface(new EglWindowSurface(dpy, win,cfg,width,height));
    [all...]

Completed in 425 milliseconds