Home
last modified time | relevance | path

Searched refs:surface_ (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Degl_surface.cc27 : surface_(other.surface_), display_(other.display_) { in EglSurface()
28 other.surface_ = EGL_NO_SURFACE; in EglSurface()
35 std::swap(surface_, other.surface_); in operator =()
41 if (surface_ != EGL_NO_SURFACE) { in Invalidate()
42 eglDestroySurface(display_, surface_); in Invalidate()
43 surface_ = EGL_NO_SURFACE; in Invalidate()
Degl_surface.h36 EglSurface() : surface_(EGL_NO_SURFACE), display_(EGL_NO_DISPLAY) {} in EglSurface()
39 : surface_(surface), display_(display) {} in EglSurface()
49 EGLSurface surface() const { return surface_; } in surface()
54 EGLSurface surface_; variable
/external/webrtc/modules/desktop_capture/win/
Ddxgi_texture_staging.cc59 surface_.Reset(); in InitializeStage()
61 RTC_DCHECK(!surface_); in InitializeStage()
73 error = stage_.As(&surface_); in InitializeStage()
74 if (error.Error() != S_OK || !surface_) { in InitializeStage()
88 bool right_result = SUCCEEDED(surface_.As(&right)); in AssertStageAndSurfaceAreSameObject()
110 _com_error error = surface_->Map(rect(), DXGI_MAP_READ); in CopyFromTexture()
122 _com_error error = surface_->Unmap(); in DoRelease()
125 surface_.Reset(); in DoRelease()
Ddxgi_texture_staging.h63 Microsoft::WRL::ComPtr<IDXGISurface> surface_; variable
/external/deqp/framework/egl/
DegluCallLogWrapper.cpp212 EGLSurfaceFmt (eglw::EGLSurface surface_) : surface(surface_) {} in EGLSurfaceFmt() argument
/external/v4l2_codec2/tests/c2_e2e_test/jni/
Dvideo_decoder_e2e_test.cpp44 surface_(surface), in C2VideoDecoderTestEnvironment()
109 ANativeWindow* surface() const { return surface_; } in surface()
125 ANativeWindow* surface_; member in android::C2VideoDecoderTestEnvironment
Dmediacodec_decoder.cpp160 surface_(surface), in MediaCodecDecoder()
214 AMediaCodec_configure(codec_, format, surface_, nullptr /* crtpto */, 0 /* flag */); in Configure()
378 if (!surface_) { in ReceiveOutputBuffer()
Dmediacodec_decoder.h148 ANativeWindow* surface_ = nullptr; variable