OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:prevTarget
(Results
1 - 2
of
2
) sorted by null
/development/tools/emulator/opengl/system/GLESv1_enc/
GLEncoder.cpp
671
GLenum
prevTarget
= state->getPriorityEnabledTarget(GL_INVALID_ENUM);
675
if (
prevTarget
!= currTarget) {
698
GLenum
prevTarget
= state->getPriorityEnabledTarget(GL_INVALID_ENUM);
702
if (
prevTarget
!= currTarget) {
703
if (
prevTarget
== GL_INVALID_ENUM) {
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationChooser.java
[
all
...]
Completed in 797 milliseconds