OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getGLCalls
(Results
1 - 6
of
6
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
GLCallGroups.java
147
List<GLCall> calls = trace.
getGLCalls
();
195
List<GLCall> calls = trace.
getGLCalls
();
DurationMinimap.java
165
mCalls = trace.
getGLCalls
();
StateViewPage.java
95
mGLCalls = trace.
getGLCalls
();
GLFunctionTraceViewer.java
288
if (mTrace == null || mTrace.
getGLCalls
().size() == 0) {
909
String glCalls = serializeGlCalls(mTrace.
getGLCalls
(), mCallStartIndex, mCallEndIndex);
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/model/
GLTrace.java
66
public List<GLCall>
getGLCalls
() {
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/
FrameSummaryViewPage.java
307
if (lastCallIndex >= 0 && lastCallIndex < mTrace.
getGLCalls
().size()) {
308
GLCall call = mTrace.
getGLCalls
().get(lastCallIndex);
Completed in 45 milliseconds