OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:offsetAndSize
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/gl/
GrGLProgramDesc.cpp
233
uint16_t*
offsetAndSize
=
248
offsetAndSize
[0] = SkToU16(processorOffset);
249
offsetAndSize
[1] = processorKeySize;
256
uint16_t*
offsetAndSize
=
270
offsetAndSize
[0] = SkToU16(processorOffset);
271
offsetAndSize
[1] = processorKeySize;
276
uint16_t*
offsetAndSize
=
290
offsetAndSize
[0] = SkToU16(processorOffset);
291
offsetAndSize
[1] = processorKeySize;
/external/chromium_org/third_party/skia/tests/
GLProgramsTest.cpp
65
uint16_t*
offsetAndSize
= reinterpret_cast<uint16_t*>(fKey.begin() +
81
offsetAndSize
[0] = effectKeyOffset;
82
offsetAndSize
[1] = effectKeySize;
88
uint16_t*
offsetAndSize
= reinterpret_cast<uint16_t*>(fKey.begin() +
103
offsetAndSize
[0] = effectKeyOffset;
104
offsetAndSize
[1] = effectKeySize;
Completed in 51 milliseconds