OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:deRandom_getFloat
(Results
1 - 7
of
7
) sorted by null
/external/deqp/framework/delibs/debase/
deRandom.h
50
float
deRandom_getFloat
(deRandom* rnd);
deRandom.c
78
float
deRandom_getFloat
(deRandom* rnd)
/external/deqp/framework/delibs/deutil/
deTimerTest.c
56
deBool isSingle =
deRandom_getFloat
(&rnd) < 0.25f;
/external/deqp/framework/delibs/decpp/
deRandom.hpp
44
float getFloat (void) { return
deRandom_getFloat
(&m_rnd); }
/external/deqp/modules/glshared/
glsVertexArrayTests.cpp
228
return GLValue::Float::create(min +
deRandom_getFloat
(&rnd) * (max.to<float>() - min.to<float>()));
284
GLValue::Half h = GLValue::Half::create(fMin +
deRandom_getFloat
(&rnd) * (fMax - fMin));
312
return GLValue::Double::create(min +
deRandom_getFloat
(&rnd) * (max.to<float>() - min.to<float>()));
[
all
...]
glsDrawTest.cpp
675
return GLValue::Float::create(min +
deRandom_getFloat
(&rnd) * (max.to<float>() - min.to<float>()));
684
return GLValue::Double::create(min +
deRandom_getFloat
(&rnd) * (max.to<float>() - min.to<float>()));
740
GLValue::Half h = GLValue::Half::create(fMin +
deRandom_getFloat
(&rnd) * (fMax - fMin));
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelinePushConstantTests.cpp
806
colorData.push_back(
deRandom_getFloat
(&random));
[
all
...]
Completed in 277 milliseconds