Home | History | Annotate | Download | only in service

Lines Matching defs:estimated_size

807   bool EnsureGPUMemoryAvailable(size_t estimated_size) {
810 return tracker->EnsureGPUMemoryAvailable(estimated_size);
2168 uint32 estimated_size = 0;
2170 size.width(), size.height(), samples, format, &estimated_size)) {
2174 if (!memory_tracker_.EnsureGPUMemoryAvailable(estimated_size)) {
2195 bytes_allocated_ = estimated_size;
5502 uint32 estimated_size = 0;
5504 width, height, samples, internalformat, &estimated_size)) {
5511 if (!EnsureGPUMemoryAvailable(estimated_size)) {
5726 uint32 estimated_size = 0;
5728 width, height, 1, internalformat, &estimated_size)) {
5734 if (!EnsureGPUMemoryAvailable(estimated_size)) {
8714 uint32 estimated_size = 0;
8717 &estimated_size, NULL, NULL)) {
8723 if (!EnsureGPUMemoryAvailable(estimated_size)) {
10509 uint32 estimated_size = 0;
10514 &estimated_size, NULL, NULL) ||
10515 !SafeAddUint32(estimated_size, level_size, &estimated_size)) {
10523 if (!EnsureGPUMemoryAvailable(estimated_size)) {