HomeSort by relevance Sort by last modified time
    Searched full:contextclientversion (Results 1 - 4 of 4) sorted by null

  /cts/tests/src/android/opengl/cts/
EglConfigStubActivity.java 44 int contextClientVersion = getContextClientVersion();
45 setTitle("EGL Config Id: " + configId + " Client Version: " + contextClientVersion);
48 mView = new EglConfigGLSurfaceView(this, configId, contextClientVersion, new Runnable() {
EglConfigGLSurfaceView.java 45 public EglConfigGLSurfaceView(Context context, int configId, int contextClientVersion,
51 setEGLContextClientVersion(contextClientVersion);
52 setRenderer(contextClientVersion == 1
  /cts/tests/tests/graphics/src/android/opengl/cts/
EglConfigTest.java 57 private void runConfigTests(int[] configIds, int contextClientVersion)
62 extras.putInt(EglConfigStubActivity.CONTEXT_CLIENT_VERSION_EXTRA, contextClientVersion);
  /frameworks/native/services/surfaceflinger/RenderEngine/
RenderEngine.cpp 34 EGLint contextClientVersion = 0;
42 contextClientVersion = 2;
44 contextClientVersion = 1;
51 EGL_CONTEXT_CLIENT_VERSION, contextClientVersion, // MUST be first

Completed in 1252 milliseconds