Searched refs:CreateSurface (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/src/Main/ |
D | FrameBufferDD.cpp | 85 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/ |
D | v4l2_slice_video_decode_accelerator.h | 308 scoped_refptr<V4L2DecodeSurface> CreateSurface();
|
D | v4l2_slice_video_decode_accelerator.cc | 1875 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/ |
D | core_validation.cpp | 11708 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()
|