Searched defs:disallowed_features (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/mojo/services/gles2/
H A Dcommand_buffer_impl.cc122 gpu::gles2::DisallowedFeatures disallowed_features; local
130 disallowed_features,
/external/chromium_org/gpu/command_buffer/service/
H A Dcontext_group.cc82 const DisallowedFeatures& disallowed_features) {
89 if (!feature_info_->Initialize(disallowed_features)) {
80 Initialize( GLES2Decoder* decoder, const DisallowedFeatures& disallowed_features) argument
H A Dfeature_info.cc220 bool FeatureInfo::Initialize(const DisallowedFeatures& disallowed_features) { argument
221 disallowed_features_ = disallowed_features;
H A Dtest_helper.cc246 const DisallowedFeatures& disallowed_features,
244 SetupContextGroupInitExpectations( ::gfx::MockGLInterface* gl, const DisallowedFeatures& disallowed_features, const char* extensions, const char* gl_version, bool bind_generates_resource) argument
H A Din_process_command_buffer.cc410 gles2::DisallowedFeatures disallowed_features; local
411 disallowed_features.gpu_memory_manager = true;
416 disallowed_features,
H A Dgles2_cmd_decoder.cc587 const DisallowedFeatures& disallowed_features,
2369 const DisallowedFeatures& disallowed_features,
2417 if (!group_->Initialize(this, disallowed_features)) {
2426 disallowed_features_ = disallowed_features;
2364 Initialize( const scoped_refptr<gfx::GLSurface>& surface, const scoped_refptr<gfx::GLContext>& context, bool offscreen, const gfx::Size& size, const DisallowedFeatures& disallowed_features, const std::vector<int32>& attribs) argument
/external/chromium_org/content/common/gpu/
H A Dgpu_command_buffer_stub.cc153 const gpu::gles2::DisallowedFeatures& disallowed_features,
165 disallowed_features_(disallowed_features),
147 GpuCommandBufferStub( GpuChannel* channel, GpuCommandBufferStub* share_group, const gfx::GLSurfaceHandle& handle, gpu::gles2::MailboxManager* mailbox_manager, const gfx::Size& size, const gpu::gles2::DisallowedFeatures& disallowed_features, const std::vector<int32>& attribs, gfx::GpuPreference gpu_preference, bool use_virtualized_gl_context, int32 route_id, int32 surface_id, GpuWatchdog* watchdog, bool software, const GURL& active_url) argument

Completed in 611 milliseconds