HomeSort by relevance Sort by last modified time
    Searched defs:mGlConfig (Results 1 - 5 of 5) sorted by null

  /frameworks/native/libs/gui/tests/
GLTest.h 65 EGLConfig mGlConfig;
  /cts/suite/cts/deviceTests/opengl/jni/graphics/
Renderer.h 39 EGLConfig mGlConfig;
  /cts/tests/tests/nativeopengl/standalone/jni/tests/
GLTest_test.cpp 55 EXPECT_TRUE(eglChooseConfig(mEglDisplay, getConfigAttribs(), &mGlConfig,
70 mEglSurface = eglCreateWindowSurface(mEglDisplay, mGlConfig,
78 mEglSurface = eglCreatePbufferSurface(mEglDisplay, mGlConfig,
84 mEglContext = eglCreateContext(mEglDisplay, mGlConfig, EGL_NO_CONTEXT,
185 EGLConfig mGlConfig;
  /hardware/ti/omap4-aah/test/CameraHal/
camera_test_surfacetexture.h 91 EGLConfig mGlConfig;
  /frameworks/av/media/libstagefright/tests/
SurfaceMediaSource_test.cpp 75 EXPECT_TRUE(eglChooseConfig(mEglDisplay, getConfigAttribs(), &mGlConfig,
107 mEglSurface = eglCreateWindowSurface(mEglDisplay, mGlConfig,
116 mEglSurface = eglCreateWindowSurface(mEglDisplay, mGlConfig,
122 mEglContext = eglCreateContext(mEglDisplay, mGlConfig, EGL_NO_CONTEXT,
343 EGLConfig mGlConfig;
492 mEglSurface = eglCreateWindowSurface(mEglDisplay, mGlConfig,
794 mEglSurface = eglCreateWindowSurface(mEglDisplay, mGlConfig,
    [all...]

Completed in 195 milliseconds