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

/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder.cc392 bool AllocateStorage(const gfx::Size& size, GLenum format, bool zero);
435 bool AllocateStorage(const FeatureInfo* feature_info,
1979 decoder_->offscreen_resolved_color_texture_->AllocateStorage(
2064 bool BackTexture::AllocateStorage( function in class:gpu::gles2::BackTexture
2067 ScopedGLErrorSuppressor suppressor("BackTexture::AllocateStorage",
2160 bool BackRenderbuffer::AllocateStorage(const FeatureInfo* feature_info, function in class:gpu::gles2::BackRenderbuffer
2165 "BackRenderbuffer::AllocateStorage", state_->GetErrorState());
2610 offscreen_saved_color_texture_->AllocateStorage(
3612 if (!offscreen_target_color_render_buffer_->AllocateStorage(
3622 if (!offscreen_target_color_texture_->AllocateStorage(
[all...]

Completed in 136 milliseconds