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

  /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;
  /cts/suite/cts/deviceTests/opengl/jni/graphics/
Renderer.h 39 EGLConfig mGlConfig;
Renderer.cpp 100 if (!eglChooseConfig(mEglDisplay, configAttribs, &mGlConfig, 1, &numConfigs)
105 mEglSurface = eglCreateWindowSurface(mEglDisplay, mGlConfig, mWindow, NULL);
110 mEglContext = eglCreateContext(mEglDisplay, mGlConfig, EGL_NO_CONTEXT, contextAttribs);
  /frameworks/av/media/libstagefright/tests/
SurfaceMediaSource_test.cpp 76 EXPECT_TRUE(eglChooseConfig(mEglDisplay, getConfigAttribs(), &mGlConfig,
108 mEglSurface = eglCreateWindowSurface(mEglDisplay, mGlConfig,
117 mEglSurface = eglCreateWindowSurface(mEglDisplay, mGlConfig,
123 mEglContext = eglCreateContext(mEglDisplay, mGlConfig, EGL_NO_CONTEXT,
344 EGLConfig mGlConfig;
495 mEglSurface = eglCreateWindowSurface(mEglDisplay, mGlConfig,
797 mEglSurface = eglCreateWindowSurface(mEglDisplay, mGlConfig,
    [all...]
  /cts/suite/cts/deviceTests/opengl/jni/primitive/contextswitch/
ContextSwitchRenderer.cpp 108 mContexts[i] = eglCreateContext(mEglDisplay, mGlConfig, mEglContext, contextAttribs);
  /frameworks/native/libs/gui/tests/
SurfaceTexture_test.cpp 70 EXPECT_TRUE(eglChooseConfig(mEglDisplay, getConfigAttribs(), &mGlConfig,
102 mEglSurface = eglCreateWindowSurface(mEglDisplay, mGlConfig,
110 mEglSurface = eglCreatePbufferSurface(mEglDisplay, mGlConfig,
116 mEglContext = eglCreateContext(mEglDisplay, mGlConfig, EGL_NO_CONTEXT,
285 EGLConfig mGlConfig;
    [all...]

Completed in 289 milliseconds