Home
last modified time | relevance | path

Searched refs:getDim (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglPbufferSurface.h35 void getDim(EGLint* width,EGLint* height,EGLint* largest){ in getDim() function
DEglContext.cpp125 pbSurface->getDim(&pbInfo.width, &pbInfo.height, &pbInfo.largest); in ~EglContext()
DEglImp.cpp834 tmpPbSurfacePtr->getDim(&width, &height, &largest); in eglCreatePbufferSurface()