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

  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglPbufferSurface.h 32 void setNativePbuffer(EGLNativeSurfaceType srfc){ m_native = srfc;};
EglX11Api.cpp 46 GLXDrawable srfc(){return m_srfc;}; function in class:SrfcInfo
189 return validNativeWin(dpy,win->srfc());
197 if(!XGetGeometry(dpy,pix ? pix->srfc() : NULL,&root,&tmp,&tmp,&utmp,&utmp,&utmp,&utmp)) return false;
226 EGLNativeSurfaceType createPbufferSurface(EGLNativeDisplayType dpy,EglConfig* cfg,EglPbufferSurface* srfc){
228 srfc->getDim(&width,&height,&largest);
242 glXDestroyPbuffer(dis,pb->srfc());
267 retval = glXMakeContextCurrent(dpy,draw->native()->srfc(),read->native()->srfc(),ctx);
272 void swapBuffers(EGLNativeDisplayType dpy,EGLNativeSurfaceType srfc){
273 if (srfc) {
    [all...]
EglOsApi.h 47 void swapBuffers(EGLNativeInternalDisplayType dpy,EGLNativeSurfaceType srfc);
58 void destroySurface(EGLNativeSurfaceType srfc);
EglMacApi.cpp 142 EGLNativeSurfaceType createPbufferSurface(EGLNativeDisplayType dpy,EglConfig* cfg,EglPbufferSurface* srfc){
145 srfc->getDim(&width,&height,&tmp);
146 srfc->getTexInfo(&format,&target);
147 srfc->getAttrib(EGL_MIPMAP_TEXTURE,&hasMipmap);
199 void swapBuffers(EGLNativeDisplayType dpy,EGLNativeSurfaceType srfc){
217 void destroySurface(EGLNativeSurfaceType srfc){
EglWindowsApi.cpp 567 void swapBuffers(EGLNativeInternalDisplayType display,EGLNativeSurfaceType srfc){
568 if(srfc && !SwapBuffers(srfc->getDC())) {
591 void destroySurface(EGLNativeSurfaceType srfc){
592 delete srfc;
EglImp.cpp 575 SurfacePtr srfc = dpy->getSurface(surface); local
576 if(!srfc.Ptr()) {
587 VALIDATE_SURFACE(surface,srfc);
589 if(!srfc->getAttrib(attribute,value)) {
598 VALIDATE_SURFACE(surface,srfc);
599 if(!srfc->setAttrib(attribute,value)) {
777 VALIDATE_SURFACE(surface,Srfc);
783 if(Srfc->type() != EglSurface::WINDOW){
787 if(!currentCtx.Ptr() || !currentCtx->usingSurface(Srfc) || !EglOS::validNativeWin(dpy->nativeType(),Srfc.Ptr()->native()))
    [all...]

Completed in 388 milliseconds