• Home
  • Raw
  • Download

Lines Matching refs:hardwareBuffer

109         AHardwareBuffer* hardwareBuffer, SkAlphaType alphaType, bool isProtectedContent,  in GrAHardwareBufferImageGenerator()  argument
112 , fHardwareBuffer(hardwareBuffer) in GrAHardwareBufferImageGenerator()
155 GrContext* context, AHardwareBuffer* hardwareBuffer, in make_vk_backend_texture() argument
186 err = VK_CALL(GetAndroidHardwareBufferProperties(device, hardwareBuffer, &hwbProps)); in make_vk_backend_texture()
287 hwbImportInfo.buffer = hardwareBuffer; in make_vk_backend_texture()
368 GrContext* context, AHardwareBuffer* hardwareBuffer, in make_gl_backend_texture() argument
376 EGLClientBuffer clientBuffer = eglGetNativeClientBufferANDROID(hardwareBuffer); in make_gl_backend_texture()
426 GrContext* context, AHardwareBuffer* hardwareBuffer, in make_backend_texture() argument
438 return make_gl_backend_texture(context, hardwareBuffer, width, height, config, deleteProc, in make_backend_texture()
445 return make_vk_backend_texture(context, hardwareBuffer, width, height, config, deleteProc, in make_backend_texture()
453 GrBackendFormat get_backend_format(GrContext* context, AHardwareBuffer* hardwareBuffer, in get_backend_format() argument
504 VkResult err = VK_CALL(GetAndroidHardwareBufferProperties(device, hardwareBuffer, in get_backend_format()
575 AHardwareBuffer* hardwareBuffer = fHardwareBuffer; in makeProxy() local
576 AHardwareBuffer_acquire(hardwareBuffer); in makeProxy()
581 [context, hardwareBuffer, width, height, pixelConfig, isProtectedContent, in makeProxy()
584 AHardwareBuffer_release(hardwareBuffer); in makeProxy()
591 GrBackendTexture backendTex = make_backend_texture(context, hardwareBuffer, in makeProxy()
625 AHardwareBuffer_release(hardwareBuffer); in makeProxy()