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

  /external/skia/src/gpu/android/
SkNativeGLContext_android.cpp 75 static const EGLint contextAttribs[] = {
79 fContext = eglCreateContext(fDisplay, surfaceConfig, NULL, contextAttribs);
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
GaneshContext.cpp 115 static const EGLint contextAttribs[] = {
120 m_surfaceContext = eglCreateContext(display, m_surfaceConfig, NULL, contextAttribs);
  /cts/tests/tests/textureview/src/android/textureview/cts/
GLProducerThread.java 110 int[] contextAttribs = {
114 mEglContext = mEgl.eglCreateContext(mEglDisplay, configs[0], EGL10.EGL_NO_CONTEXT, contextAttribs);
  /development/samples/BrowserPlugin/jni/
RenderingThread.cpp 74 static const EGLint contextAttribs[] = {
79 m_eglContext = eglCreateContext(m_eglDisplay, m_eglConfig, NULL, contextAttribs);
  /frameworks/av/libvideoeditor/lvpp/
NativeWindowRenderer.cpp 212 EGLint contextAttribs[] = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE };
214 contextAttribs);
  /frameworks/native/opengl/tests/hwc/
hwcTestLib.cpp 58 EGLint contextAttribs[] = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE };
109 context = eglCreateContext(*dpy, myConfig, EGL_NO_CONTEXT, contextAttribs);
    [all...]

Completed in 887 milliseconds