Searched refs:mEglDisplay (Results 1 – 2 of 2) sorted by relevance
/hardware/ti/omap4-aah/test/CameraHal/ |
D | camera_test_surfacetexture.cpp | 313 mEglDisplay = eglGetDisplay(EGL_DEFAULT_DISPLAY); in initialize() 315 ASSERT(EGL_NO_DISPLAY != mEglDisplay); in initialize() 319 ASSERT(eglInitialize(mEglDisplay, &majorVersion, &minorVersion)); in initialize() 323 ASSERT(eglChooseConfig(mEglDisplay, getConfigAttribs(), &mGlConfig, in initialize() 343 mEglSurface = eglCreateWindowSurface(mEglDisplay, mGlConfig, in initialize() 350 mEglSurface = eglCreatePbufferSurface(mEglDisplay, mGlConfig, in initialize() 356 mEglContext = eglCreateContext(mEglDisplay, mGlConfig, EGL_NO_CONTEXT, in initialize() 361 ASSERT(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, in initialize() 366 ASSERT(eglQuerySurface(mEglDisplay, mEglSurface, EGL_WIDTH, &w)); in initialize() 368 ASSERT(eglQuerySurface(mEglDisplay, mEglSurface, EGL_HEIGHT, &h)); in initialize() [all …]
|
D | camera_test_surfacetexture.h | 67 mEglDisplay(EGL_NO_DISPLAY), in GLSurface() 88 EGLDisplay mEglDisplay; variable
|