Searched refs:InsertSyncPointCHROMIUM (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium_org/mojo/public/c/gles2/
H A Dgles2_call_visitor_chromium_sync_point_autogen.h11 VISIT_GL_CALL(InsertSyncPointCHROMIUM, GLuint, (), ())
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format.h211 struct InsertSyncPointCHROMIUM { struct in namespace:gpu::gles2::cmds
212 typedef InsertSyncPointCHROMIUM ValueType;
H A Dgles2_cmd_ids_autogen.h209 OP(InsertSyncPointCHROMIUM) /* 450 */ \
/external/chromium_org/content/renderer/gpu/
H A Dcompositor_output_surface.cc159 uint32 sync_point = context->InsertSyncPointCHROMIUM();
H A Dmailbox_output_surface.cc206 context_provider_->ContextGL()->InsertSyncPointCHROMIUM();
/external/chromium_org/cc/test/
H A Dtest_gles2_interface.h164 virtual GLuint InsertSyncPointCHROMIUM() OVERRIDE;
H A Dlayer_tree_pixel_test.cc361 uint32 sync_point = gl->InsertSyncPointCHROMIUM();
H A Dtest_gles2_interface.cc363 GLuint TestGLES2Interface::InsertSyncPointCHROMIUM() { function in class:cc::TestGLES2Interface
/external/chromium_org/gpu/GLES2/
H A Dgl2chromium_autogen.h236 #define glInsertSyncPointCHROMIUM GLES2_GET_FUN(InsertSyncPointCHROMIUM)
/external/chromium_org/ppapi/proxy/
H A Dcompositor_layer_resource.cc176 data_.texture->sync_point = gl->InsertSyncPointCHROMIUM();
/external/chromium_org/ui/aura/bench/
H A Dbench_main.cc216 GLuint sync_point = gl->InsertSyncPointCHROMIUM();
/external/chromium_org/cc/resources/
H A Dvideo_resource_updater.cc31 return GLC(gl_, gl_->InsertSyncPointCHROMIUM());
H A Dresource_provider.cc671 sync_point = gl->InsertSyncPointCHROMIUM();
1176 GLuint sync_point = gl->InsertSyncPointCHROMIUM();
1517 GLuint sync_point = gl->InsertSyncPointCHROMIUM();
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_interface_stub_impl_autogen.h841 GLuint GLES2InterfaceStub::InsertSyncPointCHROMIUM() { function in class:GLES2InterfaceStub
H A Dgles2_trace_implementation_impl_autogen.h1481 GLuint GLES2TraceImplementation::InsertSyncPointCHROMIUM() { function in class:GLES2TraceImplementation
1482 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::InsertSyncPointCHROMIUM");
1483 return gl_->InsertSyncPointCHROMIUM();
H A Dgles2_implementation_autogen.h724 virtual GLuint InsertSyncPointCHROMIUM() OVERRIDE;
H A Dgles2_interface_autogen.h492 virtual GLuint InsertSyncPointCHROMIUM() = 0;
H A Dgles2_interface_stub_autogen.h525 virtual GLuint InsertSyncPointCHROMIUM() OVERRIDE;
H A Dgles2_trace_implementation_autogen.h525 virtual GLuint InsertSyncPointCHROMIUM() OVERRIDE;
/external/chromium_org/cc/output/
H A Dgl_renderer_unittest.cc1792 uint32 sync_point = gl->InsertSyncPointCHROMIUM();
1824 uint32 sync_point = gl->InsertSyncPointCHROMIUM();
/external/chromium_org/content/renderer/media/android/
H A Dwebmediaplayer_android.cc1188 GLuint texture_mailbox_sync_point = gl->InsertSyncPointCHROMIUM();
1225 GLuint texture_mailbox_sync_point = gl->InsertSyncPointCHROMIUM();
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_unittest_copyrequest.cc802 sync_point_ = gl->InsertSyncPointCHROMIUM();
H A Dlayer_tree_host_unittest_context.cc899 GLuint sync_point = gl->InsertSyncPointCHROMIUM();
/external/chromium_org/content/common/gpu/client/
H A Dgl_helper.cc934 uint32 GLHelper::InsertSyncPoint() { return gl_->InsertSyncPointCHROMIUM(); }
/external/chromium_org/webkit/common/gpu/
H A Dwebgraphicscontext3d_impl.cc177 DELEGATE_TO_GL_R(insertSyncPoint, InsertSyncPointCHROMIUM, unsigned int)

Completed in 432 milliseconds

12