OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:srgb
(Results
1 - 3
of
3
) sorted by null
/external/opencv3/modules/imgproc/test/
test_color.cpp
1940
bool
srgb
= rng.uniform(0., 1.) > 0.5;
local
[
all
...]
/external/opencv3/modules/imgproc/src/
color.cpp
7121
bool
srgb
= code == CV_BGR2Lab || code == CV_RGB2Lab || code == CV_RGB2Luv || code == CV_BGR2Luv;
local
7246
bool
srgb
= code == CV_Lab2BGR || code == CV_Lab2RGB || code == CV_Luv2BGR || code == CV_Luv2RGB;
local
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/
vktRenderPassTests.cpp
2434
const bool
srgb
= tcu::isSRGB(referenceTexture.getFormat());
local
2770
const bool
srgb
= tcu::isSRGB(format);
local
[
all
...]
Completed in 81 milliseconds