Searched refs:vendor (Results 1 – 3 of 3) sorted by relevance
60 String vendor; in onSurfaceCreated() local64 vendor = GLES20.glGetString(GLES20.GL_VENDOR); in onSurfaceCreated()68 vendor = GLES30.glGetString(GLES30.GL_VENDOR); in onSurfaceCreated()72 vendor = gl.glGetString(GL10.GL_VENDOR); in onSurfaceCreated()76 Log.i(TAG, "vendor : " + vendor); in onSurfaceCreated()78 mParent.setGraphicsInfo(vendor, renderer); in onSurfaceCreated()
103 public void setGraphicsInfo(String vendor, String renderer) { in setGraphicsInfo() argument104 mGraphicsVendor = vendor; in setGraphicsInfo()
136 void setVendor(String vendor) { in setVendor() argument137 mGraphicsVendor = vendor; in setVendor()176 String vendor; in onSurfaceCreated() local180 vendor = GLES20.glGetString(GLES20.GL_VENDOR); in onSurfaceCreated()184 vendor = GLES30.glGetString(GLES30.GL_VENDOR); in onSurfaceCreated()188 vendor = gl.glGetString(GL10.GL_VENDOR); in onSurfaceCreated()191 mParent.setVendor(vendor); in onSurfaceCreated()