OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetHandle
(Results
1 - 25
of
39
) sorted by null
1
2
/external/chromium_org/content/renderer/media/
native_handle_impl.cc
14
void* NativeHandleImpl::
GetHandle
() { return frame_.get(); }
/external/chromium_org/content/common/gpu/client/
gpu_memory_buffer_impl_shm.cc
49
gfx::GpuMemoryBufferHandle GpuMemoryBufferImplShm::
GetHandle
() const {
gpu_memory_buffer_impl_io_surface.cc
72
gfx::GpuMemoryBufferHandle GpuMemoryBufferImplIOSurface::
GetHandle
() const {
/external/chromium_org/sandbox/win/src/
shared_handles.cc
11
// the process that calls
GetHandle
'sees' this memory.
45
bool SharedHandles::
GetHandle
(uint32 tag, HANDLE* handle) {
/external/chromium_org/ui/gl/
gl_surface_stub.cc
24
void* GLSurfaceStub::
GetHandle
() {
gl_context_stub.cc
31
void* GLContextStub::
GetHandle
() {
gl_context_wgl.cc
43
// and could potentially be returned by
GetHandle
.
44
HGLRC share_handle = static_cast<HGLRC>(share_group()->
GetHandle
());
47
static_cast<HDC>(compatible_surface->
GetHandle
()));
79
if (!wglMakeCurrent(static_cast<HDC>(surface->
GetHandle
()), context_)) {
122
if (wglGetCurrentDC() != surface->
GetHandle
())
129
void* GLContextWGL::
GetHandle
() {
gl_share_group.cc
30
void* GLShareGroup::
GetHandle
() {
33
return context->
GetHandle
();
42
if ((*it)->
GetHandle
())
gl_context_egl.cc
68
share_group() ? share_group()->
GetHandle
() : NULL,
106
surface->
GetHandle
(),
107
surface->
GetHandle
(),
163
if (surface->
GetHandle
() != eglGetCurrentSurface(EGL_DRAW))
170
void* GLContextEGL::
GetHandle
() {
gl_context_osmesa.cc
26
share_group() ? share_group()->
GetHandle
() : NULL);
56
surface->
GetHandle
(),
113
if (buffer != surface->
GetHandle
())
120
void* GLContextOSMesa::
GetHandle
() {
gl_surface_cgl.cc
94
void* NoOpGLSurfaceCGL::
GetHandle
() {
gl_surface_osmesa.cc
73
void* GLSurfaceOSMesa::
GetHandle
() {
gl_context_glx.cc
51
share_group() ? share_group()->
GetHandle
() : NULL);
118
reinterpret_cast<GLXDrawable>(surface->
GetHandle
()),
119
reinterpret_cast<GLXDrawable>(surface->
GetHandle
()),
169
reinterpret_cast<GLXDrawable>(surface->
GetHandle
())) {
177
void* GLContextGLX::
GetHandle
() {
gl_context_cgl.cc
111
static_cast<CGLContextObj>(share_context->
GetHandle
()) : NULL,
228
void* GLContextCGL::
GetHandle
() {
/external/chromium_org/android_webview/browser/
aw_gl_surface.cc
32
void* AwGLSurface::
GetHandle
() {
/external/chromium_org/content/renderer/pepper/
ppb_broker_impl.cc
99
int32_t PPB_Broker_Impl::
GetHandle
(int32_t* handle) {
/external/chromium_org/ppapi/c/trusted/
ppb_broker_trusted.h
57
* with a result of PP_OK. The plugin should immediately call
GetHandle
and
77
int32_t (*
GetHandle
)(PP_Resource broker, int32_t* handle);
96
int32_t (*
GetHandle
)(PP_Resource broker, int32_t* handle);
/external/chromium_org/ppapi/thunk/
ppb_broker_thunk.cc
38
int32_t
GetHandle
(PP_Resource resource, int32_t* handle) {
42
return enter.object()->
GetHandle
(handle);
64
&
GetHandle
,
71
&
GetHandle
,
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtctexturevideoframe_unittest.cc
39
virtual void*
GetHandle
() { return NULL; }
/external/chromium_org/gpu/command_buffer/service/
gl_context_virtual.cc
81
void* GLContextVirtual::
GetHandle
() {
82
return shared_context_->
GetHandle
();
/external/chromium/chrome/browser/automation/
automation_resource_tracker.h
116
int
GetHandle
(T resource) {
/external/chromium_org/chrome/browser/automation/
automation_resource_tracker.h
115
int
GetHandle
(T resource) {
/external/chromium_org/components/webdata/common/
web_data_request_manager.cc
34
WebDataServiceBase::Handle WebDataRequest::
GetHandle
() const {
91
pending_requests_[request->
GetHandle
()] = request;
125
RequestMap::iterator i = pending_requests_.find(request->
GetHandle
());
141
consumer->OnWebDataServiceRequestDone(request->
GetHandle
(), r.get());
/external/chromium_org/ppapi/proxy/
ppb_broker_proxy.cc
38
virtual int32_t
GetHandle
(int32_t* handle) OVERRIDE;
86
int32_t Broker::
GetHandle
(int32_t* handle) {
107
// The handle might leak if the plugin never calls
GetHandle
().
203
result = enter.object()->
GetHandle
(&socket_handle);
/external/chromium/third_party/libjingle/source/talk/base/
thread.h
178
HANDLE
GetHandle
() {
Completed in 191 milliseconds
1
2