HomeSort by relevance Sort by last modified time
    Searched defs:GetHandle (Results 1 - 25 of 43) 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/gin/
function_template.cc 20 v8::Handle<v8::External> CallbackHolderBase::GetHandle(v8::Isolate* isolate) {
  /external/chromium_org/content/renderer/pepper/
v8object_var.cc 38 v8::Local<v8::Object> V8ObjectVar::GetHandle() const {
ppb_broker_impl.cc 96 int32_t PPB_Broker_Impl::GetHandle(int32_t* handle) {
  /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 32 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()));
80 if (!wglMakeCurrent(static_cast<HDC>(surface->GetHandle()), context_)) {
123 if (wglGetCurrentDC() != surface->GetHandle())
130 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,
107 surface->GetHandle(),
108 surface->GetHandle(),
164 if (surface->GetHandle() != eglGetCurrentSurface(EGL_DRAW))
171 void* GLContextEGL::GetHandle() {
gl_context_glx.cc 36 share_group() ? share_group()->GetHandle() : NULL);
104 reinterpret_cast<GLXDrawable>(surface->GetHandle()),
105 reinterpret_cast<GLXDrawable>(surface->GetHandle()),
154 reinterpret_cast<GLXDrawable>(surface->GetHandle())) {
162 void* GLContextGLX::GetHandle() {
gl_context_osmesa.cc 26 share_group() ? share_group()->GetHandle() : NULL);
57 surface->GetHandle(),
115 if (buffer != surface->GetHandle())
122 void* GLContextOSMesa::GetHandle() {
gl_surface_osmesa.cc 86 void* GLSurfaceOSMesa::GetHandle() {
  /external/chromium_org/ui/ozone/platform/dri/
gbm_buffer_base.cc 45 uint32_t GbmBufferBase::GetHandle() const {
dri_buffer.cc 90 uint32_t DriBuffer::GetHandle() const {
  /external/chromium_org/android_webview/browser/
aw_gl_surface.cc 32 void* AwGLSurface::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/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/third_party/webrtc/common_video/
texture_video_frame_unittest.cc 24 virtual void* GetHandle() { return NULL; }
  /external/chromium_org/content/common/gpu/client/
gpu_memory_buffer_impl_io_surface.cc 163 gfx::GpuMemoryBufferHandle GpuMemoryBufferImplIOSurface::GetHandle() const {
gpu_memory_buffer_impl_ozone_native_buffer.cc 147 gfx::GpuMemoryBufferHandle GpuMemoryBufferImplOzoneNativeBuffer::GetHandle()
gpu_memory_buffer_impl_shared_memory.cc 136 gfx::GpuMemoryBufferHandle GpuMemoryBufferImplSharedMemory::GetHandle() const {
gpu_memory_buffer_impl_surface_texture.cc 124 gfx::GpuMemoryBufferHandle GpuMemoryBufferImplSurfaceTexture::GetHandle()
  /external/chromium_org/gpu/command_buffer/service/
gl_context_virtual.cc 81 void* GLContextVirtual::GetHandle() {
82 return shared_context_->GetHandle();

Completed in 956 milliseconds

1 2