Home
last modified time | relevance | path

Searched refs:size_of_all_but_last_row (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/gpu/command_buffer/common/
Dgles2_cmd_utils.cc434 uint32 size_of_all_but_last_row; in ComputeImageDataSizes() local
436 &size_of_all_but_last_row)) { in ComputeImageDataSizes()
439 if (!SafeAddUint32(size_of_all_but_last_row, row_size, size)) { in ComputeImageDataSizes()
/external/chromium_org/gpu/command_buffer/service/
Dgles2_cmd_decoder_unittest_framebuffers.cc320 GLint size_of_all_but_last_row = (height - 1) * padded_row_size; in ComputeImageDataSize() local
321 return size_of_all_but_last_row + row_size; in ComputeImageDataSize()