OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:componentSize
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/gl/debug/
GrGLCreateDebugInterface.cpp
164
GrGLint
componentSize
= 0; // size (in bytes) of a single component
168
componentSize
= 1;
176
if (
componentSize
>= alignment) {
180
sk_float_ceil(
componentSize
* componentsPerPixel * pixelsInRow /
182
rowStride = static_cast<GrGLint>(alignment * fTemp /
componentSize
);
187
memset(scanline, 0, componentsPerPixel *
componentSize
* width);
[
all
...]
/external/deqp/modules/glshared/
glsLongStressCase.cpp
[
all
...]
Completed in 331 milliseconds