OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getRandomColor
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
PathDestructionActivity.java
73
private int
getRandomColor
() {
85
strokePaint.setColor(
getRandomColor
());
89
fillPaint.setColor(
getRandomColor
());
93
fillAndStrokePaint.setColor(
getRandomColor
());
/external/deqp/modules/glshared/
glsInteractionTestUtil.cpp
44
static Vec4
getRandomColor
(de::Random& rnd)
213
state.blendColor =
getRandomColor
(rnd);
249
quad.color[ndx] =
getRandomColor
(rnd);
/external/deqp/modules/gles31/functional/
es31fLayoutBindingTests.cpp
191
Vec4
getRandomColor
(de::Random& rnd)
881
m_textureColors.push_back(
getRandomColor
(rnd));
[
all
...]
Completed in 91 milliseconds