OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:blockX
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/libs/gui/tests/
CpuConsumer_test.cpp
245
inline uint8_t chooseColorRgba8888(int
blockX
, int blockY, uint8_t channel) {
247
uint8_t color = ((
blockX
% colorVariations) + (blockY % colorVariations))
263
int
blockX
= (x / blockWidth);
266
uint8_t r = chooseColorRgba8888(
blockX
, blockY, 0);
267
uint8_t g = chooseColorRgba8888(
blockX
, blockY, 1);
268
uint8_t b = chooseColorRgba8888(
blockX
, blockY, 2);
290
int
blockX
= (x / blockWidth ) & 1;
292
unsigned short r = (
blockX
== blockY) ? 1000 : 200;
294
unsigned short b =
blockX
? 1000: 200;
/external/deqp/framework/common/
tcuCompressedTexture.cpp
[
all
...]
Completed in 79 milliseconds