OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getGLCallsForFrame
(Results
1 - 2
of
2
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/model/
GLTrace.java
70
public List<GLCall>
getGLCallsForFrame
(int frameIndex) {
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/
FrameSummaryViewPage.java
254
final List<GLCall> calls = mTrace.
getGLCallsForFrame
(frame);
Completed in 1301 milliseconds