OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pbSurface
(Results
1 - 3
of
3
) sorted by null
/development/tools/emulator/opengl/host/libs/Translator/EGL/
EglWindowsApi.cpp
467
EGLNativeSurfaceType createPbufferSurface(EGLNativeInternalDisplayType display,EglConfig* cfg,EglPbufferSurface*
pbSurface
) {
472
pbSurface
->getDim(&width,&height,&largest);
473
pbSurface
->getTexInfo(&texTarget,&texFormat);
EglImp.cpp
519
SurfacePtr
pbSurface
(new EglPbufferSurface(dpy,cfg));
520
if(!
pbSurface
.Ptr()) {
527
if(!
pbSurface
->setAttrib(attrib_list[i],attrib_list[i+1])) {
535
EglPbufferSurface* tmpPbSurfacePtr = static_cast<EglPbufferSurface*>(
pbSurface
.Ptr());
551
return dpy->addSurface(
pbSurface
);
[
all
...]
/development/tools/emulator/opengl/system/egl/
egl.cpp
864
egl_pbuffer_surface_t*
pbSurface
= (egl_pbuffer_surface_t*)surface;
867
rcEnc->rcBindTexture(rcEnc,
pbSurface
->getRcColorBuffer());
[
all
...]
Completed in 41 milliseconds