OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dstHash
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/gpu/
GrColorSpaceXform.cpp
130
uint32_t
dstHash
= dst->toXYZD50Hash();
131
if (srcHash !=
dstHash
) {
160
uint64_t key = static_cast<uint64_t>(srcHash) << 32 | static_cast<uint64_t>(
dstHash
);
/external/skqp/src/gpu/
GrColorSpaceXform.cpp
130
uint32_t
dstHash
= dst->toXYZD50Hash();
131
if (srcHash !=
dstHash
) {
160
uint64_t key = static_cast<uint64_t>(srcHash) << 32 | static_cast<uint64_t>(
dstHash
);
Completed in 127 milliseconds