OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:modifierTable
(Results
1 - 3
of
3
) sorted by null
/external/swiftshader/src/Device/
ETC_Decoder.cpp
654
static const int
modifierTable
[16][8] = { { -3, -6, -9, -15, 2, 5, 8, 14 },
671
return
modifierTable
[table_index][getSingleChannelIndex(x, y)];
/external/swiftshader/src/Renderer/
ETC_Decoder.cpp
654
static const int
modifierTable
[16][8] = { { -3, -6, -9, -15, 2, 5, 8, 14 },
671
return
modifierTable
[table_index][getSingleChannelIndex(x, y)];
/external/deqp/framework/common/
tcuCompressedTexture.cpp
511
static const int
modifierTable
[8][4] =
533
const int modifier =
modifierTable
[tableNdx][modifierNdx];
578
static const int
modifierTable
[8][4] =
646
modifier =
modifierTable
[tableNdx][modifierNdx];
806
static const int
modifierTable
[16][8] =
837
const int modifier =
modifierTable
[tableNdx][modifierNdx];
845
static const int
modifierTable
[16][8] =
884
const int modifier =
modifierTable
[tableNdx][modifierNdx];
[
all
...]
Completed in 52 milliseconds