Searched refs:lineSize (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/opengl/libs/EGL/
H A Dtrace.cpp81 static const int lineSize = 500; member in class:android::StringBuilder
82 char line[lineSize];
92 line_index += vsnprintf(line + line_index, lineSize-line_index, fmt, argp);
97 line[lineSize-1] = '\0';
/frameworks/rs/
H A DrsAllocation.cpp94 const size_t lineSize = eSize * w; local
98 if ((lineSize * h) != sizeBytes) {
99 ALOGE("Allocation size mismatch, expected %zu, got %zu", (lineSize * h), sizeBytes);
130 const size_t lineSize = eSize * w; local
132 if ((lineSize * h) != sizeBytes) {
133 ALOGE("Allocation size mismatch, expected %zu, got %zu", (lineSize * h), sizeBytes);
/frameworks/support/renderscript/v8/rs_support/driver/
H A DrsdAllocation.cpp291 uint32_t lineSize = eSize * w; local
302 memcpy(dst, src, lineSize);
303 src += lineSize;
335 uint32_t lineSize = eSize * w; local
342 memcpy(dst, src, lineSize);
343 dst += lineSize;
/frameworks/support/renderscript/v8/rs_support/
H A DrsAllocation.cpp89 const size_t lineSize = eSize * w; local
93 if ((lineSize * h) != sizeBytes) {
94 ALOGE("Allocation size mismatch, expected %zu, got %zu", (lineSize * h), sizeBytes);
125 const size_t lineSize = eSize * w; local
127 if ((lineSize * h) != sizeBytes) {
128 ALOGE("Allocation size mismatch, expected %zu, got %zu", (lineSize * h), sizeBytes);
/frameworks/rs/driver/
H A DrsdAllocation.cpp598 uint32_t lineSize = eSize * w; local
609 memcpy(dst, src, lineSize);
610 src += lineSize;
642 uint32_t lineSize = eSize * w; local
649 memcpy(dst, src, lineSize);
650 dst += lineSize;

Completed in 240 milliseconds