OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numPatches
(Results
1 - 5
of
5
) sorted by null
/cts/apps/CtsVerifier/lib/colorchecker/
whitebalancetest.cpp
37
int
numPatches
= mCheckerColors.size();
38
ALOGV("Processing %d tests with %d patches", 2,
numPatches
);
40
std::vector<Vec3f> xyzColors(
numPatches
);
41
for (int j = 0; j <
numPatches
; ++j) {
54
for (int j = 1; j <
numPatches
; ++j) {
59
for (int j = 1; j <
numPatches
; ++j) {
64
meanScale = meanScale / (
numPatches
- 1);
exposurecompensationtest.cpp
40
int
numPatches
= mCheckerColors[0].size();
41
ALOGV("Processing %d tests with %d patches", numTests,
numPatches
);
56
for (int j = 0; j <
numPatches
; ++j) {
/frameworks/base/core/jni/
android_media_AudioSystem.cpp
[
all
...]
/frameworks/av/media/libmedia/
IAudioPolicyService.cpp
[
all
...]
/external/deqp/modules/gles31/functional/
es31fTessellationTests.cpp
991
static int multiplePatchReferenceVertexCount (TessPrimitiveType primitiveType, SpacingMode spacingMode, bool usePointMode, const float* levels, int
numPatches
)
994
for (int patchNdx = 0; patchNdx <
numPatches
; patchNdx++)
999
vector<float> generateRandomPatchTessLevels (int
numPatches
, int constantOuterLevelIndex, float constantOuterLevel, de::Random& rnd)
1001
vector<float> tessLevels(
numPatches
*6);
1003
for (int patchNdx = 0; patchNdx <
numPatches
; patchNdx++)
[
all
...]
Completed in 1464 milliseconds