OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Sat
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/tests/
rc_test_helpers.c
298
struct match_info
Sat
;
337
tokens.
Sat
.String = inst_str + matches[2].rm_so;
338
tokens.
Sat
.Length = match_length(matches, 2);
/external/mesa3d/src/gallium/drivers/r300/compiler/tests/
rc_test_helpers.c
298
struct match_info
Sat
;
337
tokens.
Sat
.String = inst_str + matches[2].rm_so;
338
tokens.
Sat
.Length = match_length(matches, 2);
/external/stressapptest/src/
sat.cc
15
//
sat
.cc : a stress test for stressful testing
17
// stressapptest (or
SAT
, from Stressful Application Test) is a test
47
#include "
sat
.h"
59
// This makes
Sat
objects not safe for multiple instances.
61
Sat
*g_sat = NULL;
76
bool
Sat
::InitializeLogfile() {
110
bool
Sat
::CheckEnvironment() {
115
logprintf(1, "Log: Running DEBUG version of
SAT
, "
118
logprintf(0, "Process Error: Running DEBUG version of
SAT
, "
200
bool
Sat
::AllocateMemory()
[
all
...]
sat.h
15
//
sat
.h :
sat
stress test object interface and data structures
34
//
SAT
stress test class.
35
class
Sat
{
40
Sat
();
41
virtual ~
Sat
();
57
// Return value is success or failure of the
SAT
run, *not* of this function!
187
int monitor_mode_; // Switch for monitor-only mode
SAT
.
189
// argument, as
SAT
will only run error
303
Sat
::PageQueueType pe_q_implementation_; // Queue implementation switc
[
all
...]
/external/chromium_org/third_party/skia/src/core/
SkXfermode.cpp
433
static inline int
Sat
(int r, int g, int b) {
500
// B(Cb, Cs) = SetLum(SetSat(Cs,
Sat
(Cb)), Lum(Cb))
518
SetSat(&Sr, &Sg, &Sb,
Sat
(dr, dg, db) * sa);
534
// B(Cb, Cs) = SetLum(SetSat(Cb,
Sat
(Cs)), Lum(Cb))
552
SetSat(&Dr, &Dg, &Db,
Sat
(sr, sg, sb) * da);
[
all
...]
/external/skia/src/core/
SkXfermode.cpp
433
static inline int
Sat
(int r, int g, int b) {
500
// B(Cb, Cs) = SetLum(SetSat(Cs,
Sat
(Cb)), Lum(Cb))
518
SetSat(&Sr, &Sg, &Sb,
Sat
(dr, dg, db) * sa);
534
// B(Cb, Cs) = SetLum(SetSat(Cb,
Sat
(Cs)), Lum(Cb))
552
SetSat(&Dr, &Dg, &Db,
Sat
(sr, sg, sb) * da);
[
all
...]
Completed in 793 milliseconds