Home
last modified time | relevance | path

Searched refs:mGLFunction (Results 1 – 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/format/
DGLAPISpec.java38 private final String mGLFunction; field in GLAPISpec
43 mGLFunction = glFunction; in GLAPISpec()
49 return mGLFunction; in getFunction()