Searched refs:surface_ (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/ |
D | egl_surface.cc | 27 : 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()
|
D | egl_surface.h | 36 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/ |
D | dxgi_texture_staging.cc | 59 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()
|
D | dxgi_texture_staging.h | 63 Microsoft::WRL::ComPtr<IDXGISurface> surface_; variable
|
/external/deqp/framework/egl/ |
D | egluCallLogWrapper.cpp | 212 EGLSurfaceFmt (eglw::EGLSurface surface_) : surface(surface_) {} in EGLSurfaceFmt() argument
|
/external/v4l2_codec2/tests/c2_e2e_test/jni/ |
D | video_decoder_e2e_test.cpp | 44 surface_(surface), in C2VideoDecoderTestEnvironment() 109 ANativeWindow* surface() const { return surface_; } in surface() 125 ANativeWindow* surface_; member in android::C2VideoDecoderTestEnvironment
|
D | mediacodec_decoder.cpp | 160 surface_(surface), in MediaCodecDecoder() 214 AMediaCodec_configure(codec_, format, surface_, nullptr /* crtpto */, 0 /* flag */); in Configure() 378 if (!surface_) { in ReceiveOutputBuffer()
|
D | mediacodec_decoder.h | 148 ANativeWindow* surface_ = nullptr; variable
|