Home
last modified time | relevance | path

Searched refs:mGlConfig (Results 1 – 2 of 2) sorted by relevance

/hardware/ti/omap4-aah/test/CameraHal/
Dcamera_test_surfacetexture.cpp323 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()
Dcamera_test_surfacetexture.h91 EGLConfig mGlConfig; variable