OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TARGET_COLOR
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
ClipboardView.java
31
private static final int
TARGET_COLOR
= 0x4dffffff;
77
setBackgroundColor(isTarget ?
TARGET_COLOR
: 0);
/external/deqp/modules/gles3/stress/
es3sOcclusionQueryTests.cpp
50
static const tcu::Vec4
TARGET_COLOR
= tcu::Vec4(1.0f, 0.0f, 0.0f, 1.0f);
236
glUniform4f (colorUnif,
TARGET_COLOR
.x(),
TARGET_COLOR
.y(),
TARGET_COLOR
.z(),
TARGET_COLOR
.w());
/external/deqp/modules/gles3/functional/
es3fOcclusionQueryTests.cpp
48
static const tcu::Vec4
TARGET_COLOR
= tcu::Vec4(1.0f, 0.0f, 0.0f, 1.0f);
354
glUniform4f (colorUnif,
TARGET_COLOR
.x(),
TARGET_COLOR
.y(),
TARGET_COLOR
.z(),
TARGET_COLOR
.w());
Completed in 87 milliseconds