Searched refs:initWithGLStrings (Results 1 – 3 of 3) sorted by relevance
45 void initWithGLStrings(GLubyte const* vendor, GLubyte const* renderer, GLubyte const* version,
57 void GLExtensions::initWithGLStrings(GLubyte const* vendor, GLubyte const* renderer, in initWithGLStrings() function in android::renderengine::gl::GLExtensions
272 extensions.initWithGLStrings(glGetString(GL_VENDOR), glGetString(GL_RENDERER), in create()