Searched refs:mEglSurface (Results 1 – 2 of 2) sorted by relevance
/hardware/ti/omap4-aah/test/CameraHal/ |
D | camera_test_surfacetexture.cpp | 343 mEglSurface = eglCreateWindowSurface(mEglDisplay, mGlConfig, in initialize() 350 mEglSurface = eglCreatePbufferSurface(mEglDisplay, mGlConfig, in initialize() 354 ASSERT(EGL_NO_SURFACE != mEglSurface); 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() 384 if (mEglSurface != EGL_NO_SURFACE) { in deinit() 385 eglDestroySurface(mEglDisplay, mEglSurface); in deinit() 618 eglSwapBuffers(mEglDisplay, mEglSurface); in drawTexture()
|
D | camera_test_surfacetexture.h | 68 mEglSurface(EGL_NO_SURFACE), in GLSurface() 89 EGLSurface mEglSurface; variable
|