Searched refs:mGlConfig (Results 1 – 2 of 2) sorted by relevance
/hardware/ti/omap4-aah/test/CameraHal/ |
D | camera_test_surfacetexture.cpp | 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()
|
D | camera_test_surfacetexture.h | 91 EGLConfig mGlConfig; variable
|