OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IOSurfaceSupport
(Results
1 - 15
of
15
) sorted by null
/external/chromium_org/ui/gl/
io_surface_support_mac.h
24
class GL_EXPORT
IOSurfaceSupport
{
26
// Returns an instance of the
IOSurfaceSupport
class if the
29
static
IOSurfaceSupport
* Initialize();
77
IOSurfaceSupport
();
78
virtual ~
IOSurfaceSupport
();
80
DISALLOW_COPY_AND_ASSIGN(
IOSurfaceSupport
);
gl_image_io_surface.h
11
class
IOSurfaceSupport
;
33
IOSurfaceSupport
* io_surface_support_;
gl_image_io_surface.cc
14
: io_surface_support_(
IOSurfaceSupport
::Initialize()),
io_surface_support_mac.cc
38
class IOSurfaceSupportImpl : public
IOSurfaceSupport
{
370
IOSurfaceSupport
*
IOSurfaceSupport
::Initialize() {
374
IOSurfaceSupport
::
IOSurfaceSupport
() {
377
IOSurfaceSupport
::~
IOSurfaceSupport
() {
/external/chromium_org/content/common/gpu/client/
gpu_memory_buffer_impl_io_surface.h
11
class
IOSurfaceSupport
;
34
IOSurfaceSupport
* io_surface_support_;
gpu_memory_buffer_impl_io_surface.cc
16
io_surface_support_(
IOSurfaceSupport
::Initialize()) {
/external/chromium_org/content/plugin/
webplugin_accelerated_surface_proxy_mac.cc
28
if (!
IOSurfaceSupport
::Initialize())
/external/chromium_org/content/browser/renderer_host/
compositing_iosurface_mac.h
28
class
IOSurfaceSupport
;
211
IOSurfaceSupport
* io_surface_support,
298
// Cached pointer to
IOSurfaceSupport
Singleton.
299
IOSurfaceSupport
* io_surface_support_;
render_message_filter.cc
[
all
...]
render_widget_host_view_browsertest.cc
248
CHECK(
IOSurfaceSupport
::Initialize());
[
all
...]
/external/chromium_org/content/common/gpu/
image_transport_surface_mac.cc
393
IOSurfaceSupport
* io_surface_support =
IOSurfaceSupport
::Initialize();
526
IOSurfaceSupport
* io_surface_support =
IOSurfaceSupport
::Initialize();
/external/chromium_org/ui/surface/
accelerated_surface_mac.cc
196
IOSurfaceSupport
* io_surface_support =
IOSurfaceSupport
::Initialize();
/external/chromium_org/chrome/test/gpu/
gpu_feature_browsertest.cc
118
// Bypass tests on Mac OSX 10.5 bots (
IOSurfaceSupport
is now required).
119
if (!
IOSurfaceSupport
::Initialize())
521
if (!
IOSurfaceSupport
::Initialize())
/external/chromium_org/gpu/command_buffer/service/
feature_info.cc
586
if (
IOSurfaceSupport
::Initialize()) {
gles2_cmd_decoder.cc
[
all
...]
Completed in 269 milliseconds