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

  /frameworks/native/opengl/tools/glgen/stubs/egl/
EGLExtHeader.java-if 27 public static final int EGL_CONTEXT_MAJOR_VERSION_KHR = 0x3098;
  /frameworks/base/opengl/java/android/opengl/
EGLExt.java 27 public static final int EGL_CONTEXT_MAJOR_VERSION_KHR = 0x3098;
  /external/deqp/modules/egl/
teglCreateContextExtTests.cpp 56 #define EGL_CONTEXT_MAJOR_VERSION_KHR 0x3098
250 case EGL_CONTEXT_MAJOR_VERSION_KHR:
351 case EGL_CONTEXT_MAJOR_VERSION_KHR:
353 attribListString << "EGL_CONTEXT_MAJOR_VERSION_KHR(EGL_CONTEXT_CLIENT_VERSION), " << (*iter) << ", ";
416 case EGL_CONTEXT_MAJOR_VERSION_KHR:
731 case EGL_CONTEXT_MAJOR_VERSION_KHR:
    [all...]
teglCreateContextTests.cpp 34 #if !defined(EGL_CONTEXT_MAJOR_VERSION_KHR)
35 # define EGL_CONTEXT_MAJOR_VERSION_KHR EGL_CONTEXT_CLIENT_VERSION
72 static const EGLint es3Attrs[] = { EGL_CONTEXT_MAJOR_VERSION_KHR, 3, EGL_NONE };
teglSurfacelessContextTests.cpp 38 #if !defined(EGL_CONTEXT_MAJOR_VERSION_KHR)
39 # define EGL_CONTEXT_MAJOR_VERSION_KHR EGL_CONTEXT_CLIENT_VERSION
79 static const EGLint es3Attrs[] = { EGL_CONTEXT_MAJOR_VERSION_KHR, 3, EGL_NONE };
teglColorClearTests.cpp 32 #if !defined(EGL_CONTEXT_MAJOR_VERSION_KHR)
33 # define EGL_CONTEXT_MAJOR_VERSION_KHR EGL_CONTEXT_CLIENT_VERSION
teglRenderCase.cpp 50 #if !defined(EGL_CONTEXT_MAJOR_VERSION_KHR)
51 # define EGL_CONTEXT_MAJOR_VERSION_KHR EGL_CONTEXT_CLIENT_VERSION
260 contextAttribs.push_back(EGL_CONTEXT_MAJOR_VERSION_KHR);
324 static const EGLint attribs[] = { EGL_CONTEXT_MAJOR_VERSION_KHR, 3, EGL_NONE };
teglQueryContextTests.cpp 47 #if !defined(EGL_CONTEXT_MAJOR_VERSION_KHR)
48 # define EGL_CONTEXT_MAJOR_VERSION_KHR EGL_CONTEXT_CLIENT_VERSION
191 static const EGLint es3Attrs[] = { EGL_CONTEXT_MAJOR_VERSION_KHR, 3, EGL_NONE };
teglColorClearCase.cpp 46 #if !defined(EGL_CONTEXT_MAJOR_VERSION_KHR)
47 # define EGL_CONTEXT_MAJOR_VERSION_KHR EGL_CONTEXT_CLIENT_VERSION
teglRenderTests.cpp 49 #if !defined(EGL_CONTEXT_MAJOR_VERSION_KHR)
50 # define EGL_CONTEXT_MAJOR_VERSION_KHR EGL_CONTEXT_CLIENT_VERSION
    [all...]
  /external/deqp/framework/egl/
egluGLContextFactory.cpp 55 #define EGL_CONTEXT_MAJOR_VERSION_KHR 0x3098
413 attribList.push_back(EGL_CONTEXT_MAJOR_VERSION_KHR);
428 attribList.push_back(EGL_CONTEXT_MAJOR_VERSION_KHR);
  /external/chromium_org/third_party/angle/include/EGL/
eglext.h 439 #define EGL_CONTEXT_MAJOR_VERSION_KHR EGL_CONTEXT_CLIENT_VERSION
  /external/chromium_org/third_party/khronos/EGL/
eglext.h 428 #define EGL_CONTEXT_MAJOR_VERSION_KHR EGL_CONTEXT_CLIENT_VERSION
  /external/chromium_org/third_party/mesa/src/include/EGL/
eglext.h 426 #define EGL_CONTEXT_MAJOR_VERSION_KHR EGL_CONTEXT_CLIENT_VERSION
  /external/mesa3d/include/EGL/
eglext.h 426 #define EGL_CONTEXT_MAJOR_VERSION_KHR EGL_CONTEXT_CLIENT_VERSION
  /frameworks/native/opengl/include/EGL/
eglext.h 423 #define EGL_CONTEXT_MAJOR_VERSION_KHR EGL_CONTEXT_CLIENT_VERSION
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 

Completed in 643 milliseconds