Home
last modified time | relevance | path

Searched refs:CreateSurface (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/Main/
DFrameBufferDD.cpp85 directDraw->CreateSurface(&surfaceDescription, &frontBuffer, 0); in createSurfaces()
104 long result = directDraw->CreateSurface(&ddsd, &frontBuffer, 0); in createSurfaces()
126 directDraw->CreateSurface(&ddsd, &backBuffer, 0); in createSurfaces()
/external/v4l2_codec2/vda/
Dv4l2_slice_video_decode_accelerator.h308 scoped_refptr<V4L2DecodeSurface> CreateSurface();
Dv4l2_slice_video_decode_accelerator.cc1875 scoped_refptr<V4L2DecodeSurface> dec_surface = v4l2_dec_->CreateSurface(); in CreateH264Picture()
2338 scoped_refptr<V4L2DecodeSurface> dec_surface = v4l2_dec_->CreateSurface(); in CreateVP8Picture()
2569 scoped_refptr<V4L2DecodeSurface> dec_surface = v4l2_dec_->CreateSurface(); in CreateVP9Picture()
2982 V4L2SliceVideoDecodeAccelerator::CreateSurface() { in CreateSurface() function in media::V4L2SliceVideoDecodeAccelerator
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp11708 static VkResult CreateSurface(VkInstance instance, TCreateInfo const *pCreateInfo, in CreateSurface() function
11747 …return CreateSurface(instance, pCreateInfo, pAllocator, pSurface, &VkLayerInstanceDispatchTable::C… in CreateAndroidSurfaceKHR()
11754 …return CreateSurface(instance, pCreateInfo, pAllocator, pSurface, &VkLayerInstanceDispatchTable::C… in CreateMirSurfaceKHR()
11761 …return CreateSurface(instance, pCreateInfo, pAllocator, pSurface, &VkLayerInstanceDispatchTable::C… in CreateWaylandSurfaceKHR()
11768 …return CreateSurface(instance, pCreateInfo, pAllocator, pSurface, &VkLayerInstanceDispatchTable::C… in CreateWin32SurfaceKHR()
11775 …return CreateSurface(instance, pCreateInfo, pAllocator, pSurface, &VkLayerInstanceDispatchTable::C… in CreateXcbSurfaceKHR()
11782 …return CreateSurface(instance, pCreateInfo, pAllocator, pSurface, &VkLayerInstanceDispatchTable::C… in CreateXlibSurfaceKHR()