OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasFb
(Results
1 - 6
of
6
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/model/
GLCall.java
86
Function function, boolean
hasFb
, int contextId,
93
mHasFb =
hasFb
;
119
public boolean
hasFb
() {
GLTrace.java
80
if (!c.
hasFb
()) {
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
ProtoBufUtils.java
67
if (!glMsg.
hasFb
()) {
TraceFileParserTask.java
86
msg.
hasFb
(),
GLProtoBuf.java
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/
GlDrawCallDetailProvider.java
43
|| call.getFunction() == Function.glDrawElements) && call.
hasFb
();
Completed in 966 milliseconds