HomeSort by relevance Sort by last modified time
    Searched refs:GetHandle (Results 1 - 25 of 149) sorted by null

1 2 3 4 5 6

  /external/chromium_org/ui/gl/
gl_surface_stub.cc 24 void* GLSurfaceStub::GetHandle() {
gl_share_group.cc 30 void* GLShareGroup::GetHandle() {
33 return context->GetHandle();
42 if ((*it)->GetHandle())
gl_surface_stub.h 22 virtual void* GetHandle() OVERRIDE;
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_surface_wgl.h 41 virtual void* GetHandle();
64 virtual void* 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_context_stub.h 24 virtual void* GetHandle() OVERRIDE;
gl_context_wgl.h 30 virtual void* GetHandle();
gl_surface_cgl.h 42 virtual void* GetHandle() OVERRIDE;
gl_surface_nsview.h 29 virtual void* GetHandle() OVERRIDE;
gl_context_egl.cc 68 share_group() ? share_group()->GetHandle() : NULL,
107 surface->GetHandle(),
108 surface->GetHandle(),
164 if (surface->GetHandle() != eglGetCurrentSurface(EGL_DRAW))
171 void* GLContextEGL::GetHandle() {
gl_context_glx.h 33 virtual void* GetHandle() OVERRIDE;
gl_context_nsview.h 32 virtual void* GetHandle() OVERRIDE;
gl_context_osmesa.h 31 virtual void* GetHandle() OVERRIDE;
gl_context_stub.cc 31 void* GLContextStub::GetHandle() {
  /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/android_webview/browser/
aw_gl_surface.h 25 virtual void* GetHandle() OVERRIDE;
aw_gl_surface.cc 32 void* AwGLSurface::GetHandle() {
  /external/chromium_org/ppapi/thunk/
ppb_broker_api.h 25 virtual int32_t GetHandle(int32_t* handle) = 0;
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/ppapi/api/trusted/
ppb_broker_trusted.idl 43 * with a result of PP_OK. The plugin should immediately call GetHandle and
64 int32_t GetHandle([in] PP_Resource broker, [out] int32_t handle);
  /external/chromium_org/sandbox/win/src/
shared_handles.h 41 // HANDLE handle = shared_handles.GetHandle(3);
82 bool GetHandle(uint32 tag, HANDLE* handle);
  /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/content/browser/
child_process_launcher.h 56 base::ProcessHandle GetHandle();
  /external/chromium_org/ui/gfx/
gpu_memory_buffer.h 78 virtual GpuMemoryBufferHandle GetHandle() const = 0;

Completed in 655 milliseconds

1 2 3 4 5 6