HomeSort by relevance Sort by last modified time
    Searched refs:CreateSurface (Results 1 - 20 of 20) sorted by null

  /frameworks/native/libs/vr/libdisplay/include/private/dvr/
display_client.h 20 static pdx::Status<std::unique_ptr<Surface>> CreateSurface(
81 pdx::Status<std::unique_ptr<Surface>> CreateSurface(
display_protocol.h 229 PDX_REMOTE_METHOD(CreateSurface, kOpCreateSurface,
  /external/swiftshader/src/Main/
FrameBufferDD.cpp 85 directDraw->CreateSurface(&surfaceDescription, &frontBuffer, 0);
104 long result = directDraw->CreateSurface(&ddsd, &frontBuffer, 0);
126 directDraw->CreateSurface(&ddsd, &backBuffer, 0);
  /frameworks/native/libs/vr/libbufferhubqueue/benchmarks/
buffer_transport_benchmark.cpp 142 virtual sp<Surface> CreateSurface() = 0;
149 // On CreateSurface() a new Binder BufferQueue will be created, which the
170 sp<Surface> CreateSurface() override {
234 // On CreateSurface() a pair of dvr::ProducerQueue and dvr::ConsumerQueue will
293 sp<Surface> CreateSurface() override {
447 surfaces_[i] = transport_->CreateSurface();
  /hardware/intel/common/libva/va/glx/
va_glx.c 132 INVOKE(ctx, CreateSurface, (ctx, target, texture, gl_surface));
va_glx_impl.c 823 INVOKE(ctx, CreateSurface, (ctx, target, texture, gl_surface));
  /frameworks/native/libs/vr/libdisplay/
display_client.cpp 45 auto status = InvokeRemoteMethod<DisplayProtocol::CreateSurface>(attributes);
181 Status<std::unique_ptr<Surface>> DisplayClient::CreateSurface(
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxva2api.h     [all...]
dcomp.h 238 STDMETHOD(CreateSurface)(THIS_ UINT,UINT,DXGI_FORMAT,DXGI_ALPHA_MODE,IDCompositionSurface**) PURE;
ddraw.h 343 /* set at CreateSurface() time to indicate antialiasing will be used */
345 /* set at CreateSurface() time to indicate cubic environment map */
354 /* specifies all faces of a cube for CreateSurface() */
361 /* set for mipmap sublevels on DirectX7 and later. ignored by CreateSurface() */
    [all...]
ddrawi.h 308 LPDDHAL_CREATESURFACE CreateSurface;
507 LPDDHAL_CREATESURFACE CreateSurface;
    [all...]
dxgi.idl 401 HRESULT CreateSurface(
dxgi.h     [all...]
dxgi1_2.h 132 HRESULT (STDMETHODCALLTYPE *CreateSurface)(
199 #define IDXGIDevice2_CreateSurface(This,desc,surface_count,usage,shared_resource,surface) (This)->lpVtbl->CreateSurface(This,desc,surface_count,usage,shared_resource,surface)
239 return This->lpVtbl->CreateSurface(This,desc,surface_count,usage,shared_resource,surface);
    [all...]
  /frameworks/native/libs/vr/libvrflinger/
display_service.cpp 142 case DisplayProtocol::CreateSurface::Opcode:
143 DispatchRemoteMethod<DisplayProtocol::CreateSurface>(
  /external/v4l2_codec2/vda/
v4l2_slice_video_decode_accelerator.h 311 scoped_refptr<V4L2DecodeSurface> CreateSurface();
v4l2_slice_video_decode_accelerator.cc     [all...]
  /frameworks/native/libs/vr/libdvr/
dvr_surface.cpp 107 auto status = Surface::CreateSurface(surface_attributes);
  /external/vulkan-validation-layers/layers/
core_validation.cpp     [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
core_validation.cpp     [all...]

Completed in 1073 milliseconds