OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:minExp
(Results
1 - 7
of
7
) sorted by null
/external/deqp/modules/gles3/functional/
es3fShaderPackingFunctionTests.cpp
554
const int
minExp
= -14;
563
const int exp = rnd.getInt(
minExp
, maxExp);
659
const int
minExp
= -14;
669
const int exp = rnd.getInt(
minExp
, maxExp);
/external/deqp/modules/gles31/functional/
es31fShaderPackingFunctionTests.cpp
558
const int
minExp
= -14;
567
const int exp = rnd.getInt(
minExp
, maxExp);
663
const int
minExp
= -14;
673
const int exp = rnd.getInt(
minExp
, maxExp);
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderPackingFunctionTests.cpp
642
const int
minExp
= -14;
651
const int exp = rnd.getInt(
minExp
, maxExp);
763
const int
minExp
= -14;
773
const int exp = rnd.getInt(
minExp
, maxExp);
[
all
...]
vktShaderBuiltinPrecisionTests.cpp
[
all
...]
/hardware/libhardware/tests/camera2/
CameraBurstTests.cpp
160
int64_t
minExp
, maxExp;
166
minExp
= exposureTimeRange.data.i64[0];
170
dout << "Min exposure is " <<
minExp
;
179
// Our calculated exposure times should be in [
minExp
, maxExp]
180
EXPECT_LE(
minExp
, exposures[0])
336
int64_t
minExp
= 0, maxExp = 0;
349
minExp
= exposureTimeRange.data.i64[0];
353
EXPECT_LT(0,
minExp
) << "Minimum exposure time is 0";
355
EXPECT_LE(
minExp
, maxExp) << "Minimum exposure is greater than maximum";
357
if (
minExp
== 0)
[
all
...]
CameraMultiStreamTests.cpp
627
int64_t
minExp
= exposureTimeRange.data.i64[0];
629
ASSERT_GT(maxExp,
minExp
);
659
int64_t exp =
minExp
;
/external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp
[
all
...]
Completed in 1360 milliseconds