Searched refs:GLES_VERSION (Results 1 – 5 of 5) sorted by relevance
58 static const int32_t GLES_VERSION = 3; variable107 EXPECT_TRUE(event->write(GLES_VERSION)); in TEST_F()129 EXPECT_EQ(GLES_VERSION, outData[0]->getValues()[10].mValue.int_value); in TEST_F()
124 proto.write(FeatureInfoProto.GLES_VERSION, getGlEsVersion()); in writeToProto()
37 #define GLES_VERSION 2 macro272 contextAttributes.push_back(GLES_VERSION); in createContext()
58 private static final int GLES_VERSION = 2; field in SurfaceTextureRenderer446 EGL14.EGL_CONTEXT_CLIENT_VERSION, GLES_VERSION, in configureEGLContext()
14086 Landroid/content/pm/FeatureInfoProto;->GLES_VERSION:J