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

  /external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
PVRShellAPI.cpp 149 EGLint ai32ContextAttribs[48];
153 ai32ContextAttribs[i++] = EGL_CONTEXT_CLIENT_VERSION;
154 ai32ContextAttribs[i++] = 3;
157 ai32ContextAttribs[i++] = EGL_CONTEXT_CLIENT_VERSION;
158 ai32ContextAttribs[i++] = 2;
166 ai32ContextAttribs[i++] = EGL_CONTEXT_MAJOR_VERSION_KHR;
167 ai32ContextAttribs[i++] = 3;
168 ai32ContextAttribs[i++] = EGL_CONTEXT_MINOR_VERSION_KHR;
169 ai32ContextAttribs[i++] = 2;
170 ai32ContextAttribs[i++] = EGL_CONTEXT_FLAGS_KHR;
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/
OGLES2HelloAPI_Windows.cpp 298 EGLint ai32ContextAttribs[] = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE };
299 eglContext = eglCreateContext(eglDisplay, eglConfig, NULL, ai32ContextAttribs);

Completed in 75 milliseconds