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

/external/chromium_org/gpu/command_buffer/service/
H A Dbuffer_manager.cc159 GLuint GetMaxValue(const void* data, GLuint offset, GLsizei count) { function in namespace:gpu::gles2
203 max_v = GetMaxValue<uint8>(shadow_.get(), offset, count);
210 max_v = GetMaxValue<uint16>(shadow_.get(), offset, count);
217 max_v = GetMaxValue<uint32>(shadow_.get(), offset, count);

Completed in 32 milliseconds