Searched refs:GLES_VERSION (Results 1 – 4 of 4) sorted by relevance
57 static const int32_t GLES_VERSION = 3; variable106 EXPECT_TRUE(event->write(GLES_VERSION)); in TEST_F()128 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()